diff options
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet-factory.h')
-rw-r--r-- | libmate-panel-applet/mate-panel-applet-factory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmate-panel-applet/mate-panel-applet-factory.h b/libmate-panel-applet/mate-panel-applet-factory.h index 4bffc444..9726dd47 100644 --- a/libmate-panel-applet/mate-panel-applet-factory.h +++ b/libmate-panel-applet/mate-panel-applet-factory.h @@ -44,6 +44,8 @@ MatePanelAppletFactory *mate_panel_applet_factory_new (const gchar GType applet_type, GClosure *closure); gboolean mate_panel_applet_factory_register_service (MatePanelAppletFactory *factory); +GtkWidget *mate_panel_applet_factory_get_applet_widget (const gchar *id, + guint uid); /* This technically belongs to mate-panel-applet.h, but it's not something that * should be public API. */ |