mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-21 10:29:24 +00:00
Reduce needed client restarts for settings changes.
This commit is contained in:
@@ -24,6 +24,9 @@ void userlist_set_value (GtkWidget *treeview, gfloat val);
|
||||
gfloat userlist_get_value (GtkWidget *treeview);
|
||||
GtkWidget *userlist_create (GtkWidget *box);
|
||||
GtkListStore *userlist_create_model (session *sess);
|
||||
void userlist_apply_sort (session *sess);
|
||||
void userlist_refill (session *sess);
|
||||
void userlist_rebuild_columns (GtkWidget *treeview);
|
||||
void userlist_show (session *sess);
|
||||
void userlist_select (session *sess, char *name);
|
||||
void fe_userlist_set_typing (session *sess, const char *nick, const char *state);
|
||||
|
||||
Reference in New Issue
Block a user