From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-24 19:55:08
|
https://bugzilla.gnome.org/show_bug.cgi?id=622324 gnome-perl | Gtk2 | unspecified --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2010-11-24 19:54:55 UTC --- I agree that the hash representation is not optimal, but we can't change that now. So I'd prefer an implementation of is_writable as a key in the format hash. Of course you could go really fancy and turn the hash into a tied hash that calls the real accessors under the hood. That would also solve the is_disabled problem. See Cairo/CairoPath.xs for an example of an XS implementation of a tied array. -- 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. |