]> Pileus Git - ~andy/gtk/commitdiff
[gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.
authorJavier Jardón <jjardon@gnome.org>
Fri, 6 Nov 2009 02:41:02 +0000 (03:41 +0100)
committerJavier Jardón <jjardon@gnome.org>
Fri, 6 Nov 2009 02:41:02 +0000 (03:41 +0100)
gdk/x11/gdkdnd-x11.c

index 118d793c7943ceed92e7746d871dcb1097a0e5dd..c7c803a0baa24944cb63e93419dd68c3179393e1 100644 (file)
@@ -216,8 +216,10 @@ gdk_drag_context_new (void)
 /**
  * gdk_drag_context_ref:
  * @context: a #GdkDragContext.
- * 
+ *
  * Deprecated function; use g_object_ref() instead.
+ *
+ * Deprecated: 2.2: Use g_object_ref() instead.
  **/
 void            
 gdk_drag_context_ref (GdkDragContext *context)
@@ -230,8 +232,10 @@ gdk_drag_context_ref (GdkDragContext *context)
 /**
  * gdk_drag_context_unref:
  * @context: a #GdkDragContext.
- * 
+ *
  * Deprecated function; use g_object_unref() instead.
+ *
+ * Deprecated: 2.2: Use g_object_unref() instead.
  **/
 void            
 gdk_drag_context_unref (GdkDragContext *context)