René Seindal wrote:
> > This is the first official release of the gtk2-perl-xs tree, so try it out,
> > try to break it, and let us know what is good and what is bad. I'll be
> > happy
> > to post any contributed binary packages.
>
> It appears that Gtk2::ListStore doesn't have an unref() method, but
> since it is a GObject, it should have one.
>
> According to http://developer.gnome.org/doc/API/2.0/gtk/TreeWidget.html
> the model should be unref'ed after it is given to the view, but the
> method isn't there.
You don't need to unref any GObjects manually, because this happens
automatically if the correspondent Perl wrapper object is destroyed.
That's Perl - great, isn't it? ;)
Regards,
Joern
--
Joern Reder
supporting: http://www.zyn.de/
unbelievable: http://www.exit1.org/
CPAN: http://www.perl.com/CPAN/modules/by-authors/id/J/JR/JRED
|