summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-10-03 06:27:49 +0200
committerBenjamin Otte <otte@redhat.com>2014-10-03 06:27:49 +0200
commita2f550d91ba4e4ee8ab5232694858b81c1e7aa3e (patch)
tree4fc9ce0d134341333aa9806850fddb6841f6a502
parent0e34c87211b987d3ece2d49f59d3f5f401a12c05 (diff)
downloadgtk+-a2f550d91ba4e4ee8ab5232694858b81c1e7aa3e.tar.gz
stylecontext: Add missing docs for deprecations
-rw-r--r--gtk/gtkstylecontext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index e62a185fed..8ce68ef0b1 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -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,