diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 17:04:46 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 19:59:55 -0500 |
commit | 22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 (patch) | |
tree | 72f3256948c09d527f3cd7ec409017c92515dde7 /gtk/gtkwidget.h | |
parent | 8418e6422f0ec67c51d472321f4704a3a16e0368 (diff) | |
download | gtk+-22586ea7c2c87a44ac1cc87f876e9f3ba2e73625.tar.gz |
docs: use #*-struct instead of <structname>
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r-- | gtk/gtkwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 1f6318f6e9..b03e098a75 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -75,7 +75,7 @@ typedef struct _GtkWidgetAuxInfo GtkWidgetAuxInfo; * @width: the width of the widget's allocated area. * @height: the height of the widget's allocated area. * - * A <structname>GtkAllocation</structname> of a widget represents region + * A #GtkAllocation-struct of a widget represents region * which has been allocated to the widget by its parent. It is a subregion * of its parents allocation. See <xref linkend="geometry-management"/> for * more information. @@ -115,7 +115,7 @@ typedef gboolean (*GtkTickCallback) (GtkWidget *widget, * @width: the widget's desired width * @height: the widget's desired height * - * A <structname>GtkRequisition</structname> represents the desired size of a widget. See + * A #GtkRequisition-struct represents the desired size of a widget. See * <xref linkend="geometry-management"/> for more information. */ struct _GtkRequisition |