diff options
author | Paolo Borelli <pborelli@gnome.org> | 2012-02-27 17:35:57 +0100 |
---|---|---|
committer | Paolo Borelli <pborelli@gnome.org> | 2012-02-27 17:48:37 +0100 |
commit | f73ff748db32f1c3f71bdcb15c91f4197ed20305 (patch) | |
tree | 002cf7db10cea76707fa683dad64f6130377a4af /gtk/gtkstylecontext.h | |
parent | 6f34ac4ba046925162a3a6b98eb2a33cba20e8ca (diff) | |
download | gtk+-f73ff748db32f1c3f71bdcb15c91f4197ed20305.tar.gz |
Add a deprecation mark to draw_insertion_cursor
This function has been replaced with gtk_render_insertion_cursor, but we
forgot to mark it as deprecated.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index f431b4a440..c9857952fb 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -949,7 +949,7 @@ void gtk_render_insertion_cursor PangoLayout *layout, int index, PangoDirection direction); - +GDK_DEPRECATED_IN_3_4 void gtk_draw_insertion_cursor (GtkWidget *widget, cairo_t *cr, const GdkRectangle *location, |