Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GSocketConnectableIface Struct Reference

#include <gsocketconnectable.h>

Data Fields

GTypeInterface g_iface
 
GSocketAddressEnumerator *(* enumerate )(GSocketConnectable *connectable)
 
GSocketAddressEnumerator *(* proxy_enumerate )(GSocketConnectable *connectable)
 
gchar *(* to_string )(GSocketConnectable *connectable)
 

Detailed Description

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.

Field Documentation

◆ enumerate

GSocketAddressEnumerator *(* _GSocketConnectableIface::enumerate) (GSocketConnectable *connectable)

Definition at line 56 of file gsocketconnectable.h.

◆ g_iface

GTypeInterface _GSocketConnectableIface::g_iface

Definition at line 52 of file gsocketconnectable.h.

◆ proxy_enumerate

GSocketAddressEnumerator *(* _GSocketConnectableIface::proxy_enumerate) (GSocketConnectable *connectable)

Definition at line 58 of file gsocketconnectable.h.

◆ to_string

gchar *(* _GSocketConnectableIface::to_string) (GSocketConnectable *connectable)

Definition at line 60 of file gsocketconnectable.h.


The documentation for this struct was generated from the following file: