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 651048 - The replace of gtk_combo_box_entry_new_with_model should be gtk_combo_box_new_with_model_and_entry
The replace of gtk_combo_box_entry_new_with_model should be gtk_combo_box_ne...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-05-25 10:22 UTC by wzssyqa
Modified: 2011-05-26 04:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description wzssyqa 2011-05-25 10:22:30 UTC
Warning

gtk_combo_box_entry_new_with_model has been deprecated since version 2.24 and should not be used in newly-written code. Use gtk_combo_box_new_with_entry() instead

I think gtk_combo_box_new_with_entry() here should be gtk_combo_box_new_with_model_and_entry()