Go to the source code of this file.
|
GIO_AVAILABLE_IN_ALL GType | g_tls_password_get_type (void) G_GNUC_CONST |
|
GIO_AVAILABLE_IN_ALL GTlsPassword * | g_tls_password_new (GTlsPasswordFlags flags, const gchar *description) |
|
GIO_AVAILABLE_IN_ALL const guchar * | g_tls_password_get_value (GTlsPassword *password, gsize *length) |
|
GIO_AVAILABLE_IN_ALL void | g_tls_password_set_value (GTlsPassword *password, const guchar *value, gssize length) |
|
GIO_AVAILABLE_IN_ALL void | g_tls_password_set_value_full (GTlsPassword *password, guchar *value, gssize length, GDestroyNotify destroy) |
|
GIO_AVAILABLE_IN_ALL GTlsPasswordFlags | g_tls_password_get_flags (GTlsPassword *password) |
|
GIO_AVAILABLE_IN_ALL void | g_tls_password_set_flags (GTlsPassword *password, GTlsPasswordFlags flags) |
|
GIO_AVAILABLE_IN_ALL const gchar * | g_tls_password_get_description (GTlsPassword *password) |
|
GIO_AVAILABLE_IN_ALL void | g_tls_password_set_description (GTlsPassword *password, const gchar *description) |
|
GIO_AVAILABLE_IN_ALL const gchar * | g_tls_password_get_warning (GTlsPassword *password) |
|
GIO_AVAILABLE_IN_ALL void | g_tls_password_set_warning (GTlsPassword *password, const gchar *warning) |
|
◆ G_IS_TLS_PASSWORD
◆ G_IS_TLS_PASSWORD_CLASS
◆ G_TLS_PASSWORD
◆ G_TLS_PASSWORD_CLASS
◆ G_TLS_PASSWORD_GET_CLASS
◆ G_TYPE_TLS_PASSWORD
◆ GTlsPasswordClass
◆ GTlsPasswordPrivate
◆ g_tls_password_get_description()
◆ g_tls_password_get_flags()
◆ g_tls_password_get_type()
◆ g_tls_password_get_value()
◆ g_tls_password_get_warning()
◆ g_tls_password_new()
◆ g_tls_password_set_description()
◆ g_tls_password_set_flags()
◆ g_tls_password_set_value()
◆ g_tls_password_set_value_full()
◆ g_tls_password_set_warning()