Method
PurpleCredentialProviderget_name
unstable since: 3.0
[−]
Declaration [src]
const gchar*
purple_credential_provider_get_name (
PurpleCredentialProvider* provider
)
[−]
Description [src]
Gets the name of provider
which can be show in user interfaces.
Available since: 3.0
Gets property | Purple.CredentialProvider:name |
[−]
Return value
Type: const gchar*
The name of provider
.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |