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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h
index 2ec8019044..3af14dfc7f 100644
--- a/e-util/e-categories-config.h
+++ b/e-util/e-categories-config.h
@@ -15,7 +15,7 @@
#include <gdk/gdk.h>
#include <gtk/gtkentry.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_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);
@@ -29,6 +29,6 @@ void e_categories_config_set_icon_for (const char *category,
void e_categories_config_open_dialog_for_entry (GtkEntry *entry);
-END_GNOME_DECLS
+G_END_DECLS
#endif