docs: Remove unnecessary SECTION

The GdkDragSurface definitions fall under the "dnd" section.
This commit is contained in:
Emmanuele Bassi 2020-05-12 18:44:21 +01:00
parent 6ae01f9815
commit 68682dda89

View File

@ -24,12 +24,10 @@
#include "gdkintl.h"
/**
* SECTION:dnd
* @Short_description: Interface for drag surface surfaces
* @Title: Drag surfaces
* GdkDragSurface:
*
* A #GdkDragSurface is a surface that is used during a
* DND operation.
* A #GdkDragSurface is an interface implemented by #GdkSurfaces used
* during a DND operation.
*/
G_DEFINE_INTERFACE (GdkDragSurface, gdk_drag_surface, GDK_TYPE_SURFACE)