aboutsummaryrefslogtreecommitdiffstats
path: root/mail/html-stream.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-20 04:08:55 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-20 04:08:55 +0800
commitfe5e063a3b226ef05d2920d534ffcdd027fa9753 (patch)
treefd5f187d851d6cc931a54292c8bbca58d7f3a96d /mail/html-stream.h
parent3b8762e813e637cafb6b3dc5696c35cc310df41f (diff)
downloadgsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.gz
gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.zst
gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.zip
More work
More work svn path=/trunk/; revision=1595
Diffstat (limited to 'mail/html-stream.h')
-rw-r--r--mail/html-stream.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/html-stream.h b/mail/html-stream.h
new file mode 100644
index 0000000000..a058f8357d
--- /dev/null
+++ b/mail/html-stream.h
@@ -0,0 +1,26 @@
+#ifndef _HTML_STREAM_H_
+#define _HTML_STREAM_H_ 1
+
+#include <gtkhtml/gtkhtml.h>
+#include "camel/camel-stream.h"
+
+#define HTML_STREAM_TYPE (html_stream_get_type ())
+#define HTML_STREAM(obj) (GTK_CHECK_CAST((obj), HTML_STREAM_TYPE, HTMLStream))
+#define HTML_STREAM_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), HTML_STREAM_TYPE, HTMLStreamClass))
+#define IS_HTML_STREAM(o) (GTK_CHECK_TYPE((o), HTML_STREAM_TYPE))
+
+typedef struct {
+ CamelStream parent_object;
+ GtkHTML *gtk_html;
+ GtkHTMLStreamHandle *gtk_html_stream;
+} HTMLStream;
+
+typedef struct {
+ CamelStream parent_class;
+} HTMLStreamClass;
+
+
+GtkType html_stream_get_type (void);
+CamelStream *html_stream_new (GtkHTML *html);
+
+#endif /* _HTML_STREAM_H_ */
'>* - Use new OPTIONS featuresamdmi32014-05-081-17/+7 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1 * - Support stagingamdmi32013-09-282-1396/+18 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * - Trim Makefile headersamdmi32013-07-121-1/+1 * - Fix build with clangamdmi32013-06-041-0/+47