Gio.Volume.prototype.enumerate_identifiers

function enumerate_identifiers(): Array(String) {
    // Gjs wrapper for g_volume_enumerate_identifiers()
}
  

Gets the kinds of [identifiers][volume-identifier] that volume has. Use Gio.Volume.prototype.get_identifier to obtain the identifiers themselves.

Returns

a null-terminated array of strings containing kinds of identifiers. Use GLib.strfreev to free.