Method

HeChipGroupset_active_filters

Declaration

void
he_chip_group_set_active_filters (
  HeChipGroup* self,
  guint* indices,
  gint indices_length1
)

Description [src]

Set which chips should be active by their indices. Useful for programmatically setting filter states or restoring previous selections.

Since: 1.0.

Parameters

indices

Type: An array of guint

Array of chip indices to activate .

The length of the array is specified in the indices_length1 argument.
The data is owned by the caller of the method.
indices_length1

Type: gint

No description available.