]> 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)
committerJavier Jardón <jjardon@gnome.org>
Tue, 12 Jan 2010 19:19:40 +0000 (20:19 +0100)
gtk/gtkwidget.h

index 1417fda41f54f4fa53c1f50aa6f461dee507e5ae..f88825fa8e344af850c5bcfe6090370215fce94e 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