Class
AppStreamComposeResult
since: 1.0
Instance methods
asc_result_add_component_with_string
Add component to the results set, using string data.
since: 1.0
asc_result_add_hint_simple
Add an issue hint which does not have any variables to replace in its explanation text for a component.
since: 1.0
asc_result_fetch_hints_all
Get a list of all hints for all components that are registered with this result.
since: 1.0
asc_result_gcid_for_cid
Retrieve the global component-ID string for the given component-ID,
as long as component with the given ID is registered with this AscResult
.
Otherwise, NULL
is returned.
since: 1.0
asc_result_get_bundle_id
Gets the ID name of the bundle (a package / Flatpak / any entity containing metadata) that these these results are generated for.
since: 1.0
asc_result_get_component_gcids
Retrieve a list of all global component-IDs that this result knows of.
since: 1.0
asc_result_get_component_ids_with_hints
Gets list of component-IDs which do have issue hints associated with them.
since: 1.0
asc_result_has_hint
Test if a hint tag is associated with a given component in this result.
since: 1.0
asc_result_is_ignored
Check if an AsComponent
was set to be ignored in this result
(usually due to errors).
since: 1.0
asc_result_remove_hints_for_cid
Remove all hints that we have associated with the selected component-ID.
since: 1.0
asc_result_update_component_gcid_with_string
Update the global component ID for the given component. This is a convenience method for %asc_result_update_component_gcid.
since: 1.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
unstable since: 2.0
Class structure
struct AppStreamComposeResultClass {
GObjectClass parent_class;
void (* _as_reserved1) (
void
);
void (* _as_reserved2) (
void
);
void (* _as_reserved3) (
void
);
void (* _as_reserved4) (
void
);
}
Class members
parent_class: GObjectClass
- No description available.
_as_reserved1: void (* _as_reserved1) ( void )
- No description available.
_as_reserved2: void (* _as_reserved2) ( void )
- No description available.
_as_reserved3: void (* _as_reserved3) ( void )
- No description available.
_as_reserved4: void (* _as_reserved4) ( void )
- No description available.