[gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.
This commit is contained in:
		@ -218,6 +218,8 @@ gdk_drag_context_new (void)
 | 
			
		||||
 * @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)
 | 
			
		||||
@ -232,6 +234,8 @@ gdk_drag_context_ref (GdkDragContext *context)
 | 
			
		||||
 * @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)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user