pidgin/prefs/pidginprefsinternal.h

changeset 41386
2bf2cc598a0e
parent 41383
686ea9361312
child 41390
628971e4ecdf
equal deleted inserted replaced
41385:d2f5ce624a49 41386:2bf2cc598a0e
44 44
45 G_GNUC_INTERNAL 45 G_GNUC_INTERNAL
46 void pidgin_prefs_bind_dropdown(PidginPrefCombo *combo); 46 void pidgin_prefs_bind_dropdown(PidginPrefCombo *combo);
47 47
48 G_GNUC_INTERNAL 48 G_GNUC_INTERNAL
49 void pidgin_prefs_bind_dropdown_from_list(PidginPrefCombo *combo, GList *menuitems);
50
51 G_GNUC_INTERNAL
52 void pidgin_prefs_bind_entry(const char *key, GtkWidget *entry); 49 void pidgin_prefs_bind_entry(const char *key, GtkWidget *entry);
53 50
54 G_GNUC_INTERNAL 51 G_GNUC_INTERNAL
55 void pidgin_prefs_bind_spin_button(const char *key, GtkWidget *spin); 52 void pidgin_prefs_bind_spin_button(const char *key, GtkWidget *spin);
56 53

mercurial