Method

WebKit2Credentialget_password

since: 2.2

Declaration [src]

const gchar*
webkit_credential_get_password (
  WebKitCredential* credential
)

Description [src]

Get the password currently held by this WebKitCredential.

Available since: 2.2

Return value

Type: const gchar*

The password stored in the WebKitCredential.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.