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 88492 - The RefPtr template doesn't have reference documentation
The RefPtr template doesn't have reference documentation
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: reference documentation
2.0
Other other
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-07-18 09:43 UTC by Ole Laursen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds reference documentation to refptr.h (5.62 KB, patch)
2002-07-18 09:44 UTC, Ole Laursen
none Details | Review

Description Ole Laursen 2002-07-18 09:43:34 UTC
... so I'm attaching a patch to fix it. There's two FIXMEs in it though.
The first is about the requirements for the objects stored in a RefPtr
(probably very easy, but they seem to be implicit so I don't really know).
The other is about using Something::create instead of a member function -
if Something::create is to be preferred, why is there a member function?
Comment 1 Ole Laursen 2002-07-18 09:44:11 UTC
Created attachment 9943 [details] [review]
Adds reference documentation to refptr.h
Comment 2 Murray Cumming 2002-07-18 20:28:32 UTC
Applied, with changes.