Method
AppStreamPoolget_components_by_kind
Declaration [src]
AsComponentBox*
as_pool_get_components_by_kind (
AsPool* pool,
AsComponentKind kind
)
Parameters
kind
-
Type:
AsComponentKind
An
AsComponentKind
.
Return value
Type: AsComponentBox
An AsComponentBox
of found components.
The caller of the method takes ownership of the data, and is responsible for freeing it. |