Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | as_launch_kind_to_string () |
AsLaunchKind | as_launch_kind_from_string () |
AsLaunch * | as_launch_new () |
AsLaunchKind | as_launch_get_kind () |
void | as_launch_set_kind () |
GPtrArray * | as_launch_get_entries () |
void | as_launch_add_entry () |
Components can provide multiple launch-entries to launch the software they belong to. This class describes them.
See also: AsComponent
const gchar *
as_launch_kind_to_string (AsLaunchKind kind
);
Converts the enumerated value to a text representation.
Since: 0.11.0
AsLaunchKind
as_launch_kind_from_string (const gchar *kind_str
);
Converts the text representation to an enumerated value.
Since: 0.11.0
AsLaunchKind
as_launch_get_kind (AsLaunch *launch
);
The launch system for the entries this AsLaunch object stores.
Since: 0.11.0
void as_launch_set_kind (AsLaunch *launch
,AsLaunchKind kind
);
Set the launch system for the entries this AsLaunch object stores.
Since: 0.11.0
GPtrArray *
as_launch_get_entries (AsLaunch *launch
);
Get an array of launchable entries.
Since: 0.11.0