Method

GgitOIdcompare

Declaration [src]

gint
ggit_oid_compare (
  GgitOId* a,
  GgitOId* b
)

Description [src]

Compare two GgitOId structures.

Parameters

b

Type: GgitOId

Second GgitOId.

The data is owned by the caller of the method.

Return value

Type: gint

<0, 0, >0 if a < b, a == b, a > b.