| Guifications Library Reference Manual |
|---|
gf_client_connectiongf_client_connection — GfClientConnection Object API |
GfClientConnection;
gboolean gf_client_connection_connect (GfClientConnection *connection,
GError **error);
typedef struct _GfClientConnection GfClientConnection;
GfClientConnection is an opaque structure and should not be used directly.
gboolean gf_client_connection_connect (GfClientConnection *connection, GError **error);
Tries to connect connection.
connection : |
The GfClientConnection instance. |
error : |
The return address for an error, if any. |
| Returns : | TRUE if connecting was successful. |
| << GfConnection | gf_server_connection >> |