forked from AuroraMiddleware/gtk
docs: Remove duplicate documentation stanzas
This commit is contained in:
parent
895aa1d3ab
commit
9a16b1b971
@ -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 ())
|
||||
|
@ -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 ())
|
||||
|
@ -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 ())
|
||||
|
Loading…
Reference in New Issue
Block a user