diff options
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet-factory.h')
-rw-r--r-- | libmate-panel-applet/mate-panel-applet-factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-panel-applet/mate-panel-applet-factory.h b/libmate-panel-applet/mate-panel-applet-factory.h index 52fb23b4..4bffc444 100644 --- a/libmate-panel-applet/mate-panel-applet-factory.h +++ b/libmate-panel-applet/mate-panel-applet-factory.h @@ -40,6 +40,7 @@ typedef struct _MatePanelAppletFactoryClass MatePanelAppletFactoryClass; GType mate_panel_applet_factory_get_type (void) G_GNUC_CONST; MatePanelAppletFactory *mate_panel_applet_factory_new (const gchar *applet_id, + gboolean out_of_process, GType applet_type, GClosure *closure); gboolean mate_panel_applet_factory_register_service (MatePanelAppletFactory *factory); |