]> Dogcows Code - chaz/openbox/blob - openbox/startupnotify.h
6cc9451cace87e728bfaa8f02f9e2fa1cfea1bf3
[chaz/openbox] / 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
This page took 0.033106 seconds and 3 git commands to generate.