Home
last modified time | relevance | path

Searched refs:GgitFetchOptions (Results 1 – 12 of 12) sorted by relevance

/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-fetch-options.c33 G_DEFINE_BOXED_TYPE (GgitFetchOptions, ggit_fetch_options, in G_DEFINE_BOXED_TYPE() argument
58 GgitFetchOptions *
59 ggit_fetch_options_copy (GgitFetchOptions *fetch_options) in ggit_fetch_options_copy()
61 GgitFetchOptions *new_fetch_options; in ggit_fetch_options_copy()
69 new_fetch_options = g_slice_new0 (GgitFetchOptions); in ggit_fetch_options_copy()
93 ggit_fetch_options_free (GgitFetchOptions *fetch_options) in ggit_fetch_options_free()
98 g_slice_free (GgitFetchOptions, fetch_options); in ggit_fetch_options_free()
108 GgitFetchOptions *
111 GgitFetchOptions *fetch_options; in ggit_fetch_options_new()
114 fetch_options = g_slice_new0 (GgitFetchOptions); in ggit_fetch_options_new()
[all …]
H A Dggit-fetch-options.h32 #define GGIT_FETCH_OPTIONS(obj) ((GgitFetchOptions *)obj)
36 const git_fetch_options *_ggit_fetch_options_get_fetch_options (GgitFetchOptions *fetch_o…
38 GgitFetchOptions *ggit_fetch_options_copy (GgitFetchOptions *fetch_o…
39 void ggit_fetch_options_free (GgitFetchOptions *fetch_o…
41 GgitFetchOptions *ggit_fetch_options_new (void);
43 GgitRemoteCallbacks *ggit_fetch_options_get_remote_callbacks (GgitFetchOptions *options…
44 void ggit_fetch_options_set_remote_callbacks (GgitFetchOptions *options,
47 GgitRemoteDownloadTagsType ggit_fetch_options_get_download_tags (GgitFetchOptions *opt…
48 void ggit_fetch_options_set_download_tags (GgitFetchOptions *opt…
H A Dggit-submodule-update-options.h49 GgitFetchOptions *ggit_submodule_update_options_get_fetch_options (GgitSubmoduleUpdateOpti…
51GgitFetchOptions *fetch_options);
H A Dggit-clone-options.h72 GgitFetchOptions *ggit_clone_options_get_fetch_options (GgitCloneOptions *options…
74GgitFetchOptions *fetch_options);
H A Dggit-submodule-update-options.c37 GgitFetchOptions *fetch_options;
255 GgitFetchOptions *
277 GgitFetchOptions *fetch_options) in ggit_submodule_update_options_set_fetch_options()
H A Dggit-clone-options.c33 GgitFetchOptions *fetch_options;
332 GgitFetchOptions *
352 GgitFetchOptions *fetch_options) in ggit_clone_options_set_fetch_options()
H A Dggit-remote.h94 GgitFetchOptions *fetch_options,
H A Dggit-types.h124 typedef struct _GgitFetchOptions GgitFetchOptions; typedef
H A Dggit-remote.c422 GgitFetchOptions *fetch_options, in ggit_remote_download()
/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/examples/
H A Dclone.c165 GgitFetchOptions *fetch_options; in main()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/git/daemon/
H A Dipc-git-service-impl.c178 GgitFetchOptions *fetch_options = NULL; in ipc_git_service_impl_clone_worker()
H A Dipc-git-repository-impl.c1033 GgitFetchOptions *fetch_options = NULL; in ipc_git_repository_impl_handle_update_submodules()