Top |
const gchar * | as_launchable_kind_to_string () |
AsLaunchableKind | as_launchable_kind_from_string () |
AsLaunchable * | as_launchable_new () |
AsLaunchableKind | as_launchable_get_kind () |
void | as_launchable_set_kind () |
GPtrArray * | as_launchable_get_entries () |
void | as_launchable_add_entry () |
#define | AS_TYPE_LAUNCHABLE |
struct | AsLaunchableClass |
enum | AsLaunchableKind |
AsLaunchable |
Components can provide multiple launch-entries to launch the software they belong to. This class describes them.
See also: AsComponent
const gchar *
as_launchable_kind_to_string (AsLaunchableKind kind
);
Converts the enumerated value to a text representation.
Since: 0.11.0
AsLaunchableKind
as_launchable_kind_from_string (const gchar *kind_str
);
Converts the text representation to an enumerated value.
Since: 0.11.0
AsLaunchable *
as_launchable_new (void
);
Creates a new AsLaunchable.
Since: 0.11.0
AsLaunchableKind
as_launchable_get_kind (AsLaunchable *launch
);
The launch system for the entries this AsLaunchable object stores.
Since: 0.11.0
void as_launchable_set_kind (AsLaunchable *launch
,AsLaunchableKind kind
);
Set the launch system for the entries this AsLaunchable object stores.
Since: 0.11.0
GPtrArray *
as_launchable_get_entries (AsLaunchable *launch
);
Get an array of launchable entries.
Since: 0.11.0
void as_launchable_add_entry (AsLaunchable *launch
,const gchar *entry
);
Add a new launchable entry.
Since: 0.11.0