diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-30 17:22:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-11 04:31:35 +0800 |
commit | aa8a700dd924a83e1dcd8eb374df777fb0a83b66 (patch) | |
tree | a6571a43052aafb50ddc927c3c7d03b092d4fabd /e-util/e-categories-config.h | |
parent | 7eee013e97aa3d1d28112f5b25744035941ec23c (diff) | |
download | gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar.gz gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar.zst gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.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 |