Constructor
PurpleNoopCredentialProvidernew
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.
Return value
Returns: | PurpleCredentialProvider |
The new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |