构造函数

GioTlsPasswordnew

声明 [源代码]

GTlsPassword*
g_tls_password_new (
  GTlsPasswordFlags flags,
  const gchar* description
)

描述 [源代码]

创建一个新的GTlsPassword对象。

参数

flags

类型: GTlsPasswordFlags

密码标识。

description

类型: const gchar*

密码用途的描述。

数据由函数的调用者拥有。
值是一个以NUL终止的UTF-8字符串。

返回值

类型: GTlsPassword

新分配的密码对象。

函数的调用者将拥有数据,并负责释放它。