TnyGnomePlatformFactory

TnyGnomePlatformFactory — A platform factory type for a GNOME desktop

Synopsis




                    TnyGnomePlatformFactory;
TnyPlatformFactory* tny_gnome_platform_factory_get_instance
                                                        (void);

Description

A TnyPlatformFactory implementation for a GNOME desktop that can give you a TnyGtkMsgView or a TnyMozEmbedMsgView both with a TnyGtkSaveStrategy as save strategy, a TnyGnomeDevice and a TnyGnomeAccountStore. Whether a TnyGtkMsgView or a TnyMozEmbedMsgView is picked depends on the -DMOZEMBED compilation flag (--with-html-component).

Details

TnyGnomePlatformFactory

typedef struct {
	GObject parent;
} TnyGnomePlatformFactory;


tny_gnome_platform_factory_get_instance ()

TnyPlatformFactory* tny_gnome_platform_factory_get_instance
                                                        (void);

Get the platform factory singleton instance implemented for GNOME desktops

Returns : The TnyPlatformFactory singleton instance implemented for GNOME desktops

See Also

TnyGtkMsgView, TnyMozEmbedMsgView, TnyGtkSaveStrategy, TnyGnomeDevice, TnyGnomeAccountStore