GNOME Bugzilla – Bug 773249
Rename v2's functions to original names for GtkSourceView 4
Last modified: 2016-11-16 15:22:48 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.
Done.