summaryrefslogtreecommitdiff
path: root/src/yelp-application.h
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-03-16 13:12:52 -0500
committerShaun McCance <shaunm@gnome.org>2010-03-16 13:12:52 -0500
commitb6c1175886224a40fb1332446fa9cdb137d57857 (patch)
treed7fffe542ca8f38b347565e7ab7acdf801f3d8d1 /src/yelp-application.h
parent9e5c944a4c6c055a520ab5003069b6388d2078c2 (diff)
downloadyelp-b6c1175886224a40fb1332446fa9cdb137d57857.tar.gz
[yelp-window] Let YelpApplication handle font adjustments
Font adjustments apply to all windows, so the action sensitivity has to be done in all windows' action groups. This is the first of a few things where YelpApplication will control the menus of all windows.
Diffstat (limited to 'src/yelp-application.h')
-rw-r--r--src/yelp-application.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yelp-application.h b/src/yelp-application.h
index f4514b1a..b66e02cd 100644
--- a/src/yelp-application.h
+++ b/src/yelp-application.h
@@ -55,4 +55,7 @@ gboolean yelp_application_load_uri (YelpApplication *app,
guint timestamp,
GError **error);
+void yelp_application_adjust_font (YelpApplication *app,
+ gint adjust);
+
#endif /* __YELP_APPLICATION_H__ */