diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 11:12:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 11:13:11 -0500 |
commit | f116f0071e3a0f03c973532bceee30b3221e5b3f (patch) | |
tree | 59345de684a4d0d2b96d34aa9caa49243f895c7d /gtk/gtkwidget.c | |
parent | 98a67d969732841e185cc116529e1dc74fffbf3b (diff) | |
download | gtk+-f116f0071e3a0f03c973532bceee30b3221e5b3f.tar.gz |
docs: use links instead of <xref>
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r-- | gtk/gtkwidget.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index a599b13af0..e882bb2b88 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -3312,7 +3312,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS * menu. This usually happens through the standard key binding mechanism; * by pressing a certain key while a widget is focused, the user can cause * the widget to pop up a menu. For example, the #GtkEntry widget creates - * a menu with clipboard commands. See <xref linkend="checklist-popup-menu"/> + * a menu with clipboard commands. See the + * [Popup Menu Migration Checklist][checklist-popup-menu] * for an example of how to use this signal. * * Returns: %TRUE if a menu was activated |