| 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 |