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.
This commit is contained in:
Paolo Borelli
2012-02-27 17:35:57 +01:00
parent 6f34ac4ba0
commit f73ff748db
2 changed files with 2 additions and 1 deletions

View File

@ -4738,6 +4738,7 @@ gtk_render_insertion_cursor (GtkStyleContext *context,
* but merely a convenience function for drawing the standard cursor shape.
*
* Since: 3.0
* Deprecated: 3.4: Use gtk_render_insertion_cursor() instead.
*/
void
gtk_draw_insertion_cursor (GtkWidget *widget,