Method

DevhelpBookcmp_by_id

Declaration [src]

gint
dh_book_cmp_by_id (
  DhBook* a,
  DhBook* b
)

Description [src]

Compares the DhBooks by their IDs, with g_ascii_strcasecmp().

Parameters

b

Type: DhBook

A DhBook.

The data is owned by the caller of the function.

Return value

Type: gint

An integer less than, equal to, or greater than zero, if a is <, == or > than b.