comparison: pidgin/prefs/pidginprefsinternal.h
pidgin/prefs/pidginprefsinternal.h
- changeset 41382
- b45e9fceeae9
- parent 41381
- acedeb1e8804
- child 41383
- 686ea9361312
equal
deleted
inserted
replaced
| 38 union { |
38 union { |
| 39 const char *string; |
39 const char *string; |
| 40 int integer; |
40 int integer; |
| 41 gboolean boolean; |
41 gboolean boolean; |
| 42 } value; |
42 } value; |
| 43 gint previously_active; |
|
| 44 gint current_active; |
|
| 45 }; |
43 }; |
| 46 |
44 |
| 47 G_BEGIN_DECLS |
45 G_BEGIN_DECLS |
| 48 |
46 |
| 49 G_GNUC_INTERNAL |
47 G_GNUC_INTERNAL |