|
i3
|
Stores internal information about a startup sequence, like the workspace it was initiated on. More...
#include <data.h>
Data Fields | |
| char * | id |
| startup ID for this sequence, generated by libstartup-notification More... | |
| char * | workspace |
| workspace on which this startup was initiated More... | |
| SnLauncherContext * | context |
| libstartup-notification context for this launch More... | |
| time_t | delete_at |
| time at which this sequence should be deleted (after it was marked as completed) More... | |
| sequences | |
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 226 of file data.h.
Referenced by start_application(), and startup_sequence_delete().
| time_t Startup_Sequence::delete_at |
time at which this sequence should be deleted (after it was marked as completed)
Definition at line 229 of file data.h.
Referenced by _prune_startup_sequences(), startup_monitor_event(), startup_sequence_delete(), and startup_workspace_for_window().
| char* Startup_Sequence::id |
startup ID for this sequence, generated by libstartup-notification
Definition at line 222 of file data.h.
Referenced by start_application(), startup_monitor_event(), startup_sequence_delete(), startup_sequence_get(), startup_sequence_rename_workspace(), and startup_workspace_for_window().
| Startup_Sequence::sequences |
Definition at line 232 of file data.h.
Referenced by _prune_startup_sequences(), start_application(), startup_monitor_event(), startup_sequence_delete(), startup_sequence_get(), and startup_sequence_rename_workspace().
| char* Startup_Sequence::workspace |
workspace on which this startup was initiated
Definition at line 224 of file data.h.
Referenced by con_adjacent_borders(), start_application(), startup_sequence_delete(), startup_sequence_rename_workspace(), and startup_workspace_for_window().
1.8.13