gtkcssprovider: deprecate gtk_css_provider_get_default

This function is unused since cdc6e82720 commit and does not
contain fallback style.

https://gitlab.gnome.org/GNOME/gtk/issues/1226
This commit is contained in:
Alberts Muktupāvels
2018-07-19 19:20:50 +03:00
parent 577dfb9e2f
commit cb39169ba7
2 changed files with 3 additions and 1 deletions

View File

@ -1972,6 +1972,8 @@ gtk_css_provider_load_from_resource (GtkCssProvider *css_provider,
*
* Returns: (transfer none): The provider used for fallback styling.
* This memory is owned by GTK+, and you must not free it.
*
* Deprecated: 3.24: Use gtk_css_provider_new() instead.
**/
GtkCssProvider *
gtk_css_provider_get_default (void)