summaryrefslogtreecommitdiff
path: root/libyelp/yelp-settings.h
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-02-13 14:56:41 -0500
committerShaun McCance <shaunm@gnome.org>2011-02-13 14:57:26 -0500
commita4e46163c569c9882c2fc9984fc245839c11d6dc (patch)
tree9458413b29735bd4a5138d1ffcdf28c69f3e411f /libyelp/yelp-settings.h
parent585642d05f6b92949e04304beb722f3079dfe8d7 (diff)
downloadyelp-a4e46163c569c9882c2fc9984fc245839c11d6dc.tar.gz
yelp-settings: Putting symbolic icon loading into YelpSettings
Diffstat (limited to 'libyelp/yelp-settings.h')
-rw-r--r--libyelp/yelp-settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libyelp/yelp-settings.h b/libyelp/yelp-settings.h
index bf6af532..c43f10ab 100644
--- a/libyelp/yelp-settings.h
+++ b/libyelp/yelp-settings.h
@@ -24,6 +24,7 @@
#define __YELP_SETTINGS_H__
#include <glib-object.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
@@ -118,6 +119,9 @@ gchar ** yelp_settings_get_all_params (YelpSettings *sett
gint extra,
gint *end);
+GdkPixbuf * yelp_settings_get_icon_pixbuf (YelpSettings *settings,
+ const gchar *icon_name);
+
gboolean yelp_settings_get_show_text_cursor (YelpSettings *settings);
void yelp_settings_set_show_text_cursor (YelpSettings *settings,
gboolean show);