Method

AppStreamComponentBoxremove_at

[]

Declaration [src]

void
as_component_box_remove_at (
  AsComponentBox* cbox,
  guint index
)
[]

Description [src]

Remove a component at the specified index. Please ensure that the index is not larger than %as_component_box_get_size() - 1.

[]

Parameters

index

Type: guint

The index of the component to remove.