separator: Add property annotations

Connect properties, getters, and setters with annotations.t
This commit is contained in:
Matthias Clasen 2021-02-24 21:58:24 -05:00 committed by Emmanuele Bassi
parent e78302c4e5
commit 693f3d6b41

View File

@ -33,9 +33,7 @@
#include "gtkwidgetprivate.h" #include "gtkwidgetprivate.h"
/** /**
* SECTION:gtkseparator * GtkSeparator:
* @Short_description: A separator widget
* @Title: GtkSeparator
* *
* `GtkSeparator` is a horizontal or vertical separator widget. * `GtkSeparator` is a horizontal or vertical separator widget.
* *