Gio.Drive.prototype.enumerate_identifiers

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

Gets the kinds of identifiers that drive has. Use Gio.Drive.prototype.get_identifier to obtain the identifiers themselves.

Returns

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