Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtlsinteraction.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Data Structures

struct  _GTlsInteraction
 
struct  _GTlsInteractionClass
 

Macros

#define G_TYPE_TLS_INTERACTION   (g_tls_interaction_get_type ())
 
#define G_TLS_INTERACTION(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_TLS_INTERACTION, GTlsInteraction))
 
#define G_TLS_INTERACTION_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_TLS_INTERACTION, GTlsInteractionClass))
 
#define G_IS_TLS_INTERACTION(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_TLS_INTERACTION))
 
#define G_IS_TLS_INTERACTION_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_TLS_INTERACTION))
 
#define G_TLS_INTERACTION_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_TLS_INTERACTION, GTlsInteractionClass))
 

Typedefs

typedef struct _GTlsInteractionClass GTlsInteractionClass
 
typedef struct _GTlsInteractionPrivate GTlsInteractionPrivate
 

Functions

GIO_AVAILABLE_IN_ALL GType g_tls_interaction_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GTlsInteractionResult g_tls_interaction_invoke_ask_password (GTlsInteraction *interaction, GTlsPassword *password, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL GTlsInteractionResult g_tls_interaction_ask_password (GTlsInteraction *interaction, GTlsPassword *password, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL void g_tls_interaction_ask_password_async (GTlsInteraction *interaction, GTlsPassword *password, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_ALL GTlsInteractionResult g_tls_interaction_ask_password_finish (GTlsInteraction *interaction, GAsyncResult *result, GError **error)
 
GIO_AVAILABLE_IN_2_40 GTlsInteractionResult g_tls_interaction_invoke_request_certificate (GTlsInteraction *interaction, GTlsConnection *connection, GTlsCertificateRequestFlags flags, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_2_40 GTlsInteractionResult g_tls_interaction_request_certificate (GTlsInteraction *interaction, GTlsConnection *connection, GTlsCertificateRequestFlags flags, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_2_40 void g_tls_interaction_request_certificate_async (GTlsInteraction *interaction, GTlsConnection *connection, GTlsCertificateRequestFlags flags, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_2_40 GTlsInteractionResult g_tls_interaction_request_certificate_finish (GTlsInteraction *interaction, GAsyncResult *result, GError **error)
 

Macro Definition Documentation

◆ G_IS_TLS_INTERACTION

#define G_IS_TLS_INTERACTION ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_TLS_INTERACTION))

Definition at line 37 of file gtlsinteraction.h.

◆ G_IS_TLS_INTERACTION_CLASS

#define G_IS_TLS_INTERACTION_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_TLS_INTERACTION))

Definition at line 38 of file gtlsinteraction.h.

◆ G_TLS_INTERACTION

#define G_TLS_INTERACTION ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_TLS_INTERACTION, GTlsInteraction))

Definition at line 35 of file gtlsinteraction.h.

◆ G_TLS_INTERACTION_CLASS

#define G_TLS_INTERACTION_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_TLS_INTERACTION, GTlsInteractionClass))

Definition at line 36 of file gtlsinteraction.h.

◆ G_TLS_INTERACTION_GET_CLASS

#define G_TLS_INTERACTION_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_TLS_INTERACTION, GTlsInteractionClass))

Definition at line 39 of file gtlsinteraction.h.

◆ G_TYPE_TLS_INTERACTION

#define G_TYPE_TLS_INTERACTION   (g_tls_interaction_get_type ())

Definition at line 34 of file gtlsinteraction.h.

Typedef Documentation

◆ GTlsInteractionClass

Definition at line 41 of file gtlsinteraction.h.

◆ GTlsInteractionPrivate

typedef struct _GTlsInteractionPrivate GTlsInteractionPrivate

Definition at line 42 of file gtlsinteraction.h.

Function Documentation

◆ g_tls_interaction_ask_password()

GIO_AVAILABLE_IN_ALL GTlsInteractionResult g_tls_interaction_ask_password ( GTlsInteraction * interaction,
GTlsPassword * password,
GCancellable * cancellable,
GError ** error )

◆ g_tls_interaction_ask_password_async()

GIO_AVAILABLE_IN_ALL void g_tls_interaction_ask_password_async ( GTlsInteraction * interaction,
GTlsPassword * password,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_tls_interaction_ask_password_finish()

GIO_AVAILABLE_IN_ALL GTlsInteractionResult g_tls_interaction_ask_password_finish ( GTlsInteraction * interaction,
GAsyncResult * result,
GError ** error )

◆ g_tls_interaction_get_type()

GIO_AVAILABLE_IN_ALL GType g_tls_interaction_get_type ( void )

◆ g_tls_interaction_invoke_ask_password()

GIO_AVAILABLE_IN_ALL GTlsInteractionResult g_tls_interaction_invoke_ask_password ( GTlsInteraction * interaction,
GTlsPassword * password,
GCancellable * cancellable,
GError ** error )

◆ g_tls_interaction_invoke_request_certificate()

GIO_AVAILABLE_IN_2_40 GTlsInteractionResult g_tls_interaction_invoke_request_certificate ( GTlsInteraction * interaction,
GTlsConnection * connection,
GTlsCertificateRequestFlags flags,
GCancellable * cancellable,
GError ** error )

◆ g_tls_interaction_request_certificate()

GIO_AVAILABLE_IN_2_40 GTlsInteractionResult g_tls_interaction_request_certificate ( GTlsInteraction * interaction,
GTlsConnection * connection,
GTlsCertificateRequestFlags flags,
GCancellable * cancellable,
GError ** error )

◆ g_tls_interaction_request_certificate_async()

GIO_AVAILABLE_IN_2_40 void g_tls_interaction_request_certificate_async ( GTlsInteraction * interaction,
GTlsConnection * connection,
GTlsCertificateRequestFlags flags,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_tls_interaction_request_certificate_finish()

GIO_AVAILABLE_IN_2_40 GTlsInteractionResult g_tls_interaction_request_certificate_finish ( GTlsInteraction * interaction,
GAsyncResult * result,
GError ** error )