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

Go to the source code of this file.

Data Structures

struct  _GUnixConnectionClass
 
struct  _GUnixConnection
 

Macros

#define G_TYPE_UNIX_CONNECTION   (g_unix_connection_get_type ())
 
#define G_UNIX_CONNECTION(inst)
 
#define G_UNIX_CONNECTION_CLASS(class)
 
#define G_IS_UNIX_CONNECTION(inst)
 
#define G_IS_UNIX_CONNECTION_CLASS(class)
 
#define G_UNIX_CONNECTION_GET_CLASS(inst)
 

Typedefs

typedef struct _GUnixConnection GUnixConnection
 
typedef struct _GUnixConnectionPrivate GUnixConnectionPrivate
 
typedef struct _GUnixConnectionClass GUnixConnectionClass
 

Functions

GIO_AVAILABLE_IN_ALL GType g_unix_connection_get_type (void)
 
GIO_AVAILABLE_IN_ALL gboolean g_unix_connection_send_fd (GUnixConnection *connection, gint fd, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL gint g_unix_connection_receive_fd (GUnixConnection *connection, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL gboolean g_unix_connection_send_credentials (GUnixConnection *connection, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_2_32 void g_unix_connection_send_credentials_async (GUnixConnection *connection, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_2_32 gboolean g_unix_connection_send_credentials_finish (GUnixConnection *connection, GAsyncResult *result, GError **error)
 
GIO_AVAILABLE_IN_2_32 GCredentialsg_unix_connection_receive_credentials (GUnixConnection *connection, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_2_32 void g_unix_connection_receive_credentials_async (GUnixConnection *connection, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_ALL GCredentialsg_unix_connection_receive_credentials_finish (GUnixConnection *connection, GAsyncResult *result, GError **error)
 

Macro Definition Documentation

◆ G_IS_UNIX_CONNECTION

#define G_IS_UNIX_CONNECTION ( inst)
Value:
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition gtype.h:541
#define G_TYPE_UNIX_CONNECTION

Definition at line 35 of file gunixconnection.h.

35#define G_IS_UNIX_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
36 G_TYPE_UNIX_CONNECTION))

◆ G_IS_UNIX_CONNECTION_CLASS

#define G_IS_UNIX_CONNECTION_CLASS ( class)
Value:
#define G_TYPE_CHECK_CLASS_TYPE(g_class, g_type)
Definition gtype.h:610

Definition at line 37 of file gunixconnection.h.

37#define G_IS_UNIX_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
38 G_TYPE_UNIX_CONNECTION))

◆ G_TYPE_UNIX_CONNECTION

#define G_TYPE_UNIX_CONNECTION   (g_unix_connection_get_type ())

Definition at line 30 of file gunixconnection.h.

◆ G_UNIX_CONNECTION

#define G_UNIX_CONNECTION ( inst)
Value:
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition gtype.h:528

Definition at line 31 of file gunixconnection.h.

31#define G_UNIX_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
32 G_TYPE_UNIX_CONNECTION, GUnixConnection))

◆ G_UNIX_CONNECTION_CLASS

#define G_UNIX_CONNECTION_CLASS ( class)
Value:
#define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type)
Definition gtype.h:597

Definition at line 33 of file gunixconnection.h.

33#define G_UNIX_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
34 G_TYPE_UNIX_CONNECTION, GUnixConnectionClass))

◆ G_UNIX_CONNECTION_GET_CLASS

#define G_UNIX_CONNECTION_GET_CLASS ( inst)
Value:
#define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type)
Definition gtype.h:571

Definition at line 39 of file gunixconnection.h.

39#define G_UNIX_CONNECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
40 G_TYPE_UNIX_CONNECTION, GUnixConnectionClass))

Typedef Documentation

◆ GUnixConnection

Definition at line 42 of file gunixconnection.h.

◆ GUnixConnectionClass

Definition at line 44 of file gunixconnection.h.

◆ GUnixConnectionPrivate

typedef struct _GUnixConnectionPrivate GUnixConnectionPrivate

Definition at line 43 of file gunixconnection.h.

Function Documentation

◆ g_unix_connection_get_type()

GIO_AVAILABLE_IN_ALL GType g_unix_connection_get_type ( void )

◆ g_unix_connection_receive_credentials()

GIO_AVAILABLE_IN_2_32 GCredentials * g_unix_connection_receive_credentials ( GUnixConnection * connection,
GCancellable * cancellable,
GError ** error )

◆ g_unix_connection_receive_credentials_async()

GIO_AVAILABLE_IN_2_32 void g_unix_connection_receive_credentials_async ( GUnixConnection * connection,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_unix_connection_receive_credentials_finish()

GIO_AVAILABLE_IN_ALL GCredentials * g_unix_connection_receive_credentials_finish ( GUnixConnection * connection,
GAsyncResult * result,
GError ** error )

◆ g_unix_connection_receive_fd()

GIO_AVAILABLE_IN_ALL gint g_unix_connection_receive_fd ( GUnixConnection * connection,
GCancellable * cancellable,
GError ** error )

◆ g_unix_connection_send_credentials()

GIO_AVAILABLE_IN_ALL gboolean g_unix_connection_send_credentials ( GUnixConnection * connection,
GCancellable * cancellable,
GError ** error )

◆ g_unix_connection_send_credentials_async()

GIO_AVAILABLE_IN_2_32 void g_unix_connection_send_credentials_async ( GUnixConnection * connection,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_unix_connection_send_credentials_finish()

GIO_AVAILABLE_IN_2_32 gboolean g_unix_connection_send_credentials_finish ( GUnixConnection * connection,
GAsyncResult * result,
GError ** error )

◆ g_unix_connection_send_fd()

GIO_AVAILABLE_IN_ALL gboolean g_unix_connection_send_fd ( GUnixConnection * connection,
gint fd,
GCancellable * cancellable,
GError ** error )