gf_client_connection

gf_client_connection — GfClientConnection Object API

Synopsis




            GfClientConnection;
gboolean    gf_client_connection_connect    (GfClientConnection *connection,
                                             GError **error);

Object Hierarchy


  GObject
   +----GfObject
         +----GfNamedObject
               +----GfConnection
                     +----GfClientConnection

Description

GfClientConnection is the base class of all client connections inside of gflib.

Details

GfClientConnection

typedef struct _GfClientConnection GfClientConnection;

GfClientConnection is an opaque structure and should not be used directly.


gf_client_connection_connect ()

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.