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



commit 291aa854df38c3e98f1d886b458df3e76df29143
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Jan 12 20:17:38 2010 +0100

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

 gtk/gtkwidget.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 1417fda..f88825f 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -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



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