Method

WebKit2Credentialget_password

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

Returns: const gchar*
 

The password stored in the WebKitCredential.

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