diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-30 17:22:59 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-07-30 17:22:59 +0800 |
commit | f093350819edeba7728af7f216d1429f8bcd5926 (patch) | |
tree | 0324e8ef276ec4d3875b29d174edaa7f39bfaf97 /e-util/e-categories-config.h | |
parent | c485a5b5f41802bddb5cd17302b388ab5115aa22 (diff) | |
download | gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.gz gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.zst gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.zip |
Bug #300567 - Calendar drawing optimizations
Diffstat (limited to 'e-util/e-categories-config.h')
-rw-r--r-- | e-util/e-categories-config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h index 81ae0161a0..82294ae6b9 100644 --- a/e-util/e-categories-config.h +++ b/e-util/e-categories-config.h @@ -30,9 +30,7 @@ G_BEGIN_DECLS -gboolean e_categories_config_get_icon_for (const gchar *category, - GdkPixmap **icon, - GdkBitmap **mask); +gboolean e_categories_config_get_icon_for (const gchar *category, GdkPixbuf **pixbuf); void e_categories_config_open_dialog_for_entry (GtkEntry *entry); G_END_DECLS |