Method

GgitCheckoutOptionsget_target_directory

Declaration [src]

const gchar*
ggit_checkout_options_get_target_directory (
  GgitCheckoutOptions* options
)

Description [src]

Get the checkout target directory.

Return value

Returns: const gchar*
 

The checkout target directory or NULL.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.