From 693f3d6b41dafe5b3539fc37e5de20a0096b7fc2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Feb 2021 21:58:24 -0500 Subject: [PATCH] separator: Add property annotations Connect properties, getters, and setters with annotations.t --- gtk/gtkseparator.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index 180103adba..53f831dde6 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -33,9 +33,7 @@ #include "gtkwidgetprivate.h" /** - * SECTION:gtkseparator - * @Short_description: A separator widget - * @Title: GtkSeparator + * GtkSeparator: * * `GtkSeparator` is a horizontal or vertical separator widget. *