GNOME Bugzilla – Bug 656053
gtk_combo_box_text_remove isn't documented
Last modified: 2011-09-19 12:14:12 UTC
While doc strings in the source file look the same in 2.24 and 3.0, for some reason gtk_combo_box_text_remove doesn't show up in the 2.24 API docs.
OK, just looking at git logs of 3.0 gave the answer - in docs/reference/gtk/gtk-sections.txt it needs to be 'gtk_combo_box_text_remove', not 'gtk_combo_box_text_remove_text'. On a semi related note: on the same page there are two minor typos in 'GtkComboBoxText as GtkBuildable' section, also present in gtk3 docs - '>' (that's probably just a case of a missing terminating ';'). Also, I really don't want to nag, but could somebody help with bug 645065 (which likely affects gtk3 too) and apply the patch in bug 536767 (obviously gtk2 only) ?
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
OK, that > part is fixed in the master, so this is is only a matter of a cherry pick from 991b782b75b2247d3d3a9ed72ee859dc4cb0d66e and 45c463e3760a8a2497846e4cd8c55c1b7aa52fb5 to 2.24 branch.