Hi

There's  a big bug:
Gtk3::Application->id_is_valid stringifies the object it's called on:
Aka:


$ perl ko.pl
$VAR1 = [
          bless( {}, 'Gtk3::Application' )
        ];
$VAR1 = [
          'Gtk3::Application=HASH(0x3463828)'
        ];
Can't locate object method "register" via package
"Gtk3::Application=HASH(0x3463828)" (perhaps you forgot to load
"Gtk3::Application=HASH(0x3463828)"?) at ko.pl line 13.



Ouch!!!!!

Some annotation issue or a perl-Glib-Object-Introspect

Attachment: ko.pl
Description: Perl program

_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to