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 81006 - Widget class structures must be documented
Widget class structures must be documented
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.1.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 103761 (view as bug list)
Depends on: 95398
Blocks:
 
 
Reported: 2002-05-07 06:32 UTC by Vitaly Tishkov
Modified: 2014-01-20 17:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: add Gtk*Class docs (67.24 KB, patch)
2014-01-20 17:36 UTC, William Jon McCann
committed Details | Review

Description Vitaly Tishkov 2002-05-07 06:32:56 UTC
gtk_container_class_install_child_property() has a pointer to
GtkContainerClass instance as the first parameter. However,
GtkContainerClass is not documented anywhere, i.e. it's not public. 
I propose to make it public.
Comment 1 Owen Taylor 2002-05-07 14:40:37 UTC
Hmm, most of the Class structures should be documented,
since they are used for derived classes.
Comment 2 Matthias Clasen 2002-11-26 10:22:36 UTC
This means we must decide whats public in them. Thus this bug depends
on /*< private 
>*/ working for Class structs.
Comment 3 Matthias Clasen 2002-12-19 08:49:57 UTC
Retitling. 
Comment 4 Matthias Clasen 2002-12-23 23:04:47 UTC
Move remaining 2.2.0 bugs to 2.2.1.
Comment 5 Matthias Clasen 2003-01-22 10:43:08 UTC
*** Bug 103761 has been marked as a duplicate of this bug. ***
Comment 6 Matthias Clasen 2003-06-10 09:57:45 UTC
Move remaining bugs off 2.2.2 target milestone.
Comment 7 Matthias Clasen 2003-08-27 08:06:02 UTC
Move remaining bugs off the 2.2.3 milestone
Comment 8 Elijah Newren 2004-06-19 18:43:55 UTC
Mass changing gtk+ bugs with target milestone of 2.4.2 to target 2.4.4, as
Matthias said he was trying to do himself on IRC and was asking for help with. 
If you see this message, it means I was successful at fixing the borken-ness in
bugzilla :)  Sorry for the spam; just query on this message and delete all
emails you get with this message, since there will probably be a lot.
Comment 9 William Jon McCann 2014-01-20 17:36:12 UTC
Created attachment 266765 [details] [review]
docs: add Gtk*Class docs
Comment 10 William Jon McCann 2014-01-20 17:42:20 UTC
Attachment 266765 [details] pushed as add1ca0 - docs: add Gtk*Class docs