[Xfce4-commits] <xfce4-panel:devel> Rename the wrapper init function.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:32:41 CEST 2009
Updating branch refs/heads/devel
to fb36a0a71b1c7c2f928ae99301546d55580f6811 (commit)
from db0d869fa279daa6217b53398bc01fca877c9e60 (commit)
commit fb36a0a71b1c7c2f928ae99301546d55580f6811
Author: Nick Schermer <nick at xfce.org>
Date: Sat May 30 20:19:01 2009 +0200
Rename the wrapper init function.
libxfce4panel/xfce-panel-plugin-provider.h | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/libxfce4panel/xfce-panel-plugin-provider.h b/libxfce4panel/xfce-panel-plugin-provider.h
index d75be30..b4a923a 100644
--- a/libxfce4panel/xfce-panel-plugin-provider.h
+++ b/libxfce4panel/xfce-panel-plugin-provider.h
@@ -35,14 +35,14 @@ typedef enum _XfcePanelPluginProviderSignal XfcePanelPluginProviderSignal;
#define XFCE_PANEL_PLUGIN_PROVIDER_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), XFCE_TYPE_PANEL_PLUGIN_PROVIDER, XfcePanelPluginProviderIface))
/* plugin module functions */
-typedef GtkWidget *(*PluginConstructFunc) (const gchar *name,
- gint unique_id,
- const gchar *display_name,
- const gchar *comment,
- gchar **arguments,
- GdkScreen *screen);
-typedef GType (*PluginInitializeFunc) (GTypeModule *module,
- gboolean *make_resident);
+typedef GtkWidget *(*PluginConstructFunc) (const gchar *name,
+ gint unique_id,
+ const gchar *display_name,
+ const gchar *comment,
+ gchar **arguments,
+ GdkScreen *screen);
+typedef GType (*PluginInitFunc) (GTypeModule *module,
+ gboolean *make_resident);
struct _XfcePanelPluginProviderIface
{
More information about the Xfce4-commits
mailing list