Method

PurpleCredentialProvideris_valid

since: 3.0

Declaration [src]

gboolean
purple_credential_provider_is_valid (
  PurpleCredentialProvider* provider
  GError** error
)

Description [src]

Checks whether or not provider is setup correctly. This is primarily meant for #purple_credential_provider_register_provider to call to avoid programming errors, but can be used by anyone.

Available since: 3.0

Return value

Type: gboolean

FALSE on error, otherwise TRUE.