| gsocketconnectable.h | gsocketconnectable.h | |||
|---|---|---|---|---|
| skipping to change at line 48 | skipping to change at line 48 | |||
| * GSocketConnectable: | * GSocketConnectable: | |||
| * | * | |||
| * Interface for objects that contain or generate #GSocketAddress<!-- -->es . | * Interface for objects that contain or generate #GSocketAddress<!-- -->es . | |||
| */ | */ | |||
| typedef struct _GSocketConnectableIface GSocketConnectableIface; | typedef struct _GSocketConnectableIface GSocketConnectableIface; | |||
| /** | /** | |||
| * GSocketConnectableIface: | * GSocketConnectableIface: | |||
| * @g_iface: The parent interface. | * @g_iface: The parent interface. | |||
| * @enumerate: Creates a #GSocketAddressEnumerator | * @enumerate: Creates a #GSocketAddressEnumerator | |||
| * @proxy_enumerate: Creates a #GProxyAddressEnumerator | ||||
| * | * | |||
| * Provides an interface for returning a #GSocketAddressEnumerator | * Provides an interface for returning a #GSocketAddressEnumerator | |||
| * and #GProxyAddressEnumerator | ||||
| */ | */ | |||
| struct _GSocketConnectableIface | struct _GSocketConnectableIface | |||
| { | { | |||
| GTypeInterface g_iface; | GTypeInterface g_iface; | |||
| /* Virtual Table */ | /* Virtual Table */ | |||
| GSocketAddressEnumerator * (* enumerate) (GSocketConnectable *connectable | GSocketAddressEnumerator * (* enumerate) (GSocketConnectable *conne | |||
| ); | ctable); | |||
| GSocketAddressEnumerator * (* proxy_enumerate) (GSocketConnectable *conne | ||||
| ctable); | ||||
| }; | }; | |||
| GType g_socket_connectable_get_type (void) G_GNUC_CONS T; | GType g_socket_connectable_get_type (void) G_GNUC_CONS T; | |||
| GSocketAddressEnumerator *g_socket_connectable_enumerate (GSocketConnectabl e *connectable); | GSocketAddressEnumerator *g_socket_connectable_enumerate (GSocketConnectabl e *connectable); | |||
| GSocketAddressEnumerator *g_socket_connectable_proxy_enumerate (GSocketConn | ||||
| ectable *connectable); | ||||
| G_END_DECLS | G_END_DECLS | |||
| #endif /* __G_SOCKET_CONNECTABLE_H__ */ | #endif /* __G_SOCKET_CONNECTABLE_H__ */ | |||
| End of changes. 4 change blocks. | ||||
| 2 lines changed or deleted | 10 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||