I am using webkitgtk+ to get the .ico favicon from a website :
const gchar *uri = webkit_web_view_get_icon_uri(web_view);
as you can see that is a character variable with the .ico image.How can i show it as a pixbuf?Doest gtk support ico images?
Thanks