DesktopcouchSession

DesktopcouchSession

Synopsis

                    DesktopcouchSession;
                    DesktopcouchSessionClass;
DesktopcouchSession * desktopcouch_session_new          (void);

Description

Details

DesktopcouchSession

typedef struct {
	CouchdbSession parent;
} DesktopcouchSession;


DesktopcouchSessionClass

typedef struct {
	CouchdbSessionClass parent_class;
} DesktopcouchSessionClass;


desktopcouch_session_new ()

DesktopcouchSession * desktopcouch_session_new          (void);

Create a CouchdbSession instance prepared to connect to desktopcouch. Once created, applications can use the CouchdbSession API to communicate with the underlying CouchDB instance.

Returns :

A CouchdbSession instance.