GNOME Bugzilla – Bug 81006
Widget class structures must be documented
Last modified: 2014-01-20 17:42:23 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.
Hmm, most of the Class structures should be documented, since they are used for derived classes.
This means we must decide whats public in them. Thus this bug depends on /*< private >*/ working for Class structs.
Retitling.
Move remaining 2.2.0 bugs to 2.2.1.
*** Bug 103761 has been marked as a duplicate of this bug. ***
Move remaining bugs off 2.2.2 target milestone.
Move remaining bugs off the 2.2.3 milestone
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.
Created attachment 266765 [details] [review] docs: add Gtk*Class docs
Attachment 266765 [details] pushed as add1ca0 - docs: add Gtk*Class docs