summaryrefslogtreecommitdiff
path: root/src/yelp-view-content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yelp-view-content.h')
-rw-r--r--src/yelp-view-content.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/yelp-view-content.h b/src/yelp-view-content.h
index 1732473a..0674cd7f 100644
--- a/src/yelp-view-content.h
+++ b/src/yelp-view-content.h
@@ -48,10 +48,13 @@ struct _YelpViewContentClass {
/* Signals */
void (*url_selected) (YelpViewContent *view,
- char *url,
- char *base_url,
+ gchar *url,
+ gchar *base_url,
gboolean handled);
+ void (*title_changed) (YelpViewContent *view,
+ const gchar *title);
+
/* Signal when icon is clicked. */
};