WebKit2.Credential.has_password (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Methods
copy free get_certificate get_password get_persistence get_username has_password
Generated by gi-docgen 2023.4
Method
WebKit2Credentialhas_password
since: 2.2
Declaration [src]
gboolean
webkit_credential_has_password (
WebKitCredential* credential
)
Description [src]
Determine whether this credential has a password stored.
Available since: 2.2
Return value
Type: gboolean
TRUE
if the credential has a password or FALSE
otherwise.