| Guifications Library Reference Manual |
|---|
gf_server_connectiongf_server_connection — GfServerConnection Object API |
GfServerConnection;
gboolean gf_server_connection_listen (GfServerConnection *connection,
GError **error);
typedef struct _GfServerConnection GfServerConnection;
GfServerConnection is an opaque structure and should not be used directly.
gboolean gf_server_connection_listen (GfServerConnection *connection, GError **error);
Puts connection into a listening state.
connection : |
The GfServerConnection instance. |
error : |
The return address for an error, if any. |
| Returns : | TRUE if listening was successful. |
| << gf_client_connection | Logging >> |