From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-12 19:29:02
|
https://bugzilla.gnome.org/show_bug.cgi?id=634708 gnome-perl | Gtk2 | unspecified Summary: RadioButton get_group() etc use AV* return Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: us...@zi... QAContact: gtk...@li... GNOME target: --- GNOME version: --- Created an attachment (id=174352) View: https://bugzilla.gnome.org/attachment.cgi?id=174352 Review: https://bugzilla.gnome.org/review?bug=634708&attachment=174352 patch and test cases This is an idea to have gtk_radio_button_get_group() and friends use an AV* return to let the typemap do some work, instead of explicit PUSHs. -- 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. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-12 19:29:34
|
https://bugzilla.gnome.org/show_bug.cgi?id=634708 gnome-perl | Gtk2 | unspecified Kevin Ryde <user42> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |634706 -- 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. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-13 00:12:04
|
https://bugzilla.gnome.org/show_bug.cgi?id=634708 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaf...@gm... --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2010-11-13 00:11:46 UTC --- Patch looks good to me in general, but I gotta ask: what's your motivation? what do we gain? -- 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. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-13 21:34:18
|
https://bugzilla.gnome.org/show_bug.cgi?id=634708 gnome-perl | Gtk2 | unspecified --- Comment #2 from Kevin Ryde <us...@zi...> 2010-11-13 21:34:01 UTC --- I had this bouncing around for a while. I saw the pod saying "list" (eg. Gtk2::RadioMenuItem) which is a bit unclear, being an arrayref not multiple values as such, and wondered that an "arrayref" type from the typemap could indicate it in the code and the pod. There's almost an opportunity for some code sharing between the four places, some return type like "GSList_of_GObject", unless the widget ones should have the silly "ref sink" and the RadioAction one not, and except that most other GSList returns are done as lists style return instead of arrayref. -- 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. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-21 20:47:24
|
https://bugzilla.gnome.org/show_bug.cgi?id=634708 gnome-perl | Gtk2 | unspecified Bug 634708 depends on bug 634706, which changed state. Bug 634706 Summary: GenPod AV* return https://bugzilla.gnome.org/show_bug.cgi?id=634706 What |Old Value |New Value ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED -- 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. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-21 20:51:27
|
https://bugzilla.gnome.org/show_bug.cgi?id=634708 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2010-11-21 20:51:18 UTC --- Alright, convinced. Committed. Thanks. -- 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. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-21 20:51:31
|
https://bugzilla.gnome.org/show_bug.cgi?id=634708 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174352|none |committed status| | -- 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. |