mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
stylecontext: Add missing docs for deprecations
This commit is contained in:
parent
0e34c87211
commit
a2f550d91b
@ -3258,6 +3258,8 @@ gtk_style_context_get_color (GtkStyleContext *context,
|
||||
* Gets the background color for a given state.
|
||||
*
|
||||
* Since: 3.0
|
||||
*
|
||||
* Deprecated: 3.16: Use gtk_render_background() instead.
|
||||
**/
|
||||
void
|
||||
gtk_style_context_get_background_color (GtkStyleContext *context,
|
||||
@ -3287,6 +3289,8 @@ gtk_style_context_get_background_color (GtkStyleContext *context,
|
||||
* Gets the border color for a given state.
|
||||
*
|
||||
* Since: 3.0
|
||||
*
|
||||
* Deprecated: 3.16: Use gtk_render_border() instead.
|
||||
**/
|
||||
void
|
||||
gtk_style_context_get_border_color (GtkStyleContext *context,
|
||||
|
Loading…
Reference in New Issue
Block a user