comparison: pidgin/prefs/pidginprefsinternal.h
pidgin/prefs/pidginprefsinternal.h
- changeset 41383
- 686ea9361312
- parent 41382
- b45e9fceeae9
- child 41386
- 2bf2cc598a0e
equal
deleted
inserted
replaced
| 33 |
33 |
| 34 struct _PidginPrefCombo { |
34 struct _PidginPrefCombo { |
| 35 GtkWidget *combo; |
35 GtkWidget *combo; |
| 36 PurplePrefType type; |
36 PurplePrefType type; |
| 37 const gchar *key; |
37 const gchar *key; |
| 38 union { |
|
| 39 const char *string; |
|
| 40 int integer; |
|
| 41 gboolean boolean; |
|
| 42 } value; |
|
| 43 }; |
38 }; |
| 44 |
39 |
| 45 G_BEGIN_DECLS |
40 G_BEGIN_DECLS |
| 46 |
41 |
| 47 G_GNUC_INTERNAL |
42 G_GNUC_INTERNAL |