Ggit.FetchOptions – libgit2-glib-1.0 Reference Manual
Packages
libgit2-glib-1.0
Ggit
FetchOptions
FetchOptions
copy
free
get_download_tags
get_remote_callbacks
set_download_tags
set_remote_callbacks
FetchOptions
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"ggit_fetch_options_get_type ()"
) ]
[
Compact
]
public
class
FetchOptions
Represents a git fetch options.
Namespace:
Ggit
Package:
libgit2-glib-1.0
Content:
Creation methods:
public
FetchOptions
()
Creates a new
FetchOptions
.
Methods:
public
FetchOptions
?
copy
()
Copies
this
into a newly allocated
FetchOptions
.
public
void
free
()
Frees
this
.
public
RemoteDownloadTagsType
get_download_tags
()
Get how tags are being handled when fetching/downloading.
public
unowned
RemoteCallbacks
?
get_remote_callbacks
()
Get the remote callbacks object or
null
if not set.
public
void
set_download_tags
(
RemoteDownloadTagsType
download_tags)
Set how tags are being handled when fetching/downloading.
public
void
set_remote_callbacks
(
RemoteCallbacks
? callbacks)
Set the fetch options object.