Constructor
PurpleNoopCredentialProvidernew
unstable since: 3.0
Declaration [src]
PurpleCredentialProvider*
purple_noop_credential_provider_new (
void
)
Description [src]
Creates a new PurpleNoopCredentialProvider
instance. You typically will
not need to call this directly as PurpleCredentialManager
will create one
for itself.
Available since: 3.0
Return value
Type: PurpleCredentialProvider
The new PurpleNoopCredentialProvider
instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |