gf_server_connection

gf_server_connection — GfServerConnection Object API

Synopsis




            GfServerConnection;
gboolean    gf_server_connection_listen     (GfServerConnection *connection,
                                             GError **error);

Object Hierarchy


  GObject
   +----GfObject
         +----GfNamedObject
               +----GfConnection
                     +----GfServerConnection

Description

GfServerConnection is the base class for all server connections in gflib.

Details

GfServerConnection

typedef struct _GfServerConnection GfServerConnection;

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


gf_server_connection_listen ()

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.