Method

GrlOperationOptionsset_skip

since: 0.2.0

Declaration [src]

gboolean
grl_operation_options_set_skip (
  GrlOperationOptions* options,
  guint skip
)

Description [src]

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

Available since: 0.2.0

Parameters

skip

Type: guint

Number of elements to skip in an operation.

Return value

Type: gboolean

TRUE if skip could be set, FALSE otherwise.