[gtk+] docs: separate suffix from type



commit 1d756d561ba3e186400e3c5ab4ae2fee6a9b8244
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 17:52:13 2014 -0500

    docs: separate suffix from type

 docs/reference/gtk/migrating-GtkStyleContext.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gtk/migrating-GtkStyleContext.xml 
b/docs/reference/gtk/migrating-GtkStyleContext.xml
index 6ef11c5..50a1b77 100644
--- a/docs/reference/gtk/migrating-GtkStyleContext.xml
+++ b/docs/reference/gtk/migrating-GtkStyleContext.xml
@@ -143,7 +143,7 @@
     </para>
 
     <para>
-      The detail string available in #GtkStyle-based engines has been
+      The detail string available in #GtkStyle<!-- -->-based engines has been
       replaced by widget regions and style classes. Regions are a way for
       complex widgets to associate different styles with different areas,
       such as even and odd rows in a treeview. Style classes allow sharing
@@ -162,7 +162,7 @@
     <title>Extending the CSS parser</title>
 
     <para>
-      In #GtkStyle-based engines, #GtkRCStyle provided ways to extend the
+      In #GtkStyle<!-- -->-based engines, #GtkRCStyle provided ways to extend the
       gtkrc parser with engine-specific extensions. This has been replaced
       by gtk_theming_engine_register_property(), which lets a theme engine
       register new properties with an arbitrary type. While there is built-in


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