aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-categories-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-categories-config.h')
-rw-r--r--e-util/e-categories-config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h
index 0b798e466e..99dc02be23 100644
--- a/e-util/e-categories-config.h
+++ b/e-util/e-categories-config.h
@@ -21,9 +21,9 @@ BEGIN_GNOME_DECLS
const char *e_categories_config_get_color_for (const char *category);
void e_categories_config_set_color_for (const char *category, const char *color);
-void e_categories_config_get_icon_for (const char *category,
- GdkPixmap **icon,
- GdkBitmap **mask);
+gboolean e_categories_config_get_icon_for (const char *category,
+ GdkPixmap **icon,
+ GdkBitmap **mask);
const char *e_categories_config_get_icon_file_for (const char *category);
void e_categories_config_set_icon_for (const char *category,
const char *pixmap_file);