Method

GrlOperationOptionsset_count

since: 0.2.0

Declaration [src]

gboolean
grl_operation_options_set_count (
  GrlOperationOptions* options,
  gint count
)

Description [src]

Set the count option for an operation. Will only succeed if count obey to the inherent capabilities of options.

Available since: 0.2.0

Parameters

count

Type: gint

Number of elements to retrieve in an operation.

Return value

Type: gboolean

TRUE if count could be set, FALSE otherwise.