diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-06 21:07:03 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 09:42:12 -0500 |
commit | 0ce016650b38dbd9e228fbb7dae312dd91880354 (patch) | |
tree | 05da30950271412fb48f1c06f7fb46a6a7012073 /gtk/gtkflowbox.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gtk/gtkflowbox.c')
-rw-r--r-- | gtk/gtkflowbox.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index 2ba42dcaa3..22ad2cf1a1 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -592,7 +592,7 @@ gtk_flow_box_child_class_init (GtkFlowBoxChildClass *class) * double-clicking, or by using the Space or Enter key. * * While this signal is used as a - * <link linkend="keybinding-signals">keybinding signal</link>, + * [keybinding signal][keybinding-signals], * it can be used by applications for their own purposes. */ child_signals[CHILD_ACTIVATE] = @@ -3792,7 +3792,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class) * @box: the #GtkFlowBox on which the signal is emitted * * The ::activate-cursor-child signal is a - * <link linkend="keybinding-signals">keybinding signal</link> + * [keybinding signal][keybinding-signals] * which gets emitted when the user activates the @box. */ signals[ACTIVATE_CURSOR_CHILD] = g_signal_new ("activate-cursor-child", @@ -3808,7 +3808,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class) * @box: the #GtkFlowBox on which the signal is emitted * * The ::toggle-cursor-child signal is a - * <link linkend="keybinding-signals">keybinding signal</link> + * [keybinding signal][keybinding-signals] * which toggles the selection of the child that has the focus. * * The default binding for this signal is Ctrl-Space. @@ -3828,7 +3828,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class) * @count: the number of @step units to move * * The ::move-cursor signal is a - * <link linkend="keybinding-signals">keybinding signal</link> + * [keybinding signal][keybinding-signals] * which gets emitted when the user initiates a cursor movement. * If the cursor is not visible in @text_view, this signal causes * the viewport to be moved instead. @@ -3858,7 +3858,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class) * @box: the #GtkFlowBox on which the signal is emitted * * The ::select-all signal is a - * <link linkend="keybinding-signals">keybinding signal</link> + * [keybinding signal][keybinding-signals] * which gets emitted to select all children of the box, if * the selection mode permits it. * @@ -3877,7 +3877,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class) * @box: the #GtkFlowBox on which the signal is emitted * * The ::unselect-all signal is a - * <link linkend="keybinding-signals">keybinding signal</link> + * [keybinding signal][keybinding-signals] * which gets emitted to unselect all children of the box, if * the selection mode permits it. * |