方法

GioCredentialsget_native

自2.26版起可用

声明 [源]

gpointer
g_credentials_get_native (
  GCredentials* credentials,
  GCredentialsType native_type
)

描述 [源]

从凭证credentials获取类型为native_type的本地凭证的指针。

如果没有GCredentials支持操作系统或native_type不被操作系统支持,使用此方法是编程错误(这将导致记录警告)。

可用自:2.26

此方法不直接适用于语言绑定。

参数

native_type

类型: GCredentialsType

要获取的本地凭证的类型。

返回值

类型: gpointer

本地凭证的指针,或如果操作系统不支持GCredentialsnative_type不被操作系统支持,则为NULL。请勿释放返回的数据,它属于credentials

返回的数据属于实例。
返回值可以是NULL