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 615585 - Object docs of get and set methods
Object docs of get and set methods
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-04-12 21:50 UTC by Kevin Ryde
Modified: 2010-04-25 00:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
get and set method docs (1.99 KB, patch)
2010-04-12 21:50 UTC, Kevin Ryde
committed Details | Review

Description Kevin Ryde 2010-04-12 21:50:59 UTC
Created attachment 158539 [details] [review]
get and set method docs

Further to the mailing list on GObject vs GtkStyle get/set and get_property/set_property, perhaps the Glib::Object docs could have a few words like attached, to note the overriding in subclasses.  Making it a =head2 will allow the Gtk2::TreeModel and Gtk2::Style docs to cross reference it for their overriding.
Comment 1 muppet 2010-04-12 23:13:15 UTC
Review of attachment 158539 [details] [review]:

Looks good to me.
Comment 2 Torsten Schoenfeld 2010-04-25 00:16:00 UTC
Committed with a slight change.  Thanks.