Method
PurpleCredentialProviderget_description
unstable since: 3.0
[−]
Declaration [src]
const gchar*
purple_credential_provider_get_description (
PurpleCredentialProvider* provider
)
[−]
Description [src]
Gets the description of provider
which can be displayed in user interfaces
to help users figure out which provider to use.
Available since: 3.0
Gets property | Purple.CredentialProvider:description |
[−]
Return value
Type: const gchar*
The description of provider
.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |