Home
last modified time | relevance | path

Searched refs:GgitCloneOptions (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-clone-options.h34 G_DECLARE_DERIVABLE_TYPE (GgitCloneOptions, ggit_clone_options, GGIT, CLONE_OPTIONS, GObject)
41 GgitRepository *(*create_repository) (GgitCloneOptions *options,
46 GgitRemote *(*create_remote) (GgitCloneOptions *options,
54 const git_clone_options *_ggit_clone_options_get_native (GgitCloneOptions *options…
56 GgitCloneOptions *ggit_clone_options_new (void);
58 gboolean ggit_clone_options_get_is_bare (GgitCloneOptions *options…
60 void ggit_clone_options_set_is_bare (GgitCloneOptions *options,
63 const gchar *ggit_clone_options_get_checkout_branch (GgitCloneOptions *options…
65 void ggit_clone_options_set_checkout_branch (GgitCloneOptions *options,
69 void ggit_clone_options_set_local (GgitCloneOptions *options,
[all …]
H A Dggit-clone-options.c60 _ggit_clone_options_get_native (GgitCloneOptions *options) in G_DEFINE_TYPE_WITH_PRIVATE()
82 GgitCloneOptions *options = GGIT_CLONE_OPTIONS (object); in ggit_clone_options_finalize()
101 create_repository_default (GgitCloneOptions *options, in create_repository_default()
117 create_remote_default (GgitCloneOptions *options, in create_remote_default()
143 GgitCloneOptions *options = GGIT_CLONE_OPTIONS (payload); in create_repository_wrapper()
183 GgitCloneOptions *options = GGIT_CLONE_OPTIONS (payload); in create_remote_wrapper()
219 ggit_clone_options_init (GgitCloneOptions *options) in ggit_clone_options_init()
241 GgitCloneOptions *
256 ggit_clone_options_get_is_bare (GgitCloneOptions *options) in ggit_clone_options_get_is_bare()
386 ggit_clone_options_get_local (GgitCloneOptions *options) in ggit_clone_options_get_local()
[all …]
H A Dggit-types.h47 typedef struct _GgitCloneOptions GgitCloneOptions; typedef
H A Dggit-repository.h92 GgitCloneOptions *options,
H A Dggit-repository.c56 GgitCloneOptions *clone_options;
598 GgitCloneOptions *options, in ggit_repository_clone()
/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/examples/
H A Dclone.c159 GgitCloneOptions *options = NULL; in main()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/git/daemon/
H A Dipc-git-service-impl.c175 g_autoptr(GgitCloneOptions) options = NULL; in ipc_git_service_impl_clone_worker()