Re: Announcing: Perl bindings for LibSoup
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Announcing: Perl bindings for LibSoup
- Date: Sat, 04 Jun 2011 23:32:41 +0200
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]