TnyGnomeAccountStore

TnyGnomeAccountStore — A account store type for GNOME

Synopsis

                    TnyGnomeAccountStore;
TnyAccountStore*    tny_gnome_account_store_new         (void);
TnySessionCamel*    tny_gnome_account_store_get_session (TnyGnomeAccountStore *self);

Description

A TnyAccountStore implementation using GNOME's GConf and libtinymail-camel

Details

TnyGnomeAccountStore

typedef struct {
	GObject parent;
} TnyGnomeAccountStore;


tny_gnome_account_store_new ()

TnyAccountStore*    tny_gnome_account_store_new         (void);

Create a TnyAccountStore for GNOME desktops that uses GConf for storing the account information and detecting changes to that configuration.

Returns :

A new TnyAccountStore instance

tny_gnome_account_store_get_session ()

TnySessionCamel*    tny_gnome_account_store_get_session (TnyGnomeAccountStore *self);

Get the CamelSession being used

self :

The TnyGnomeAccountStore instance

Returns :

A TnySessionCamel instance

See Also

TnyAccountStore