From 4f31e9f28300834c3f8d2bfec7c35cac2b6995b0 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 2 Jul 2002 23:16:47 +0000 Subject: =?UTF-8?q?=C3=91changed=20to=20return=20a=20gboolean=20(TRUE=20if?= =?UTF-8?q?=20the=20icon=20is=20found,=20FALSE=20if=20not).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2002-07-02 Rodrigo Moya * e-categories-config.c (e_categories_config_get_icon_for):Ă‘changed to return a gboolean (TRUE if the icon is found, FALSE if not). svn path=/trunk/; revision=17356 --- e-util/e-categories-config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'e-util/e-categories-config.h') 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); -- cgit v1.2.3