Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GTlsPasswordClass Struct Reference

#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]
 

Detailed Description

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.

Field Documentation

◆ get_default_warning

const gchar *(* _GTlsPasswordClass::get_default_warning) (GTlsPassword *password)

Definition at line 74 of file gtlspassword.h.

◆ get_value

const guchar *(* _GTlsPasswordClass::get_value) (GTlsPassword *password, gsize *length)

Definition at line 66 of file gtlspassword.h.

◆ padding

gpointer _GTlsPasswordClass::padding[4]

Definition at line 78 of file gtlspassword.h.

◆ parent_class

GObjectClass _GTlsPasswordClass::parent_class

Definition at line 62 of file gtlspassword.h.

◆ set_value

void(* _GTlsPasswordClass::set_value) (GTlsPassword *password, guchar *value, gssize length, GDestroyNotify destroy)

Definition at line 69 of file gtlspassword.h.


The documentation for this struct was generated from the following file: