TagList.getDate

bool getDate(string tag, out glib.date.Date value)

Copies the first date for the given tag in the taglist into the variable pointed to by value. Free the date with glib.date.Date.free when it is no longer needed.

Free-function: g_date_free

Parameters

tagtag to read out
valueaddress of a GDate pointer variable to store the result into

Returns

true, if a date was copied, false if the tag didn't exist in the

given list or if it was null.