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 656053 - gtk_combo_box_text_remove isn't documented
gtk_combo_box_text_remove isn't documented
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
2.24.x
Other All
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-08-05 20:09 UTC by Rafał Mużyło
Modified: 2011-09-19 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rafał Mużyło 2011-08-05 20:09:22 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.
Comment 1 Rafał Mużyło 2011-09-18 09:59:43 UTC
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
- '&gt' (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) ?
Comment 2 Javier Jardón (IRC: jjardon) 2011-09-19 11:51:46 UTC
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.
Comment 3 Rafał Mużyło 2011-09-19 12:00:17 UTC
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.