Date.this

Allocates a #GDate and initializes it to a sane state. The new date will be cleared (as if you'd called g_date_clear()) but invalid (it won't represent an existing day). Free the return value with g_date_free().

Return Value

a newly-allocated #GDate

Throws

ConstructionException GTK+ fails to create the object.

Meta