Home
last modified time | relevance | path

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

/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-reflog.c42 GgitReflog *greflog; in G_DEFINE_BOXED_TYPE() local
44 greflog = g_slice_new (GgitReflog); in G_DEFINE_BOXED_TYPE()
45 greflog->reflog = reflog; in G_DEFINE_BOXED_TYPE()
46 greflog->ref = g_object_ref (ref); in G_DEFINE_BOXED_TYPE()
47 greflog->ref_count = 1; in G_DEFINE_BOXED_TYPE()
49 return greflog; in G_DEFINE_BOXED_TYPE()