[evolution-data-server] Whitespace cleanup in e-categories.h.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Whitespace cleanup in e-categories.h.
- Date: Mon, 14 Sep 2009 15:12:09 +0000 (UTC)
commit 39ba36010c20d4bf594c4a5727135d0b4ce26960
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Sep 14 09:03:34 2009 -0500
Whitespace cleanup in e-categories.h.
libedataserver/e-categories.h | 34 +++++++++++++++++++++-------------
1 files changed, 21 insertions(+), 13 deletions(-)
---
diff --git a/libedataserver/e-categories.h b/libedataserver/e-categories.h
index 0d370e8..ab03fa8 100644
--- a/libedataserver/e-categories.h
+++ b/libedataserver/e-categories.h
@@ -24,24 +24,32 @@
G_BEGIN_DECLS
-GList *e_categories_get_list (void);
+GList * e_categories_get_list (void);
/* 'unused' parameter was 'color', but it is deprecated now (see bug #308815) */
-void e_categories_add (const gchar *category, const gchar *unused, const gchar *icon_file, gboolean searchable);
+void e_categories_add (const gchar *category,
+ const gchar *unused,
+ const gchar *icon_file,
+ gboolean searchable);
+void e_categories_remove (const gchar *category);
+gboolean e_categories_exist (const gchar *category);
+const gchar * e_categories_get_icon_file_for (const gchar *category);
+void e_categories_set_icon_file_for (const gchar *category,
+ const gchar *icon_file);
+gboolean e_categories_is_searchable (const gchar *category);
+
+void e_categories_register_change_listener
+ (GCallback listener,
+ gpointer user_data);
+void e_categories_unregister_change_listener
+ (GCallback listener,
+ gpointer user_data);
-void e_categories_remove (const gchar *category);
-
-gboolean e_categories_exist (const gchar *category);
#ifndef EDS_DISABLE_DEPRECATED
-const gchar *e_categories_get_color_for (const gchar *category);
-void e_categories_set_color_for (const gchar *category, const gchar *color);
+const gchar * e_categories_get_color_for (const gchar *category);
+void e_categories_set_color_for (const gchar *category,
+ const gchar *color);
#endif
-const gchar *e_categories_get_icon_file_for (const gchar *category);
-void e_categories_set_icon_file_for (const gchar *category, const gchar *icon_file);
-gboolean e_categories_is_searchable (const gchar *category);
-
-void e_categories_register_change_listener (GCallback listener, gpointer user_data);
-void e_categories_unregister_change_listener (GCallback listener, gpointer user_data);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]