[gtk+/native-layout] [docs] Use the correct GTK-doc syntax to refer to GTK+ property
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] [docs] Use the correct GTK-doc syntax to refer to GTK+ property
- Date: Sun, 4 Apr 2010 02:18:06 +0000 (UTC)
commit 149f5891facde07a49186b49fb0e727dfc3762b3
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 2696268..548fd43 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]