Method
GLibDateTimeunref
since: 2.26
Declaration [src]
void
g_date_time_unref (
GDateTime* datetime
)
Description [src]
Atomically decrements the reference count of datetime
by one.
When the reference count reaches zero, the resources allocated by
datetime
are freed.
Available since: 2.26