docs: Remove duplicate documentation stanzas

This commit is contained in:
Emmanuele Bassi 2021-02-22 00:12:17 +00:00
parent 895aa1d3ab
commit 9a16b1b971
3 changed files with 0 additions and 15 deletions

View File

@ -69,11 +69,6 @@ typedef enum
GDK_ANCHOR_RESIZE = GDK_ANCHOR_RESIZE_X | GDK_ANCHOR_RESIZE_Y,
} GdkAnchorHints;
/**
* GdkPopupLayout:
*
* Struct containing information for gdk_popup_present()
*/
typedef struct _GdkPopupLayout GdkPopupLayout;
#define GDK_TYPE_POPUP_LAYOUT (gdk_popup_layout_get_type ())

View File

@ -29,11 +29,6 @@
G_BEGIN_DECLS
/**
* GdkToplevelLayout:
*
* Struct containing information for gdk_toplevel_present()
*/
typedef struct _GdkToplevelLayout GdkToplevelLayout;
#define GDK_TYPE_TOPLEVEL_LAYOUT (gdk_toplevel_layout_get_type ())

View File

@ -28,11 +28,6 @@
G_BEGIN_DECLS
/**
* GdkToplevelSize:
*
* Struct containing information for computing the size of a #GdkToplevel.
*/
typedef struct _GdkToplevelSize GdkToplevelSize;
#define GDK_TYPE_TOPLEVEL_SIZE (gdk_toplevel_size_get_type ())