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/gtkentrycompletion.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gtk/gtkentrycompletion.c')
-rw-r--r-- | gtk/gtkentrycompletion.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index 9e5e762dfa..869b64ebe0 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -415,8 +415,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass) * Determines whether the completions popup window will shown * for a single possible completion. You probably want to set * this to %FALSE if you are using - * <link linkend="GtkEntryCompletion--inline-completion">inline - * completion</link>. + * [inline completion][GtkEntryCompletion--inline-completion]. * * Since: 2.8 */ @@ -2161,8 +2160,7 @@ gtk_entry_completion_get_popup_set_width (GtkEntryCompletion *completion) * * Sets whether the completion popup window will appear even if there is * only a single match. You may want to set this to %FALSE if you - * are using <link linkend="GtkEntryCompletion--inline-completion">inline - * completion</link>. + * are using [inline completion][GtkEntryCompletion--inline-completion]. * * Since: 2.8 */ |