Method

GgitCheckoutOptionsset_our_label

Declaration [src]

void
ggit_checkout_options_set_our_label (
  GgitCheckoutOptions* options,
  const gchar* label
)

Description [src]

Set the checkout our label.

Parameters

label

Type: const gchar*

The our label.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.