[gtk/ebassi/gidocgen: 275/500] binlayout: Convert docs
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 275/500] binlayout: Convert docs
- Date: Thu, 11 Mar 2021 16:48:11 +0000 (UTC)
commit 1a501e3d5350d37374f96e1332b0cdfa05b0515a
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 27 17:51:24 2021 -0500
binlayout: Convert docs
gtk/gtkbinlayout.c | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/gtk/gtkbinlayout.c b/gtk/gtkbinlayout.c
index 0b8e186c3f..a8e1e8cf01 100644
--- a/gtk/gtkbinlayout.c
+++ b/gtk/gtkbinlayout.c
@@ -16,16 +16,15 @@
*/
/**
- * SECTION:gtkbinlayout
- * @Title: GtkBinLayout
- * @Short_description: A layout manager for bin-like widgets
- * @Include: gtk/gtk.h
+ * GtkBinLayout:
*
- * GtkBinLayout is a #GtkLayoutManager subclass useful for create "bins" of
- * widgets. GtkBinLayout will stack each child of a widget on top of each
- * other, using the #GtkWidget:hexpand, #GtkWidget:vexpand, #GtkWidget:halign,
- * and #GtkWidget:valign properties of each child to determine where they
- * should be positioned.
+ * `GtkBinLayout` is a `GtkLayoutManager` subclass useful for create "bins" of
+ * widgets.
+ *
+ * `GtkBinLayout` will stack each child of a widget on top of each other,
+ * using the [property@Gtk.Widget:hexpand], [property@Gtk.Widget:vexpand],
+ * [property@Gtk.Widget:halign], and [property@Gtk.Widget:valign] properties
+ * of each child to determine where they should be positioned.
*/
#include "config.h"
@@ -113,9 +112,9 @@ gtk_bin_layout_init (GtkBinLayout *self)
/**
* gtk_bin_layout_new:
*
- * Creates a new #GtkBinLayout instance.
+ * Creates a new `GtkBinLayout` instance.
*
- * Returns: the newly created #GtkBinLayout
+ * Returns: the newly created `GtkBinLayout`
*/
GtkLayoutManager *
gtk_bin_layout_new (void)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]