On Jul 26, 2012, at 3:48 PM, Ivo Kosir wrote: > For example in webkit-1.0.vala there's no > WebKitWebView.try_get_favicon_pixbuf(). > I can confirm that this method was working in python gir bindings.
The WebKitGTK 1.0 bindings are quite old and incomplete. I hate to recommend such a hack, but if you need WebKit in a Vala project, you might consider pulling our WebKitGTK 3.0 bindings from here: http://git.yorba.org/cgit.cgi/geary/tree/vapi These bindings were generated from the patch attached to this ticket: https://bugs.webkit.org/show_bug.cgi?id=75459 - Eric _______________________________________________ vala-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/vala-list
