[docs] Use the correct GTK-doc syntax to refer to GTK+ property

This commit is contained in:
Javier Jardón 2010-01-12 20:17:38 +01:00
parent fe0324d76a
commit 291aa854df

View 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