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/gtkbindings.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gtk/gtkbindings.c')
-rw-r--r-- | gtk/gtkbindings.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c index 15dbb12f27..772038448c 100644 --- a/gtk/gtkbindings.c +++ b/gtk/gtkbindings.c @@ -52,12 +52,12 @@ * A CSS file binding consists of a 'binding-set' definition and a match * statement to apply the binding set to specific widget types. Details * on the matching mechanism are described under - * <link linkend="gtkcssprovider-selectors">Selectors</link> + * [Selectors][gtkcssprovider-selectors] * in the #GtkCssProvider documentation. Inside the binding set * definition, key combinations are bound to one or more specific * signal emissions on the target widget. Key combinations are strings * consisting of an optional #GdkModifierType name and - * <link linkend="gdk3-Keyboard-Handling">key names</link> + * [key names][gdk3-Keyboard-Handling] * such as those defined in `gdk/gdkkeysyms.h` * or returned from gdk_keyval_name(), they have to be parsable by * gtk_accelerator_parse(). Specifications of signal emissions consist @@ -87,7 +87,7 @@ * it provides. Because custom bindings set up in CSS files take * precedence over the default bindings shipped with GTK+, overriding * existing bindings as demonstrated in - * <link linkend="gtk-bindings-install">Installing a key binding</link> + * [Installing a key binding][gtk-bindings-install] * works as expected. The same mechanism can not be used to “unbind” * existing bindings, however. * |