Gst.TagList.prototype.is_empty
function is_empty():Boolean { // Gjs wrapper for gst_tag_list_is_empty() }
Checks if the given taglist is empty.
- Returns
TRUE if the taglist is empty, otherwise FALSE.
function is_empty():Boolean { // Gjs wrapper for gst_tag_list_is_empty() }
Checks if the given taglist is empty.
TRUE if the taglist is empty, otherwise FALSE.