Method

GrlOperationOptionsget_key_range_filter

since: 0.2.0

Declaration [src]

void
grl_operation_options_get_key_range_filter (
  GrlOperationOptions* options,
  GrlKeyID key,
  GValue** min_value,
  GValue** max_value
)

Description [src]

Stores the limits of the range in the filter for key in min_value and max_value. If some of the values has no limit, it will set a NULL.

Available since: 0.2.0

Parameters

key

Type: GrlKeyID

A GrlKeyID.

min_value

Type: GValue

The minimum value for the range.

The argument will be set by the function.
The argument can be NULL.
The data is owned by the instance.
max_value

Type: GValue

The maximum value for the range.

The argument will be set by the function.
The argument can be NULL.
The data is owned by the instance.