Method

GioDriveget_identifier

Declaration

char*
g_drive_get_identifier (
  GDrive* drive,
  const char* kind
)

Description

Gets the identifier of the given kind for drive. The only identifier currently available is G_DRIVE_IDENTIFIER_KIND_UNIX_DEVICE.

Parameters

kind

Type: const char*

The kind of identifier to return.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: char*

A newly allocated string containing the requested identifier, or NULL if the GDrive doesn’t have this kind of identifier.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.