]> Pileus Git - ~andy/gtk/blobdiff - docs/dnd_internals.txt
stylecontext: Do invalidation on first resize container
[~andy/gtk] / docs / dnd_internals.txt
index 62312ef0fa0e74f9e18dc502ac9a9aabbc13bc99..fc5afcecc01cf2cf03a9731761edfc0a6e4c89f3 100644 (file)
@@ -62,8 +62,6 @@ used by anything other than the DND code in GTK+.
 /* Drag and Drop */
 
 GdkDragContext * gdk_drag_context_new        (void);
-void             gdk_drag_context_ref        (GdkDragContext *context);
-void             gdk_drag_context_unref      (GdkDragContext *context);
 
 These create and refcount GdkDragContexts in a
 straightforward manner.