方法

since: 2.30

声明 [src]

void
g_tls_password_set_description (
  GTlsPassword* password,
  const gchar* description
)

描述 [src]

设置一个描述字符串,说明该密码将用于什么目的。

自 2.30 起可用

参数

description

类型: const gchar*

密码的描述。

数据由该方法调用者拥有。
值是一个以 NUL 结束的 UTF-8 字符串。