Class
AppStreamComponentBox
[−]
Description
class AppStream.ComponentBox : GObject.Object
{
/* No available fields */
}
No description available.
[−]
Constructors
as_component_box_new_simple
Creates a new AsComponentBox
with the simplest parameters,
so it is basically an array storage without overhead.
[−]
Instance methods
as_component_box_add
Add a component to the box. Returns an error if we could not add it (most likely due to component box constraints).
as_component_box_index_safe
Retrieve a component at the respective index from the internal component array.
as_component_box_remove_at
Remove a component at the specified index. Please ensure that the index is not larger than %as_component_box_get_size() - 1.
[+]