Method

GgitCheckoutOptionsset_their_label

Declaration [src]

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

Description [src]

Set the checkout their label.

Parameters

label const gchar*
 

The their 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.