aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.h
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-05-12 05:20:28 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-12 05:20:28 +0800
commitbdc34487d7041757b5644103fcd2aad389d399c4 (patch)
tree949efa8a4d8bfaea4fe7ba7833c1cb5f3133a8ef /camel/camel-mime-part.h
parentfac699cd43f7f0939b473464d431e11213a150e5 (diff)
downloadgsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar
gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.gz
gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.bz2
gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.lz
gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.xz
gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.zst
gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.zip
overload wrapper class method. (_write_to_file): start to write some text
1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.c (_write_to_file): overload wrapper class method. (_write_to_file): start to write some text in file. svn path=/trunk/; revision=904
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r--camel/camel-mime-part.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h
index ecf1928691..8f067fd403 100644
--- a/camel/camel-mime-part.h
+++ b/camel/camel-mime-part.h
@@ -87,6 +87,7 @@ typedef struct {
void (*set_header_lines) (CamelMimePart *mime_part, GList *header_lines);
GList * (*get_header_lines) (CamelMimePart *mime_part);
+ CamelDataWrapper * (*get_content_object) (CamelMimePart *mime_part);
} CamelMimePartClass;