Method

GgitOIdcompare

Declaration [src]

gint
ggit_oid_compare (
  GgitOId* a,
  GgitOId* b
)

Description [src]

Compare two GgitOId structures.

Parameters

b GgitOId
 

Second GgitOId.

 The data is owned by the caller of the function.

Return value

Returns: gint
 

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