]>
Dogcows Code - chaz/openbox/blob - openbox/startupnotify.h
1 #ifndef ob__startupnotify_h
2 #define ob__startupnotify_h
6 void sn_startup(gboolean reconfig
);
7 void sn_shutdown(gboolean reconfig
);
9 gboolean
sn_app_starting();
11 /*! Notify that an app has started */
12 void sn_app_started(gchar
*wmclass
);
14 /*! Get the desktop requested via the startup-notiication protocol if one
16 gboolean
sn_get_desktop(gchar
*id
, guint
*desktop
);
This page took 0.032795 seconds and 4 git commands to generate.