summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
diff options
context:
space:
mode:
authorTadej Borovšak <tadeboro@gmail.com>2010-05-13 04:51:37 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-14 17:11:51 +0200
commitff61948d1393c7500ecbea4b03c87c744ce371b7 (patch)
tree71fc5ee07d9cd278514197d34e48fc370ae840d4 /gdk/x11/gdkdnd-x11.c
parent47dd78a713f50548be487c743e347e950e31ef95 (diff)
downloadgtk+-ff61948d1393c7500ecbea4b03c87c744ce371b7.tar.gz
Move documentation to inline comments: GdkWindow
Use examples/gdk to store documentation code examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618498 Signed-off-by: Javier Jardón <jjardon@gnome.org>
Diffstat (limited to 'gdk/x11/gdkdnd-x11.c')
-rw-r--r--gdk/x11/gdkdnd-x11.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c
index 631dbed477..8f6730078d 100644
--- a/gdk/x11/gdkdnd-x11.c
+++ b/gdk/x11/gdkdnd-x11.c
@@ -3837,6 +3837,12 @@ gdk_drop_finish (GdkDragContext *context,
}
+/**
+ * gdk_window_register_dnd:
+ * @window: a #GdkWindow.
+ *
+ * Registers a window as a potential drop destination.
+ */
void
gdk_window_register_dnd (GdkWindow *window)
{