Home
last modified time | relevance | path

Searched refs:GgitRebaseOperation (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-rebase-operation.c33 G_DEFINE_BOXED_TYPE (GgitRebaseOperation, ggit_rebase_operation, in G_DEFINE_BOXED_TYPE() argument
36 GgitRebaseOperation * in G_DEFINE_BOXED_TYPE()
39 GgitRebaseOperation *glib_rebase_operation; in G_DEFINE_BOXED_TYPE()
41 glib_rebase_operation = g_slice_new (GgitRebaseOperation); in G_DEFINE_BOXED_TYPE()
63 GgitRebaseOperation *
64 ggit_rebase_operation_ref (GgitRebaseOperation *rebase_operation) in ggit_rebase_operation_ref()
81 ggit_rebase_operation_unref (GgitRebaseOperation *rebase_operation) in ggit_rebase_operation_unref()
87 g_slice_free (GgitRebaseOperation, rebase_operation); in ggit_rebase_operation_unref()
100 ggit_rebase_operation_get_operation_type (GgitRebaseOperation *rebase_operation) in ggit_rebase_operation_get_operation_type()
117 ggit_rebase_operation_get_id (GgitRebaseOperation *rebase_operation) in ggit_rebase_operation_get_id()
[all …]
H A Dggit-rebase-operation.h33 #define GGIT_REBASE_OPERATION(obj) ((GgitRebaseOperation *)obj)
37 GgitRebaseOperation *_ggit_rebase_operation_wrap (git_rebase_operatio…
39 git_rebase_operation *_ggit_rebase_operation_get_rebase_operation (GgitRebaseOperation
41 GgitRebaseOperation *ggit_rebase_operation_ref (GgitRebaseOperation
42 void ggit_rebase_operation_unref (GgitRebaseOperation
44 GgitRebaseOperationType ggit_rebase_operation_get_operation_type (GgitRebaseOperation
46 GgitOId *ggit_rebase_operation_get_id (GgitRebaseOperation
48 const gchar *ggit_rebase_operation_get_exec (GgitRebaseOperation
50 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GgitRebaseOperation, ggit_rebase_operation_unref)
H A Dggit-rebase.h46 GgitRebaseOperation *ggit_rebase_get_operation_by_index (GgitRebase *rebase,
49 GgitRebaseOperation *ggit_rebase_next (GgitRebase *rebase,
H A Dggit-rebase.c111 GgitRebaseOperation *
137 GgitRebaseOperation *
H A Dggit-types.h187 typedef struct _GgitRebaseOperation GgitRebaseOperation; typedef