Function

Birbtime_zone_equal

unstable since: 0.7

Declaration [src]

gboolean
birb_time_zone_equal (
  GTimeZone* tz1,
  GTimeZone* tz2
)

Description [src]

Checks two GTimeZone objects for equality.

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: gboolean

TRUE if tz1 and tz2 are equal.