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