Deprecate gdk_drag_context_new
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user