Function

Birbtime_zone_compare

unstable since: 0.7

Declaration [src]

int
birb_time_zone_compare (
  GTimeZone* tz1,
  GTimeZone* tz2
)

Description [src]

Compare two GTimeZone objects.

Available since: 0.7

Parameters

tz1

Type: GTimeZone

The pointer to the first GTimeZone to compare.

The argument can be NULL.
The data is owned by the caller of the function.
tz2

Type: GTimeZone

The pointer to the second GTimeZone to compare.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: int

-1, 0 or 1 if tz1 is less than, equal to or greater than tz2.