X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-platform.h;h=455a724064799e2997a54b8af2497a7587b40986;hb=02b6ad38a4e0e221276c28d84baa0ff6534443d2;hp=a671e73818a513cd9c0de1c3b7162f039e286324;hpb=12c8ed43dedce8fb9a7ceb0061152cdd8d10ee08;p=modest diff --git a/src/modest-platform.h b/src/modest-platform.h index a671e73..455a724 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -127,10 +127,11 @@ gboolean modest_platform_show_uri_popup (const gchar *uri); /** * modest_platform_get_icon: * @name: the name of the icon + * @size: the icon size, use MODEST_ICON_SMALL or MODEST_ICON_BIG * * this function returns an icon, or NULL in case of error */ -GdkPixbuf* modest_platform_get_icon (const gchar *name); +GdkPixbuf* modest_platform_get_icon (const gchar *name, guint icon_size); /**