Function

Birbdate_time_clear

since: 0.1

Declaration [src]

void
birb_date_time_clear (
  GDateTime** datetime_ptr
)

Description [src]

Clears a reference to a GDateTime.

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

Available since: 0.1

Parameters

datetime_ptr

Type: GDateTime

A pointer to a GDateTime reference.

The data is owned by the caller of the function.