After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629227 - GenPod show child properties
GenPod show child properties
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Glib
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2010-09-09 23:07 UTC by Kevin Ryde
Modified: 2010-09-19 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.03 KB, patch)
2010-09-09 23:07 UTC, Kevin Ryde
committed Details | Review

Description Kevin Ryde 2010-09-09 23:07:43 UTC
Created attachment 169910 [details] [review]
patch

This is a couple of lines to show a "CHILD PROPERTIES" section in the pod of container classes like Gtk2::Table.

It uses $class->list_child_properties() of bug 628748.  Until that's added it does nothing, since in any class without a list_child_properties() it does nothing.

I think this can pick up Goo::Canvas::Item child properties too, if/when goo_canvas_item_class_list_child_properties() is wrapped.
Comment 1 Torsten Schoenfeld 2010-09-19 16:57:58 UTC
Works perfectly.  Committed.  Thanks.