diff options
author | Gary Kramlich <grim@reaperworld.com> | 2007-04-30 00:34:04 +0000 |
---|---|---|
committer | Gary Kramlich <grim@reaperworld.com> | 2007-04-30 00:34:04 +0000 |
commit | 0113bbbe4a0647a4dfbe6be0a10c6748e498593e (patch) | |
tree | 42d992eb5291a910cf07aff4f0ef27a1e3885627 /pidgin/gtkplugin.h | |
parent | f4511197be3dad83cbd045a4eb8c2762a86884cf (diff) | |
download | pidgin-0113bbbe4a0647a4dfbe6be0a10c6748e498593e.tar.gz |
Default plugins are done, for the release i'm not that concerned about plugins that do _NOT_ compile by default
Diffstat (limited to 'pidgin/gtkplugin.h')
-rw-r--r-- | pidgin/gtkplugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pidgin/gtkplugin.h b/pidgin/gtkplugin.h index be6bc1bf5b..4d5311f148 100644 --- a/pidgin/gtkplugin.h +++ b/pidgin/gtkplugin.h @@ -38,6 +38,12 @@ struct _PidginPluginUiInfo GtkWidget *(*get_config_frame)(PurplePlugin *plugin); int page_num; /**< Reserved */ + + /* padding */ + void (*_pidgin_reserved1)(void); + void (*_pidgin_reserved2)(void); + void (*_pidgin_reserved3)(void); + void (*_pidgin_reserved4)(void); }; #define PIDGIN_PLUGIN_TYPE PIDGIN_UI |