From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2013-09-12 03:15:42
|
https://bugzilla.gnome.org/show_bug.cgi?id=707949 gnome-perl | Gtk3 | unspecified Summary: TextIter's find_char methods & support for the unicode character type Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk3 AssignedTo: gtk...@li... ReportedBy: zpm...@gm... QAContact: gtk...@li... GNOME version: --- Hi. My issue was that TextIter's find_char methods weren't working because they use unichar types, which perl-gobject-introspection doesn't convert properly. I added a couple lines to treat it as an int32, which seems to work. I also added tests in Gtk3 for forward_find_char & backward_find_char. It seems to work. https://github.com/zpmorgan/perl-Gtk3/commit/101fba260d99e3ef1270278e3fa332de2957be24 https://github.com/zpmorgan/gi/commit/fcf90564255c9b870cea9fc2daa0c118091eaaaa Thanks, Zach Morgan -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |