diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-03 16:20:00 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:53 -0500 |
commit | a479ee5de5c1c58d82657a30aa01f7c3b885f4cc (patch) | |
tree | b41731601996b8d7d1e15d77a6ea4b1e250fd4b8 /gtk/deprecated/gtkrc.c | |
parent | 0d0aadf901e88dd7a45ee550b22da55c30e15eff (diff) | |
download | gtk+-a479ee5de5c1c58d82657a30aa01f7c3b885f4cc.tar.gz |
docs: use markdown for <envar> tags
Diffstat (limited to 'gtk/deprecated/gtkrc.c')
-rw-r--r-- | gtk/deprecated/gtkrc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/deprecated/gtkrc.c b/gtk/deprecated/gtkrc.c index 97095f7d9d..d18ecfedc8 100644 --- a/gtk/deprecated/gtkrc.c +++ b/gtk/deprecated/gtkrc.c @@ -93,14 +93,14 @@ * can be retrieved with gtk_rc_get_default_files() * and modified with gtk_rc_add_default_file() and * gtk_rc_set_default_files(). - * Additionally, the <envar>GTK2_RC_FILES</envar> environment variable + * Additionally, the `GTK2_RC_FILES` environment variable * can be set to a #G_SEARCHPATH_SEPARATOR_S-separated list of files * in order to overwrite the set of default files at runtime. * <anchor id="locale-specific-rc"/> * For each RC file, in addition to the file itself, GTK+ will look for * a locale-specific file that will be parsed after the main file. - * For instance, if <envar>LANG</envar> is set to <literal>ja_JP.ujis</literal>, + * For instance, if `LANG` is set to <literal>ja_JP.ujis</literal>, * when loading the default file <filename>~/.gtkrc</filename> then GTK+ looks * for <filename>~/.gtkrc.ja_JP</filename> and <filename>~/.gtkrc.ja</filename>, * and parses the first of those that exists. @@ -294,7 +294,7 @@ * * <literal>im_module_file <replaceable>pathname</replaceable></literal> * * Sets the pathname for the IM modules file. Setting this from RC files - * is deprecated; you should use the environment variable <envar>GTK_IM_MODULE_FILE</envar> + * is deprecated; you should use the environment variable `GTK_IM_MODULE_FILE` * instead. * * * <literal>style <replaceable>name</replaceable> [ = @@ -825,7 +825,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 <envar>GTK_PATH</envar> + * of the `GTK_PATH` * 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. @@ -849,7 +849,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 <envar>GTK_IM_MODULE_FILE</envar> + * of the `GTK_IM_MODULE_FILE` * environment variable for more details. * * Returns: (type filename): a newly-allocated string containing the @@ -909,7 +909,7 @@ gtk_rc_get_theme_dir (void) * * Returns a directory in which GTK+ looks for theme engines. * For full information about the search for theme engines, - * see the docs for <envar>GTK_PATH</envar> in + * see the docs for `GTK_PATH` in * <xref linkend="gtk-running"/>. * * return value: (type filename): the directory. (Must be freed with g_free()) |