Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtlsinteraction.h>
Data Fields | |
GObjectClass | parent_class |
GTlsInteractionResult(* | ask_password )(GTlsInteraction *interaction, GTlsPassword *password, GCancellable *cancellable, GError **error) |
void(* | ask_password_async )(GTlsInteraction *interaction, GTlsPassword *password, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
GTlsInteractionResult(* | ask_password_finish )(GTlsInteraction *interaction, GAsyncResult *result, GError **error) |
GTlsInteractionResult(* | request_certificate )(GTlsInteraction *interaction, GTlsConnection *connection, GTlsCertificateRequestFlags flags, GCancellable *cancellable, GError **error) |
void(* | request_certificate_async )(GTlsInteraction *interaction, GTlsConnection *connection, GTlsCertificateRequestFlags flags, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
GTlsInteractionResult(* | request_certificate_finish )(GTlsInteraction *interaction, GAsyncResult *result, GError **error) |
gpointer | padding [21] |
Definition at line 51 of file gtlsinteraction.h.
GTlsInteractionResult(* _GTlsInteractionClass::ask_password) (GTlsInteraction *interaction, GTlsPassword *password, GCancellable *cancellable, GError **error) |
Definition at line 57 of file gtlsinteraction.h.
void(* _GTlsInteractionClass::ask_password_async) (GTlsInteraction *interaction, GTlsPassword *password, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
Definition at line 62 of file gtlsinteraction.h.
GTlsInteractionResult(* _GTlsInteractionClass::ask_password_finish) (GTlsInteraction *interaction, GAsyncResult *result, GError **error) |
Definition at line 68 of file gtlsinteraction.h.
gpointer _GTlsInteractionClass::padding[21] |
Definition at line 91 of file gtlsinteraction.h.
GObjectClass _GTlsInteractionClass::parent_class |
Definition at line 54 of file gtlsinteraction.h.
GTlsInteractionResult(* _GTlsInteractionClass::request_certificate) (GTlsInteraction *interaction, GTlsConnection *connection, GTlsCertificateRequestFlags flags, GCancellable *cancellable, GError **error) |
Definition at line 72 of file gtlsinteraction.h.
void(* _GTlsInteractionClass::request_certificate_async) (GTlsInteraction *interaction, GTlsConnection *connection, GTlsCertificateRequestFlags flags, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
Definition at line 78 of file gtlsinteraction.h.
GTlsInteractionResult(* _GTlsInteractionClass::request_certificate_finish) (GTlsInteraction *interaction, GAsyncResult *result, GError **error) |
Definition at line 85 of file gtlsinteraction.h.