From 8ad75bdfff5c13db4bf1cd8b2b838ffb2e21823d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 4 Feb 2014 19:20:16 -0500 Subject: docs: don't use --- gtk/gtkcssprovider.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gtk/gtkcssprovider.c') diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 1d1805cdb3..fb4947a0e8 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -63,11 +63,11 @@ * In addition, certain files will be read when GTK+ is initialized. First, * the file `$XDG_CONFIG_HOME/gtk-3.0/gtk.css` * is loaded if it exists. Then, GTK+ tries to load - * `$HOME/.themes/theme-name/gtk-3.0/gtk.css`, + * `$HOME/.themes/theme-name/gtk-3.0/gtk.css`, * falling back to - * `datadir/share/themes/theme-name/gtk-3.0/gtk.css`, - * where theme-name is the name of the current theme - * (see the #GtkSettings:gtk-theme-name setting) and datadir + * `datadir/share/themes/theme-name/gtk-3.0/gtk.css`, + * where theme-name is the name of the current theme + * (see the #GtkSettings:gtk-theme-name setting) and datadir * is the prefix configured when GTK+ was compiled, unless overridden by the * `GTK_DATA_PREFIX` environment variable. * @@ -894,11 +894,11 @@ * GtkThemingEngines can register their own, engine-specific style properties * with the function gtk_theming_engine_register_property(). These properties * can be set in CSS like other properties, using a name of the form - * -namespace-name, where namespace is typically - * the name of the theming engine, and name is the + * -namespace-name, where namespace is typically + * the name of the theming engine, and name is the * name of the property. Style properties that have been registered by widgets * using gtk_widget_class_install_style_property() can also be set in this - * way, using the widget class name for namespace. + * way, using the widget class name for namespace. * * An example for using engine-specific style properties: * |[ -- cgit v1.2.1