Method

GgitCheckoutOptionsset_target_directory

Declaration [src]

void
ggit_checkout_options_set_target_directory (
  GgitCheckoutOptions* options,
  const gchar* directory
)

Description [src]

Set the checkout target directory.

Parameters

directory const gchar*
 

The target directory.

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