]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/startupnotify.h
fix a memory leak in the mainloop timers
[mikachu/openbox.git] / openbox / startupnotify.h
1 #ifndef ob__startupnotify_h
2 #define ob__startupnotify_h
3
4 #include <glib.h>
5
6 void sn_startup(gboolean reconfig);
7 void sn_shutdown(gboolean reconfig);
8
9 gboolean sn_app_starting();
10
11 /*! Notify that an app has started */
12 void sn_app_started(gchar *wmclass);
13
14 /*! Get the desktop requested via the startup-notiication protocol if one
15   was requested */
16 gboolean sn_get_desktop(gchar *id, guint *desktop);
17
18 #endif