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 323581 - allow for additional root types
allow for additional root types
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-08 19:47 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2005-12-09 09:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implements the feature (4.65 KB, patch)
2005-12-08 19:47 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2005-12-08 19:47:00 UTC
The object hierarchy currently only has G_OBJECT and G_INTERFACE for the root
types (see gtkdoc-scangobj:768).
This is usually sufficient, but bad, when a library has another root type.
E.g. GSteamer introduces GST_MINI_OBJECT - a lightweight G_OBJECT alike type.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2005-12-08 19:47:46 UTC
Created attachment 55787 [details] [review]
implements the feature
Comment 2 Damon Chaplin 2005-12-08 21:18:29 UTC
Yes, that looks fine.

Should it check it doesn't output the G_OBJECT or G_INTERFACE hierarchy twice?
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2005-12-09 09:09:17 UTC
yes, thats true!
fixed in CVS