GNOME Bugzilla – Bug 740374
Is enum GtkCssProviderError really deprecated?
Last modified: 2014-11-26 03:15:56 UTC
The description of enum GtkCssProviderError says "Deprecated." Is that true? The description was added 2014-01-21 by William Jon McCann, https://git.gnome.org/browse/gtk+/commit/?id=b28f04d6e9ef262ea0f399bfd9b082adbe976fff This enum is still used in gtkcssparser.c and gtkcssprovider.c. Such error codes can be returned by gtk_css_provider_load_from_file() and other functions. They can also be given to GtkCssProvider::parsing-error handlers. I ask because I've noticed that GtkCssProviderError has not been wrapped in gtkmm. Now I'm wondering whether I should wrap it. If it's not deprecated, definitely. If it's being phased out of gtk+, probably not.
no, it's no deprecated — probably just a copy and paste typo that survived code review.
Created attachment 291009 [details] [review] docs: Fix annotation for GtkCssProviderError
Review of attachment 291009 [details] [review]: ok
Attachment 291009 [details] pushed as 605f2ef - docs: Fix annotation for GtkCssProviderError