diff options
author | Tadej Borovšak <tadeboro@gmail.com> | 2010-05-13 04:51:37 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-14 17:11:51 +0200 |
commit | ff61948d1393c7500ecbea4b03c87c744ce371b7 (patch) | |
tree | 71fc5ee07d9cd278514197d34e48fc370ae840d4 /gdk/x11/gdkdnd-x11.c | |
parent | 47dd78a713f50548be487c743e347e950e31ef95 (diff) | |
download | gtk+-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.c | 6 |
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) { |