TagList.getDate

Copies the first date for the given tag in the taglist into the variable pointed to by value. Free the date with g_date_free() when it is no longer needed. Free-function: g_date_free

class TagList
int
getDate
(
string tag
,)

Parameters

tag string

tag to read out

value Date

address of a GDate pointer variable to store the result into. [out callee-allocates][transfer full]

Return Value

Type: int

TRUE, if a date was copied, FALSE if the tag didn't exist in the given list or if it was NULL.

Meta