Mercurial > pidgin.yaz
changeset 16678:3d41d0d7fb9b
Default plugins are done, for the release i'm not that concerned about plugins that do _NOT_ compile by default
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 30 Apr 2007 00:34:04 +0000 |
parents | 30829e806dae |
children | 98b4e313b9ba |
files | pidgin/gtkplugin.h pidgin/plugins/convcolors.c pidgin/plugins/extplacement.c pidgin/plugins/gestures/gestures.c pidgin/plugins/history.c pidgin/plugins/iconaway.c pidgin/plugins/markerline.c pidgin/plugins/musicmessaging/musicmessaging.c pidgin/plugins/notify.c pidgin/plugins/pidginrc.c pidgin/plugins/relnot.c pidgin/plugins/spellchk.c pidgin/plugins/ticker/ticker.c pidgin/plugins/timestamp.c pidgin/plugins/timestamp_format.c pidgin/plugins/xmppconsole.c |
diffstat | 16 files changed, 170 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkplugin.h Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/gtkplugin.h Mon Apr 30 00:34:04 2007 +0000 @@ -38,6 +38,12 @@ 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
--- a/pidgin/plugins/convcolors.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/convcolors.c Mon Apr 30 00:34:04 2007 +0000 @@ -319,6 +319,12 @@ { get_config_frame, 0, + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -347,7 +353,13 @@ &ui_info, /* ui_info */ NULL, /* extra_info */ NULL, /* prefs_info */ - NULL /* actions */ + NULL, /* actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void
--- a/pidgin/plugins/extplacement.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/extplacement.c Mon Apr 30 00:34:04 2007 +0000 @@ -118,7 +118,13 @@ static PurplePluginUiInfo prefs_info = { get_plugin_pref_frame, 0, /* page_num (Reserved) */ - NULL /* frame (Reserved) */ + NULL, /* frame (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -146,7 +152,13 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ &prefs_info, /**< prefs_info */ - NULL /**< actions */ + NULL, /**< actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void
--- a/pidgin/plugins/gestures/gestures.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/gestures/gestures.c Mon Apr 30 00:34:04 2007 +0000 @@ -271,7 +271,13 @@ static PidginPluginUiInfo ui_info = { get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -308,6 +314,12 @@ &ui_info, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/history.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/history.c Mon Apr 30 00:34:04 2007 +0000 @@ -198,6 +198,12 @@ NULL, NULL, NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/iconaway.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/iconaway.c Mon Apr 30 00:34:04 2007 +0000 @@ -95,6 +95,12 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/markerline.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/markerline.c Mon Apr 30 00:34:04 2007 +0000 @@ -261,6 +261,12 @@ get_plugin_pref_frame, 0, NULL, + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = { @@ -288,7 +294,13 @@ NULL, /* ui_info */ NULL, /* extra_info */ &prefs_info, /* prefs_info */ - NULL /* actions */ + NULL, /* actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void
--- a/pidgin/plugins/musicmessaging/musicmessaging.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/musicmessaging/musicmessaging.c Mon Apr 30 00:34:04 2007 +0000 @@ -649,7 +649,13 @@ static PidginPluginUiInfo ui_info = { get_config_frame, - 0 /* page_num (reserved) */ + 0, /* page_num (reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = { @@ -677,7 +683,13 @@ &ui_info, /**< ui_info */ NULL, /**< extra_info */ NULL, - NULL + NULL, + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void
--- a/pidgin/plugins/notify.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/notify.c Mon Apr 30 00:34:04 2007 +0000 @@ -877,7 +877,13 @@ static PidginPluginUiInfo ui_info = { get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -909,6 +915,12 @@ &ui_info, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/pidginrc.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/pidginrc.c Mon Apr 30 00:34:04 2007 +0000 @@ -599,7 +599,13 @@ static PidginPluginUiInfo purplerc_ui_info = { purplerc_get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo purplerc_info = @@ -625,6 +631,12 @@ &purplerc_ui_info, NULL, NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/relnot.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/relnot.c Mon Apr 30 00:34:04 2007 +0000 @@ -159,6 +159,12 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/spellchk.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/spellchk.c Mon Apr 30 00:34:04 2007 +0000 @@ -2350,7 +2350,13 @@ static PidginPluginUiInfo ui_info = { get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -2376,6 +2382,12 @@ &ui_info, NULL, NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/ticker/ticker.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/ticker/ticker.c Mon Apr 30 00:34:04 2007 +0000 @@ -368,6 +368,12 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/timestamp.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/timestamp.c Mon Apr 30 00:34:04 2007 +0000 @@ -178,7 +178,13 @@ static PidginPluginUiInfo ui_info = { get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -209,6 +215,12 @@ &ui_info, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
--- a/pidgin/plugins/timestamp_format.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/timestamp_format.c Mon Apr 30 00:34:04 2007 +0000 @@ -126,7 +126,13 @@ static PurplePluginUiInfo prefs_info = { get_plugin_pref_frame, 0, /* page num (Reserved) */ - NULL /* frame (Reserved) */ + NULL,/* frame (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -159,7 +165,13 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ &prefs_info, /**< prefs_info */ - NULL /**< actions */ + NULL, /**< actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void