From ff61948d1393c7500ecbea4b03c87c744ce371b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Borov=C5=A1ak?= Date: Thu, 13 May 2010 04:51:37 +0200 Subject: Move documentation to inline comments: GdkWindow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use examples/gdk to store documentation code examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618498 Signed-off-by: Javier Jardón --- gdk/x11/gdkdnd-x11.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdk/x11/gdkdnd-x11.c') 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) { -- cgit v1.2.1