summaryrefslogtreecommitdiff
path: root/gtk/gtkcsscustomproperty.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-02 01:22:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-02 01:22:14 -0500
commit245c385ae7df972ced8316c07902b0d2cabc9da3 (patch)
treefafbea95c288d94eba369c0d5f9808a1a6193622 /gtk/gtkcsscustomproperty.c
parent30cc1512e634417eb040bd5a287736c1ef7782d9 (diff)
downloadgtk+-245c385ae7df972ced8316c07902b0d2cabc9da3.tar.gz
Docs: Don't use note elements
In most cases, the text itself makes the message clear enough.
Diffstat (limited to 'gtk/gtkcsscustomproperty.c')
-rw-r--r--gtk/gtkcsscustomproperty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c
index 95efdd6795..92802e17d5 100644
--- a/gtk/gtkcsscustomproperty.c
+++ b/gtk/gtkcsscustomproperty.c
@@ -190,14 +190,11 @@ gtk_css_custom_property_create_initial_value (GParamSpec *pspec)
* builtin parsing support, so %NULL may be provided for these
* cases.
*
- * <note>
* Engines must ensure property registration happens exactly once,
* usually GTK+ deals with theming engines as singletons, so this
* should be guaranteed to happen once, but bear this in mind
* when creating #GtkThemeEngine<!-- -->s yourself.
- * </note>
*
- * <note>
* In order to make use of the custom registered properties in
* the CSS file, make sure the engine is loaded first by specifying
* the engine property, either in a previous rule or within the same
@@ -208,7 +205,6 @@ gtk_css_custom_property_create_initial_value (GParamSpec *pspec)
* -SomeEngine-custom-property: 2;
* }
* ]|
- * </note>
*
* Since: 3.0
*