Re: Announcing: Perl bindings for LibSoup



On 25.05.2011 00:14, Torsten Schoenfeld wrote:
But since WebKit also supports gobject-introspection, why not use it
that way as well? It's still a little rough around the edges, but here's
your browser.pl example ported to use the introspection stuff.

I just ground one rough edge with a couple of commits: the support for C arrays is now more complete. So you can now say

  Gtk3::init([...]);

without having to specify the length of the list.

Note that Gtk3::init(\ ARGV) will not do what at least I expect. You need to use Gtk3::init([$0, @ARGV]). That's one thing that the manual bindings took care of automatically.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]