Deprecate gdk_drag_context_new

This commit is contained in:
Matthias Clasen
2010-12-21 08:39:40 -05:00
parent bad6d00966
commit a88f8e4c57
2 changed files with 4 additions and 1 deletions

View File

@@ -537,8 +537,8 @@ gdk_display_manager_get_default_display
gdk_drag_abort
gdk_drag_begin
gdk_drag_context_get_type G_GNUC_CONST
gdk_drag_context_new
#ifndef GDK_DISABLE_DEPRECATED
gdk_drag_context_new
gdk_drag_context_ref
gdk_drag_context_unref
#endif

View File

@@ -214,6 +214,9 @@ gdk_drag_context_finalize (GObject *object)
* Creates a new #GdkDragContext.
*
* Return value: the newly created #GdkDragContext.
*
* Deprecated: 2.24: This function is not useful, you always
* obtain drag contexts by gdk_drag_begin() or similar.
**/
GdkDragContext *
gdk_drag_context_new (void)