|  |  |  | Reference Manual for CouchDB GLib Bindings | |
|---|---|---|---|---|
| Top | Description | ||||
                    DesktopcouchSession;
                    DesktopcouchSessionClass;
DesktopcouchSession * desktopcouch_session_new          (void);
typedef struct {
	CouchdbSessionClass parent_class;
} DesktopcouchSessionClass;
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. |