Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gsocketservice.h File Reference

Go to the source code of this file.

Data Structures

struct  _GSocketServiceClass
 
struct  _GSocketService
 

Macros

#define G_TYPE_SOCKET_SERVICE   (g_socket_service_get_type ())
 
#define G_SOCKET_SERVICE(inst)
 
#define G_SOCKET_SERVICE_CLASS(class)
 
#define G_IS_SOCKET_SERVICE(inst)
 
#define G_IS_SOCKET_SERVICE_CLASS(class)
 
#define G_SOCKET_SERVICE_GET_CLASS(inst)
 

Typedefs

typedef struct _GSocketServicePrivate GSocketServicePrivate
 
typedef struct _GSocketServiceClass GSocketServiceClass
 

Functions

GIO_AVAILABLE_IN_ALL GType g_socket_service_get_type (void)
 
GIO_AVAILABLE_IN_ALL GSocketServiceg_socket_service_new (void)
 
GIO_AVAILABLE_IN_ALL void g_socket_service_start (GSocketService *service)
 
GIO_AVAILABLE_IN_ALL void g_socket_service_stop (GSocketService *service)
 
GIO_AVAILABLE_IN_ALL gboolean g_socket_service_is_active (GSocketService *service)
 

Macro Definition Documentation

◆ G_IS_SOCKET_SERVICE

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

Definition at line 41 of file gsocketservice.h.

41#define G_IS_SOCKET_SERVICE(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
42 G_TYPE_SOCKET_SERVICE))

◆ G_IS_SOCKET_SERVICE_CLASS

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

Definition at line 43 of file gsocketservice.h.

43#define G_IS_SOCKET_SERVICE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
44 G_TYPE_SOCKET_SERVICE))

◆ G_SOCKET_SERVICE

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

Definition at line 37 of file gsocketservice.h.

37#define G_SOCKET_SERVICE(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
38 G_TYPE_SOCKET_SERVICE, GSocketService))

◆ G_SOCKET_SERVICE_CLASS

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

Definition at line 39 of file gsocketservice.h.

39#define G_SOCKET_SERVICE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
40 G_TYPE_SOCKET_SERVICE, GSocketServiceClass))

◆ G_SOCKET_SERVICE_GET_CLASS

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

Definition at line 45 of file gsocketservice.h.

45#define G_SOCKET_SERVICE_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
46 G_TYPE_SOCKET_SERVICE, GSocketServiceClass))

◆ G_TYPE_SOCKET_SERVICE

#define G_TYPE_SOCKET_SERVICE   (g_socket_service_get_type ())

Definition at line 36 of file gsocketservice.h.

Typedef Documentation

◆ GSocketServiceClass

Definition at line 49 of file gsocketservice.h.

◆ GSocketServicePrivate

typedef struct _GSocketServicePrivate GSocketServicePrivate

Definition at line 48 of file gsocketservice.h.

Function Documentation

◆ g_socket_service_get_type()

GIO_AVAILABLE_IN_ALL GType g_socket_service_get_type ( void )

◆ g_socket_service_is_active()

GIO_AVAILABLE_IN_ALL gboolean g_socket_service_is_active ( GSocketService * service)

◆ g_socket_service_new()

GIO_AVAILABLE_IN_ALL GSocketService * g_socket_service_new ( void )

◆ g_socket_service_start()

GIO_AVAILABLE_IN_ALL void g_socket_service_start ( GSocketService * service)

◆ g_socket_service_stop()

GIO_AVAILABLE_IN_ALL void g_socket_service_stop ( GSocketService * service)