pidgin/prefs/pidginprefsinternal.h

changeset 41653
0a37c380d760
parent 41620
c6f7795ae294
equal deleted inserted replaced
41652:fd32ea10d1cb 41653:0a37c380d760
47 47
48 G_GNUC_INTERNAL 48 G_GNUC_INTERNAL
49 void pidgin_prefs_bind_checkbox(const char *key, GtkWidget *button); 49 void pidgin_prefs_bind_checkbox(const char *key, GtkWidget *button);
50 50
51 G_GNUC_INTERNAL 51 G_GNUC_INTERNAL
52 void pidgin_prefs_bind_combo_row(const gchar *key, GtkWidget *widget);
53
54 G_GNUC_INTERNAL
52 void pidgin_prefs_bind_dropdown(PidginPrefCombo *combo); 55 void pidgin_prefs_bind_dropdown(PidginPrefCombo *combo);
53 56
54 G_GNUC_INTERNAL 57 G_GNUC_INTERNAL
55 void pidgin_prefs_bind_entry(const char *key, GtkWidget *entry); 58 void pidgin_prefs_bind_entry(const char *key, GtkWidget *entry);
56 59

mercurial