Top |
AsBundleAsBundle — Description of bundles the AsComponent is shipped with. |
const gchar * | as_bundle_kind_to_string () |
AsBundleKind | as_bundle_kind_from_string () |
AsBundle * | as_bundle_new () |
AsBundleKind | as_bundle_get_kind () |
void | as_bundle_set_kind () |
const gchar * | as_bundle_get_id () |
void | as_bundle_set_id () |
This class provides information contained in an AppStream bundle tag. See https://www.freedesktop.org/software/appstream/docs/chap-CatalogData.htmltag-ct-bundle for more information.
See also: AsComponent
const gchar *
as_bundle_kind_to_string (AsBundleKind kind
);
Converts the enumerated value to an text representation.
Since: 0.8.0
AsBundleKind
as_bundle_kind_from_string (const gchar *bundle_str
);
Converts the text representation to an enumerated value.
AsBundleKind
as_bundle_get_kind (AsBundle *bundle
);
Gets the bundle kind.
Since: 0.10
void as_bundle_set_kind (AsBundle *bundle
,AsBundleKind kind
);
Sets the bundle kind.
Since: 0.10
const gchar *
as_bundle_get_id (AsBundle *bundle
);
Gets the ID for this bundle.
Since: 0.10