Credentials.setNative

Copies the native credentials of type @native_type from @native into @credentials.

It is a programming error (which will cause a warning to be logged) to use this method if there is no #GCredentials support for the OS or if @native_type isn't supported by the OS.

class Credentials
void
setNative

Parameters

nativeType GCredentialsType

The type of native credentials to set.

native void*

A pointer to native credentials.

Meta

Since

2.26