summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleprovider.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-11-20 00:22:29 -0500
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:39:22 +0100
commite2f91f7201da8f6690353e84fc445d08c4fc1be5 (patch)
treeb7464ac6003c864d5a649366ae54a608c85a6cb8 /gtk/gtkstyleprovider.c
parent42dd5b2e15ae2714bfc7954e87abfcb48b4f6382 (diff)
downloadgtk+-e2f91f7201da8f6690353e84fc445d08c4fc1be5.tar.gz
Documentation improvements
This patch adds more detail to the explanation of CSS, and also adds documentation about which files are read. We also make :focus an alternative to :focused (since :focus is a standard CSS pseudo-class).
Diffstat (limited to 'gtk/gtkstyleprovider.c')
-rw-r--r--gtk/gtkstyleprovider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstyleprovider.c b/gtk/gtkstyleprovider.c
index 5033410188..76257ba5e0 100644
--- a/gtk/gtkstyleprovider.c
+++ b/gtk/gtkstyleprovider.c
@@ -25,11 +25,11 @@
/**
* SECTION:gtkstyleprovider
- * @Short_description: Interface to provide style information to #GtkStyleContext
+ * @Short_description: Interface to provide style information to GtkStyleContext
* @Title: GtkStyleProvider
* @See_also: #GtkStyleContext, #GtkCssProvider
*
- * #GtkStyleProvider is an interface used to provide style information to a #GtkStyleContext,
+ * GtkStyleProvider is an interface used to provide style information to a #GtkStyleContext,
* see gtk_style_context_add_provider() and gtk_style_context_add_provider_for_screen().
*/