25#ifndef __G_SOCKET_SERVICE_H__
26#define __G_SOCKET_SERVICE_H__
28#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
29#error "Only <gio/gio.h> can be included directly."
36#define G_TYPE_SOCKET_SERVICE (g_socket_service_get_type ())
37#define G_SOCKET_SERVICE(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
38 G_TYPE_SOCKET_SERVICE, GSocketService))
39#define G_SOCKET_SERVICE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
40 G_TYPE_SOCKET_SERVICE, GSocketServiceClass))
41#define G_IS_SOCKET_SERVICE(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
42 G_TYPE_SOCKET_SERVICE))
43#define G_IS_SOCKET_SERVICE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
44 G_TYPE_SOCKET_SERVICE))
45#define G_SOCKET_SERVICE_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
46 G_TYPE_SOCKET_SERVICE, GSocketServiceClass))
#define GIO_AVAILABLE_IN_ALL
GIO_AVAILABLE_IN_ALL GType g_socket_service_get_type(void)
GIO_AVAILABLE_IN_ALL GSocketService * g_socket_service_new(void)
GIO_AVAILABLE_IN_ALL void g_socket_service_start(GSocketService *service)
GIO_AVAILABLE_IN_ALL gboolean g_socket_service_is_active(GSocketService *service)
struct _GSocketServicePrivate GSocketServicePrivate
GIO_AVAILABLE_IN_ALL void g_socket_service_stop(GSocketService *service)
void(* _g_reserved4)(void)
void(* _g_reserved3)(void)
void(* _g_reserved5)(void)
void(* _g_reserved6)(void)
void(* _g_reserved1)(void)
gboolean(* incoming)(GSocketService *service, GSocketConnection *connection, GObject *source_object)
GSocketListenerClass parent_class
void(* _g_reserved2)(void)
GSocketListener parent_instance
GSocketServicePrivate * priv