]> Pileus Git - ~andy/gtk/commitdiff
[docs] Use the correct GTK-doc syntax to refer to GTK+ property
authorJavier Jardón <jjardon@gnome.org>
Tue, 12 Jan 2010 19:17:38 +0000 (20:17 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:55:17 +0000 (20:55 -0400)
gtk/gtkwidget.h

index 2696268b217a778b3d5e5a4c7fcb116ee6ffb938..548fd43b429669361246ab815f492d1cffed44ef 100644 (file)
@@ -347,7 +347,7 @@ typedef enum
  *
  * Evaluates to %TRUE if the widget is a composite child of its parent.
  *
- * Deprecated: 2.20: Use the "composite-child" property instead.
+ * Deprecated: 2.20: Use the #GtkWidget:composite-child property instead.
  */
 #define GTK_WIDGET_COMPOSITE_CHILD(wid)          ((GTK_WIDGET_FLAGS (wid) & GTK_COMPOSITE_CHILD) != 0)
 #endif