Notify gtkhtml streams when we're replacing or destroying contents
[modest] / src / widgets / modest-gtkhtml-mime-part-view.h
index 8a134cf..94b7bf0 100644 (file)
@@ -77,6 +77,9 @@ struct _ModestGtkhtmlMimePartViewClass {
        gboolean (*search_func)             (ModestISearchView *self, const gchar *string);
        gboolean (*search_next_func)        (ModestISearchView *self);
        gboolean (*get_selection_area_func) (ModestISearchView *self, gint *x, gint *y, gint *width, gint *height);
+
+       /* signals */
+       void (*stop_streams) (ModestGtkhtmlMimePartView *self);
 };