[gtk+] docs: don't use property syntax for style properties



commit 1f1a02b91f8d49a1f1bd8d6f1dfbf5a06fe8d2b0
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 16:23:46 2014 -0500

    docs: don't use property syntax for style properties

 gtk/gtkwidget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 77b5979..ad09c86 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -3549,7 +3549,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * GtkWidget:separator-width:
    *
    * The "separator-width" style property defines the width of separators.
-   * This property only takes effect if #GtkWidget:wide-separators is %TRUE.
+   * This property only takes effect if the "wide-separators" style property is %TRUE.
    *
    * Since: 2.10
    */
@@ -3564,7 +3564,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * GtkWidget:separator-height:
    *
    * The "separator-height" style property defines the height of separators.
-   * This property only takes effect if #GtkWidget:wide-separators is %TRUE.
+   * This property only takes effect if the "wide-separators" style property is %TRUE.
    *
    * Since: 2.10
    */


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