Gst.TagList.prototype.get_date

function get_date(tag:String):Boolean {
    // Gjs wrapper for gst_tag_list_get_date()
}

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

Free-function: g_date_free

tag

tag to read out

Returns

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