API Version: 1.0
Library Version: 0.3.0-dev
Generated by gi-docgen 2024.1
since: 0.1
void birb_date_time_clear ( GDateTime** datetime_ptr )
Clears a reference to a GDateTime.
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.
NULL
Available since: 0.1
datetime_ptr
Type: GDateTime
A pointer to a GDateTime reference.