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 const gchar*
 

The our label.

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