GSocketConnectableIface

Provides an interface for returning a #GSocketAddressEnumerator and #GProxyAddressEnumerator

Members

Variables

enumerate
GSocketAddressEnumerator* function(GSocketConnectable* connectable) enumerate;

Creates a #GSocketAddressEnumerator

gIface
GTypeInterface gIface;

The parent interface.

proxyEnumerate
GSocketAddressEnumerator* function(GSocketConnectable* connectable) proxyEnumerate;

Creates a #GProxyAddressEnumerator

toString_
char* function(GSocketConnectable* connectable) toString_;

Format the connectable’s address as a string for debugging. Implementing this is optional. (Since: 2.48)