Method
GgitCheckoutOptionsset_paths
Declaration [src]
void
ggit_checkout_options_set_paths (
GgitCheckoutOptions* options,
const gchar* const* paths
)
Description [src]
Set the list of file paths to checkout. If paths
is NULL
, then all files
will be checked out.