Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gsocketconnectable.h>
Data Fields | |
GTypeInterface | g_iface |
GSocketAddressEnumerator *(* | enumerate )(GSocketConnectable *connectable) |
GSocketAddressEnumerator *(* | proxy_enumerate )(GSocketConnectable *connectable) |
gchar *(* | to_string )(GSocketConnectable *connectable) |
GSocketConnectableIface: @g_iface: The parent interface. @enumerate: Creates a GSocketAddressEnumerator @proxy_enumerate: Creates a GProxyAddressEnumerator @to_string: Format the connectable’s address as a string for debugging. Implementing this is optional. (Since: 2.48)
Provides an interface for returning a GSocketAddressEnumerator and GProxyAddressEnumerator
Definition at line 50 of file gsocketconnectable.h.
GSocketAddressEnumerator *(* _GSocketConnectableIface::enumerate) (GSocketConnectable *connectable) |
Definition at line 56 of file gsocketconnectable.h.
GTypeInterface _GSocketConnectableIface::g_iface |
Definition at line 52 of file gsocketconnectable.h.
GSocketAddressEnumerator *(* _GSocketConnectableIface::proxy_enumerate) (GSocketConnectable *connectable) |
Definition at line 58 of file gsocketconnectable.h.
gchar *(* _GSocketConnectableIface::to_string) (GSocketConnectable *connectable) |
Definition at line 60 of file gsocketconnectable.h.