diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-04-21 04:36:26 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-21 04:36:26 +0800 |
commit | 94dc5be0530c45a0dbddbc2d72ace3f284deb956 (patch) | |
tree | bf0673fa891be1a1d09b9bc5f013447bff104771 /camel/camel-service.h | |
parent | bba607613cf4ce59fa72e6fe841003e2d71a0aa9 (diff) | |
download | gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.gz gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.bz2 gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.lz gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.xz gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.tar.zst gsoc2013-evolution-94dc5be0530c45a0dbddbc2d72ace3f284deb956.zip |
now CamelStore inherits from CamelService.
1999-04-20 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/camel-store.h: now CamelStore inherits from
CamelService.
svn path=/trunk/; revision=861
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r-- | camel/camel-service.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h index 7c0e74b066..ebb6464a3e 100644 --- a/camel/camel-service.h +++ b/camel/camel-service.h @@ -62,6 +62,13 @@ typedef struct { } CamelServiceClass; + + +/* public methods */ + +/* Standard Gtk function */ +GtkType camel_service_get_type (void); + #ifdef __cplusplus } #endif /* __cplusplus */ |