summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/mate-panel-applet-factory.h
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2017-07-14 17:18:59 -0400
committerlukefromdc <[email protected]>2017-08-13 14:37:24 -0400
commit401faa0e87a8769607b979ac464be8c0fc832ff7 (patch)
treee385338950f7abd16a997fc3309a03ebc8dde9c3 /libmate-panel-applet/mate-panel-applet-factory.h
parent6bcad424c6efaf2b37f1810f52ab9ffd24377cd8 (diff)
downloadmate-panel-401faa0e87a8769607b979ac464be8c0fc832ff7.tar.bz2
mate-panel-401faa0e87a8769607b979ac464be8c0fc832ff7.tar.xz
limatepanel-applet: add panel-applet-private.h
... and move private functions from factory to this file. Later we will have at least one more private function. Based on https://github.com/GNOME/gnome-panel/commit/c04da8c76ee6f16af44faca2b247df71e98b0a4b plus one more change as it was added out of order
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet-factory.h')
-rw-r--r--libmate-panel-applet/mate-panel-applet-factory.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libmate-panel-applet/mate-panel-applet-factory.h b/libmate-panel-applet/mate-panel-applet-factory.h
index 9726dd47..3eb9a22d 100644
--- a/libmate-panel-applet/mate-panel-applet-factory.h
+++ b/libmate-panel-applet/mate-panel-applet-factory.h
@@ -46,13 +46,6 @@ MatePanelAppletFactory *mate_panel_applet_factory_new (const gchar
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. */
-guint32 mate_panel_applet_get_xid (MatePanelApplet *applet,
- GdkScreen *screen);
-const gchar *mate_panel_applet_get_object_path (MatePanelApplet *applet);
-
#ifdef __cplusplus
}
#endif