Method

GrlOperationOptionsset_key_filter_value

since: 0.2.0

Declaration [src]

gboolean
grl_operation_options_set_key_filter_value (
  GrlOperationOptions* options,
  GrlKeyID key,
  GValue* value
)

Description [src]

Set filter as “key == value.

Available since: 0.2.0

Parameters

key

Type: GrlKeyID

A GrlKeyID.

value

Type: GValue

A GValue.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE on success.