Method

HeChipGroupget_active_filters

Declaration

guint*
he_chip_group_get_active_filters (
  HeChipGroup* self,
  gint* result_length1
)

Description [src]

Get the indices of all active chips. Primarily useful in filtering mode to determine which filters are currently applied.

Since: 1.0.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of guint

Array of indices representing active chips .

The length of the array is in the result_length1 argument.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.