summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 11:12:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 11:13:11 -0500
commitf116f0071e3a0f03c973532bceee30b3221e5b3f (patch)
tree59345de684a4d0d2b96d34aa9caa49243f895c7d /gtk/gtkwidget.h
parent98a67d969732841e185cc116529e1dc74fffbf3b (diff)
downloadgtk+-f116f0071e3a0f03c973532bceee30b3221e5b3f.tar.gz
docs: use links instead of <xref>
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r--gtk/gtkwidget.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 20cdf462db..31a0a5195f 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -77,7 +77,8 @@ typedef struct _GtkWidgetAuxInfo GtkWidgetAuxInfo;
*
* 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
+ * of its parents allocation. See
+ * [GtkWidget's geometry management section][geometry-management] for
* more information.
*/
typedef GdkRectangle GtkAllocation;
@@ -116,7 +117,8 @@ typedef gboolean (*GtkTickCallback) (GtkWidget *widget,
* @height: the widget's desired height
*
* A #GtkRequisition-struct represents the desired size of a widget. See
- * <xref linkend="geometry-management"/> for more information.
+ * [GtkWidget's geometry management section][geometry-management] for
+ * more information.
*/
struct _GtkRequisition
{