Method

GioMountOperationget_password

Declaration

const char*
g_mount_operation_get_password (
  GMountOperation* op
)

Description

Gets a password from the mount operation.

Return value

Type: const char*

A string containing the password within op.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.