From 22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Jan 2014 17:04:46 -0500 Subject: docs: use #*-struct instead of --- gtk/gtkwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkwidget.h') 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 GtkAllocation 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 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 GtkRequisition represents the desired size of a widget. See + * A #GtkRequisition-struct represents the desired size of a widget. See * for more information. */ struct _GtkRequisition -- cgit v1.2.1