diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-01-05 02:48:09 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-01-05 02:48:09 +0800 |
commit | 29f1f4aaebf804c2325f630844111ad99fbe4799 (patch) | |
tree | c6cf831affbf8b791275ebc069fb18fc5bc0e031 /e-util/e-categories-config.h | |
parent | 2f67df578fe940cf5e7aab8c98b7a0d1c71cfa71 (diff) | |
download | gsoc2013-evolution-29f1f4aaebf804c2325f630844111ad99fbe4799.tar gsoc2013-evolution-29f1f4aaebf804c2325f630844111ad99fbe4799.tar.gz gsoc2013-evolution-29f1f4aaebf804c2325f630844111ad99fbe4799.tar.bz2 gsoc2013-evolution-29f1f4aaebf804c2325f630844111ad99fbe4799.tar.lz gsoc2013-evolution-29f1f4aaebf804c2325f630844111ad99fbe4799.tar.xz gsoc2013-evolution-29f1f4aaebf804c2325f630844111ad99fbe4799.tar.zst gsoc2013-evolution-29f1f4aaebf804c2325f630844111ad99fbe4799.zip |
removed most of the API. The rest will be removed as the GAL dependencies
2005-01-04 Rodrigo Moya <rodrigo@novell.com>
* e-categories-config.[ch]: removed most of the API. The rest will
be removed as the GAL dependencies are sorted out.
svn path=/trunk/; revision=28235
Diffstat (limited to 'e-util/e-categories-config.h')
-rw-r--r-- | e-util/e-categories-config.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h index 3af14dfc7f..ed6b5639ae 100644 --- a/e-util/e-categories-config.h +++ b/e-util/e-categories-config.h @@ -17,17 +17,10 @@ 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); - 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); - -void e_categories_config_open_dialog_for_entry (GtkEntry *entry); +void e_categories_config_open_dialog_for_entry (GtkEntry *entry); G_END_DECLS |