| 35 * A GTK+ UI structure for plugins. |
35 * A GTK+ UI structure for plugins. |
| 36 */ |
36 */ |
| 37 struct _PidginPluginUiInfo |
37 struct _PidginPluginUiInfo |
| 38 { |
38 { |
| 39 GtkWidget *(*get_config_frame)(PurplePlugin *plugin); |
39 GtkWidget *(*get_config_frame)(PurplePlugin *plugin); |
| 40 |
|
| 41 int page_num; /**< Reserved */ |
|
| 42 |
40 |
| 43 /* padding */ |
41 /* padding */ |
| 44 void (*_pidgin_reserved1)(void); |
42 void (*_pidgin_reserved1)(void); |
| 45 void (*_pidgin_reserved2)(void); |
43 void (*_pidgin_reserved2)(void); |
| 46 void (*_pidgin_reserved3)(void); |
44 void (*_pidgin_reserved3)(void); |