Top | ![]() |
![]() |
![]() |
![]() |
GgitOId * | ggit_oid_copy () |
void | ggit_oid_free () |
GgitOId * | ggit_oid_new_from_string () |
GgitOId * | ggit_oid_new_from_raw () |
gint | ggit_oid_compare () |
gchar * | ggit_oid_to_string () |
guint | ggit_oid_hash () |
gboolean | ggit_oid_equal () |
GgitOId *
ggit_oid_new_from_string (const gchar *str
);
Parses a hex formatted object id into a GgitOId.
GgitOId *
ggit_oid_new_from_raw (const guchar *raw
);
Creates a new GgitOId from a raw oid.
gchar *
ggit_oid_to_string (GgitOId *oid
);
Converts oid
into a readable string.
guint
ggit_oid_hash (GgitOId const *oid
);
Computes a hash value for a git object identifier.