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

Go to the source code of this file.

Data Structures

struct  _GSocketConnectableIface
 

Macros

#define G_TYPE_SOCKET_CONNECTABLE   (g_socket_connectable_get_type ())
 
#define G_SOCKET_CONNECTABLE(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_SOCKET_CONNECTABLE, GSocketConnectable))
 
#define G_IS_SOCKET_CONNECTABLE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_SOCKET_CONNECTABLE))
 
#define G_SOCKET_CONNECTABLE_GET_IFACE(obj)   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_SOCKET_CONNECTABLE, GSocketConnectableIface))
 

Typedefs

typedef struct _GSocketConnectableIface GSocketConnectableIface
 

Functions

GIO_AVAILABLE_IN_ALL GType g_socket_connectable_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GSocketAddressEnumeratorg_socket_connectable_enumerate (GSocketConnectable *connectable)
 
GIO_AVAILABLE_IN_ALL GSocketAddressEnumeratorg_socket_connectable_proxy_enumerate (GSocketConnectable *connectable)
 
GIO_AVAILABLE_IN_2_48 gcharg_socket_connectable_to_string (GSocketConnectable *connectable)
 

Macro Definition Documentation

◆ G_IS_SOCKET_CONNECTABLE

#define G_IS_SOCKET_CONNECTABLE ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_SOCKET_CONNECTABLE))

Definition at line 34 of file gsocketconnectable.h.

◆ G_SOCKET_CONNECTABLE

#define G_SOCKET_CONNECTABLE ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_SOCKET_CONNECTABLE, GSocketConnectable))

Definition at line 33 of file gsocketconnectable.h.

◆ G_SOCKET_CONNECTABLE_GET_IFACE

#define G_SOCKET_CONNECTABLE_GET_IFACE ( obj)    (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_SOCKET_CONNECTABLE, GSocketConnectableIface))

Definition at line 35 of file gsocketconnectable.h.

◆ G_TYPE_SOCKET_CONNECTABLE

#define G_TYPE_SOCKET_CONNECTABLE   (g_socket_connectable_get_type ())

Definition at line 32 of file gsocketconnectable.h.

Typedef Documentation

◆ GSocketConnectableIface

Definition at line 37 of file gsocketconnectable.h.

Function Documentation

◆ g_socket_connectable_enumerate()

GIO_AVAILABLE_IN_ALL GSocketAddressEnumerator * g_socket_connectable_enumerate ( GSocketConnectable * connectable)

◆ g_socket_connectable_get_type()

GIO_AVAILABLE_IN_ALL GType g_socket_connectable_get_type ( void )

◆ g_socket_connectable_proxy_enumerate()

GIO_AVAILABLE_IN_ALL GSocketAddressEnumerator * g_socket_connectable_proxy_enumerate ( GSocketConnectable * connectable)

◆ g_socket_connectable_to_string()

GIO_AVAILABLE_IN_2_48 gchar * g_socket_connectable_to_string ( GSocketConnectable * connectable)