aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/evolution-services/executive-summary-html-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/evolution-services/executive-summary-html-view.h')
-rw-r--r--executive-summary/evolution-services/executive-summary-html-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/executive-summary/evolution-services/executive-summary-html-view.h b/executive-summary/evolution-services/executive-summary-html-view.h
index 3c8895167d..c09962a619 100644
--- a/executive-summary/evolution-services/executive-summary-html-view.h
+++ b/executive-summary/evolution-services/executive-summary-html-view.h
@@ -47,6 +47,9 @@ struct _ExecutiveSummaryHtmlView {
struct _ExecutiveSummaryHtmlViewClass {
BonoboObjectClass parent_class;
+
+ void (* handle_uri) (ExecutiveSummaryHtmlView *view,
+ char *uri);
};
GtkType executive_summary_html_view_get_type (void);