i3
|
Stores internal information about a startup sequence, like the workspace it was initiated on. More...
#include <data.h>
Public Member Functions | |
TAILQ_ENTRY (Startup_Sequence) sequences | |
Data Fields | |
char * | id |
startup ID for this sequence, generated by libstartup-notification | |
char * | workspace |
workspace on which this startup was initiated | |
SnLauncherContext * | context |
libstartup-notification context for this launch |
Stores internal information about a startup sequence, like the workspace it was initiated on.
SnLauncherContext* Startup_Sequence::context |
libstartup-notification context for this launch
Definition at line 162 of file data.h.
Referenced by start_application(), and startup_monitor_event().
char* Startup_Sequence::id |
startup ID for this sequence, generated by libstartup-notification
Definition at line 158 of file data.h.
Referenced by start_application(), startup_monitor_event(), startup_workspace_for_window(), and TAILQ_HEAD().
workspace on which this startup was initiated
Definition at line 160 of file data.h.
Referenced by start_application(), and startup_workspace_for_window().