23#ifndef __G_UNIX_CONNECTION_H__
24#define __G_UNIX_CONNECTION_H__
30#define G_TYPE_UNIX_CONNECTION (g_unix_connection_get_type ())
31#define G_UNIX_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
32 G_TYPE_UNIX_CONNECTION, GUnixConnection))
33#define G_UNIX_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
34 G_TYPE_UNIX_CONNECTION, GUnixConnectionClass))
35#define G_IS_UNIX_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
36 G_TYPE_UNIX_CONNECTION))
37#define G_IS_UNIX_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
38 G_TYPE_UNIX_CONNECTION))
39#define G_UNIX_CONNECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
40 G_TYPE_UNIX_CONNECTION, GUnixConnectionClass))
#define GIO_AVAILABLE_IN_ALL
#define GIO_AVAILABLE_IN_2_32
struct _GCredentials GCredentials
struct _GAsyncResult GAsyncResult
void(* GAsyncReadyCallback)(GObject *source_object, GAsyncResult *res, gpointer data)
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
GOBJECT_AVAILABLE_IN_ALL void g_object_unref(gpointer object)
struct _GUnixConnectionPrivate GUnixConnectionPrivate
GIO_AVAILABLE_IN_2_32 void g_unix_connection_send_credentials_async(GUnixConnection *connection, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
GIO_AVAILABLE_IN_ALL GType g_unix_connection_get_type(void)
GIO_AVAILABLE_IN_2_32 GCredentials * g_unix_connection_receive_credentials(GUnixConnection *connection, GCancellable *cancellable, GError **error)
GIO_AVAILABLE_IN_ALL gint g_unix_connection_receive_fd(GUnixConnection *connection, GCancellable *cancellable, GError **error)
GIO_AVAILABLE_IN_ALL GCredentials * g_unix_connection_receive_credentials_finish(GUnixConnection *connection, GAsyncResult *result, GError **error)
GIO_AVAILABLE_IN_2_32 gboolean g_unix_connection_send_credentials_finish(GUnixConnection *connection, GAsyncResult *result, GError **error)
GIO_AVAILABLE_IN_ALL gboolean g_unix_connection_send_credentials(GUnixConnection *connection, GCancellable *cancellable, GError **error)
GIO_AVAILABLE_IN_ALL gboolean g_unix_connection_send_fd(GUnixConnection *connection, gint fd, 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)
static void error(LoadState *S, const char *why)
GSocketConnectionClass parent_class
GSocketConnection parent_instance
GUnixConnectionPrivate * priv