[gtk+] docs: remove links that don't exist



commit d8c91fd706cb759feffb12781305d74074f0ff7e
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 16:32:17 2014 -0500

    docs: remove links that don't exist

 gtk/deprecated/gtkrc.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/deprecated/gtkrc.c b/gtk/deprecated/gtkrc.c
index 45bdb7d..f1e12ac 100644
--- a/gtk/deprecated/gtkrc.c
+++ b/gtk/deprecated/gtkrc.c
@@ -913,7 +913,7 @@ gtk_rc_make_default_dir (const gchar *type)
  * gtk_rc_get_im_module_path:
  *
  * Obtains the path in which to look for IM modules. See the documentation
- * of the <link linkend="im-module-path"><envar>GTK_PATH</envar></link>
+ * of the <envar>GTK_PATH</envar>
  * environment variable for more details about looking up modules. This
  * function is useful solely for utilities supplied with GTK+ and should
  * not be used by applications under normal circumstances.
@@ -937,7 +937,7 @@ gtk_rc_get_im_module_path (void)
  * gtk_rc_get_im_module_file:
  *
  * Obtains the path to the IM modules file. See the documentation
- * of the <link linkend="im-module-file"><envar>GTK_IM_MODULE_FILE</envar></link>
+ * of the <envar>GTK_IM_MODULE_FILE</envar>
  * environment variable for more details.
  *
  * Returns: (type filename): a newly-allocated string containing the
@@ -1818,7 +1818,7 @@ gtk_rc_parse_priority (GScanner              *scanner,
  * @color: (out): a pointer to a #GdkColor structure in which to store
  *     the result
  *
- * Parses a color in the <link linkend="color=format">format</link> expected
+ * Parses a color in the format expected
  * in a RC file.
  *
  * Note that theme engines should use gtk_rc_parse_color_full() in
@@ -1843,7 +1843,7 @@ gtk_rc_parse_color (GScanner *scanner,
  * @color: (out): a pointer to a #GdkColor structure in which to store
  *     the result
  *
- * Parses a color in the <link linkend="color=format">format</link> expected
+ * Parses a color in the format expected
  * in a RC file. If @style is not %NULL, it will be consulted to resolve
  * references to symbolic colors.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]