Method

GgitCloneOptionsget_fetch_options

Declaration [src]

GgitFetchOptions*
ggit_clone_options_get_fetch_options (
  GgitCloneOptions* options
)

Description [src]

Get the fetch options object or NULL if not set.

Return value

Returns: GgitFetchOptions
 

The fetch options or NULL.

 The data is owned by the instance.