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/gtkimcontext.c | |
parent | 98a67d969732841e185cc116529e1dc74fffbf3b (diff) | |
download | gtk+-f116f0071e3a0f03c973532bceee30b3221e5b3f.tar.gz |
docs: use links instead of <xref>
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index 4b17b2aea6..e2c3257a19 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -35,7 +35,8 @@ * * The default input method can be set programmatically via the * #GtkSettings:gtk-im-module GtkSettings property. Alternatively, you may set - * the GTK_IM_MODULE environment variable as documented in #gtk-running. + * the GTK_IM_MODULE environment variable as documented in + * [Running GTK+ Applications][gtk-running]. * * The #GtkEntry #GtkEntry:im-module and #GtkTextView #GtkTextView:im-module * properties may also be used to set input methods for specific widget |