Top | ![]() |
![]() |
![]() |
![]() |
ShellApp * shell_app_system_lookup_app (ShellAppSystem *system
,const char *id
);
Find a ShellApp corresponding to an id.
ShellApp * shell_app_system_lookup_heuristic_basename (ShellAppSystem *system
,const char *id
);
Find a valid application corresponding to a given
heuristically determined application identifier
string, or NULL
if none.
ShellApp * shell_app_system_lookup_startup_wmclass (ShellAppSystem *system
,const char *wmclass
);
Find a valid application whose .desktop file contains a
StartupWMClass entry matching wmclass
.
ShellApp * shell_app_system_lookup_desktop_wmclass (ShellAppSystem *system
,const char *wmclass
);
Find a valid application whose .desktop file, without the extension
and properly canonicalized, matches wmclass
.
GSList *
shell_app_system_get_running (ShellAppSystem *self
);
Returns the set of applications which currently have at least one
open window in the given context. The returned list will be sorted
by shell_app_compare()
.
“app-state-changed”
signalvoid user_function (ShellAppSystem *shellappsystem, ShellApp *arg1, gpointer user_data)
Flags: Run Last
“installed-changed”
signalvoid user_function (ShellAppSystem *shellappsystem, gpointer user_data)
Flags: Run Last