GNOME Bugzilla – Bug 57143
Child props need nicks and docs
Last modified: 2011-02-04 16:09:59 UTC
Most of the child properties in GTK+ were added with NULL for the nick (= human readable name) and doc string. This needs to be fixed.
Moving non-critical or hard to fix bugs to 2.0.2
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.
gtk-doc warns on properties with NULL blurbs now, which makes it easy to identify the offenders.
Does gtk-doc do child properties yet?
I just added that.
Here is a list WARNING: Property GtkBox::expand has NULL blurb. WARNING: Property GtkBox::fill has NULL blurb. WARNING: Property GtkBox::padding has NULL blurb. WARNING: Property GtkBox::pack-type has NULL blurb. WARNING: Property GtkBox::position has NULL blurb. WARNING: Property GtkCList::n-columns has NULL blurb. WARNING: Property GtkCList::shadow-type has NULL blurb. WARNING: Property GtkCList::selection-mode has NULL blurb. WARNING: Property GtkCList::row-height has NULL blurb. WARNING: Property GtkCList::titles-active has NULL blurb. WARNING: Property GtkCList::reorderable has NULL blurb. WARNING: Property GtkCList::use-drag-icons has NULL blurb. WARNING: Property GtkCList::sort-type has NULL blurb. WARNING: Property GtkCTree::n-columns has NULL blurb. WARNING: Property GtkCTree::tree-column has NULL blurb. WARNING: Property GtkCTree::indent has NULL blurb. WARNING: Property GtkCTree::spacing has NULL blurb. WARNING: Property GtkCTree::show-stub has NULL blurb. WARNING: Property GtkCTree::line-style has NULL blurb. WARNING: Property GtkCTree::expander-style has NULL blurb. WARNING: Property GtkList::selection-mode has NULL blurb. WARNING: Property GtkNotebook::tab-label has NULL blurb. WARNING: Property GtkNotebook::menu-label has NULL blurb. WARNING: Property GtkNotebook::position has NULL blurb. WARNING: Property GtkNotebook::tab-expand has NULL blurb. WARNING: Property GtkNotebook::tab-fill has NULL blurb. WARNING: Property GtkNotebook::tab-pack has NULL blurb. WARNING: Property GtkOldEditable::text-position has NULL blurb. WARNING: Property GtkOldEditable::editable has NULL blurb. WARNING: Property GtkRadioButton::group has NULL blurb. WARNING: Property GtkTable::left-attach has NULL blurb. WARNING: Property GtkTable::right-attach has NULL blurb. WARNING: Property GtkTable::top-attach has NULL blurb. WARNING: Property GtkTable::bottom-attach has NULL blurb. WARNING: Property GtkTable::x-options has NULL blurb. WARNING: Property GtkTable::y-options has NULL blurb. WARNING: Property GtkTable::x-padding has NULL blurb. WARNING: Property GtkTable::y-padding has NULL blurb. WARNING: Property GtkTipsQuery::emit-always has NULL blurb. WARNING: Property GtkTipsQuery::caller has NULL blurb. WARNING: Property GtkTipsQuery::label-inactive has NULL blurb. WARNING: Property GtkTipsQuery::label-no-tip has NULL blurb.