aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/egg/eggtrayicon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/egg/eggtrayicon.h b/lib/egg/eggtrayicon.h
index 007f4c18e..9ce3173e2 100644
--- a/lib/egg/eggtrayicon.h
+++ b/lib/egg/eggtrayicon.h
@@ -58,6 +58,9 @@ struct _EggTrayIconClass
GType egg_tray_icon_get_type (void);
+EggTrayIcon *egg_tray_icon_new_for_xscreen(Screen *xscreen,
+ const char *name);
+
EggTrayIcon *egg_tray_icon_new_for_screen (GdkScreen *screen,
const gchar *name);