Go to the source code of this file.
|
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 GCredentials * | g_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 GCredentials * | g_unix_connection_receive_credentials_finish (GUnixConnection *connection, GAsyncResult *result, GError **error) |
|
◆ G_IS_UNIX_CONNECTION
#define G_IS_UNIX_CONNECTION |
( |
| inst | ) |
|
Value:
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
#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 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
◆ G_UNIX_CONNECTION
#define G_UNIX_CONNECTION |
( |
| inst | ) |
|
Value:
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
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 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 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))
◆ GUnixConnection
◆ GUnixConnectionClass
◆ GUnixConnectionPrivate
◆ g_unix_connection_get_type()
◆ g_unix_connection_receive_credentials()
◆ g_unix_connection_receive_credentials_async()
◆ g_unix_connection_receive_credentials_finish()
◆ g_unix_connection_receive_fd()
◆ g_unix_connection_send_credentials()
◆ g_unix_connection_send_credentials_async()
◆ g_unix_connection_send_credentials_finish()
◆ g_unix_connection_send_fd()