overlaylayout: Document minimally

This layout manager is not reusable, but we
still need to make its layout properties show
up in the docs.
This commit is contained in:
Matthias Clasen
2020-07-25 19:02:33 -04:00
parent d8d8a71a7a
commit 7f9570b95b

View File

@@ -31,6 +31,20 @@
#include <graphene-gobject.h>
/**
* SECTION:gtkoverlaylayout
* @Title: GtkOverlayLayout
* @Short_description: Layout manager that places widgets as overlays
*
* GtkOverlayLayout is the layout manager used by #GtkOverlay.
* It places widgets as overlays on top of the main child.
*
* This is not a reusable layout manager, since it expects its widget
* to be a #GtkOverlay. It only listed here so that its layout
* properties get documented.
*/
struct _GtkOverlayLayout
{
GtkLayoutManager parent_instance;