* Changes in the autotools stuff affecting a lot of platform dependent
[modest] / src / widgets / modest-tny-stream-gtkhtml.h
index d523e9c..7bc15a5 100644 (file)
@@ -60,7 +60,16 @@ struct _ModestTnyStreamGtkhtmlClass {
 
 GType       modest_tny_stream_gtkhtml_get_type    (void) G_GNUC_CONST;
 
-GObject*    modest_tny_stream_gtkhtml_new         (GtkHTMLStream* stream);
+
+/**
+ * modest_tny_stream_gtkhtml_new:
+ * @stream: a #GtkHTMLStream
+ * 
+ * creates a new #ModestTnyStreamGtkhtml
+ * 
+ * Returns: a new #ModestTnyStreamGtkhtml
+ **/
+GObject*    modest_tny_stream_gtkhtml_new         (GtkHTMLStream* stream, GtkHTML *html);
 
 
 G_END_DECLS