Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtlspassword.h>
Data Fields | |
GObjectClass | parent_class |
const guchar *(* | get_value )(GTlsPassword *password, gsize *length) |
void(* | set_value )(GTlsPassword *password, guchar *value, gssize length, GDestroyNotify destroy) |
const gchar *(* | get_default_warning )(GTlsPassword *password) |
gpointer | padding [4] |
GTlsPasswordClass: @get_value: virtual method for g_tls_password_get_value() @set_value: virtual method for g_tls_password_set_value() @get_default_warning: virtual method for g_tls_password_get_warning() if no value has been set using g_tls_password_set_warning()
Class structure for GTlsPassword.
Definition at line 60 of file gtlspassword.h.
const gchar *(* _GTlsPasswordClass::get_default_warning) (GTlsPassword *password) |
Definition at line 74 of file gtlspassword.h.
const guchar *(* _GTlsPasswordClass::get_value) (GTlsPassword *password, gsize *length) |
Definition at line 66 of file gtlspassword.h.
gpointer _GTlsPasswordClass::padding[4] |
Definition at line 78 of file gtlspassword.h.
GObjectClass _GTlsPasswordClass::parent_class |
Definition at line 62 of file gtlspassword.h.
void(* _GTlsPasswordClass::set_value) (GTlsPassword *password, guchar *value, gssize length, GDestroyNotify destroy) |
Definition at line 69 of file gtlspassword.h.