~ubuntu-branches/ubuntu/quantal/evolution-data-server/quantal

« back to all changes in this revision

Viewing changes to camel/providers/local/camel-spool-settings.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-18 19:32:20 UTC
  • mfrom: (1.1.98) (1.6.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120518193220-v4re47nsbqy2ko3t
Tags: 3.4.2-1
* New upstream version.
* Add list-missing target.
* Install gsettings schemas and gconf conversion scripts.
* Include buildflags.mk, and adjust rules to use all hardening flags.
* Move all gtk-doc API documentation to a new evolution-data-server-doc
  binary, and let it break/replace obsolete libedataserverui1.2-dev
  (closes: #672253).
* Build-Depend on libglib2.0-doc and libdbus-glib-1-doc to ensure
  proper cross-reference links in generated gtk-doc API documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
typedef struct _CamelSpoolSettingsPrivate CamelSpoolSettingsPrivate;
48
48
 
49
49
struct _CamelSpoolSettings {
50
 
        CamelStoreSettings parent;
 
50
        CamelLocalSettings parent;
51
51
        CamelSpoolSettingsPrivate *priv;
52
52
};
53
53
 
54
54
struct _CamelSpoolSettingsClass {
55
 
        CamelStoreSettingsClass parent_class;
 
55
        CamelLocalSettingsClass parent_class;
56
56
};
57
57
 
58
58
GType           camel_spool_settings_get_type   (void) G_GNUC_CONST;