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 773249 - Rename v2's functions to original names for GtkSourceView 4
Rename v2's functions to original names for GtkSourceView 4
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: General
unspecified
Other All
: Normal enhancement
: 4.0
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-20 07:16 UTC by Sébastien Wilmet
Modified: 2016-11-16 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sébastien Wilmet 2016-10-20 07:16:58 UTC
Classes with v2's functions:
- GtkSourceSearchContext
- GtkSourceCompletionItem

After removing the deprecated API, the v2's functions must be renamed to the original names.

For example:
gtk_source_completion_item_new2() -> gtk_source_completion_item_new()

And of course writing the comprehensive list in a porting guide.
Comment 1 Sébastien Wilmet 2016-11-16 15:22:48 UTC
Done.