Method

GLibDateTimeunref

since: 2.26

Declaration

void
g_date_time_unref (
  GDateTime* datetime
)

Description

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