[gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.

This commit is contained in:
Javier Jardón 2009-11-06 03:41:02 +01:00
parent 0d55c6ede1
commit 7d1c8fa644

View 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)