Function

Birbtime_zone_clear

unstable since: 0.7

Declaration [src]

void
birb_time_zone_clear (
  GTimeZone** timezone_ptr
)

Description [src]

Clears a reference to a GTimeZone.

If the reference is NULL, this function does nothing. Otherwise, the reference count of the GTimeZone is decreased and the pointer is set to NULL.

Available since: 0.7

Parameters

timezone_ptr

Type: GTimeZone

A pointer to a GTimeZone reference.

The data is owned by the caller of the function.