Top |
Functions
AsProvide * | as_provide_new () |
AsProvideKind | as_provide_kind_from_string () |
const gchar * | as_provide_kind_to_string () |
const gchar * | as_provide_get_value () |
AsProvideKind | as_provide_get_kind () |
void | as_provide_set_value () |
void | as_provide_set_kind () |
Description
Applications may provide different binary names, firmware files and that kind of thing. This is the place to express those extra items.
See also: AsApp
Functions
as_provide_kind_from_string ()
AsProvideKind
as_provide_kind_from_string (const gchar *kind
);
Converts the text representation to an enumerated value.
Since: 0.1.6
as_provide_kind_to_string ()
const gchar *
as_provide_kind_to_string (AsProvideKind kind
);
Converts the enumerated value to an text representation.
Since: 0.1.6
as_provide_get_value ()
const gchar *
as_provide_get_value (AsProvide *provide
);
Gets the full qualified URL for the provide, usually pointing at some mirror.
Since: 0.1.6
as_provide_get_kind ()
AsProvideKind
as_provide_get_kind (AsProvide *provide
);
Gets the provide kind.
Since: 0.1.6
as_provide_set_value ()
void as_provide_set_value (AsProvide *provide
,const gchar *value
);
Sets the fully-qualified mirror URL to use for the provide.
Since: 0.1.6
as_provide_set_kind ()
void as_provide_set_kind (AsProvide *provide
,AsProvideKind kind
);
Sets the provide kind.
Since: 0.1.6
Types and Values
enum AsProvideKind
The provide type.