Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 GSocketAddressEnumerator * | g_socket_connectable_enumerate (GSocketConnectable *connectable) |
GIO_AVAILABLE_IN_ALL GSocketAddressEnumerator * | g_socket_connectable_proxy_enumerate (GSocketConnectable *connectable) |
GIO_AVAILABLE_IN_2_48 gchar * | g_socket_connectable_to_string (GSocketConnectable *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.
#define G_SOCKET_CONNECTABLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_SOCKET_CONNECTABLE, GSocketConnectable)) |
Definition at line 33 of file gsocketconnectable.h.
#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.
#define G_TYPE_SOCKET_CONNECTABLE (g_socket_connectable_get_type ()) |
Definition at line 32 of file gsocketconnectable.h.
typedef struct _GSocketConnectableIface GSocketConnectableIface |
Definition at line 37 of file gsocketconnectable.h.
GIO_AVAILABLE_IN_ALL GSocketAddressEnumerator * g_socket_connectable_enumerate | ( | GSocketConnectable * | connectable | ) |
GIO_AVAILABLE_IN_ALL GType g_socket_connectable_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GSocketAddressEnumerator * g_socket_connectable_proxy_enumerate | ( | GSocketConnectable * | connectable | ) |
GIO_AVAILABLE_IN_2_48 gchar * g_socket_connectable_to_string | ( | GSocketConnectable * | connectable | ) |