[gtk+/native-layout] [docs] Use the correct GTK-doc syntax to refer to GTK+ properties



commit 905edf947855cfd9335835301c7d650adf87da46
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Jan 12 21:00:30 2010 +0100

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

 gtk/gtknotebook.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index e10c1f4..f5b6498 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -7491,8 +7491,8 @@ gtk_notebook_child_reordered (GtkNotebook     *notebook,
  * containing @child. See gtk_box_pack_start() for the exact meaning
  * of the parameters.
  *
- * Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
- *   properties instead.
+ * Deprecated: 2.20: Modify the #GtkNotebook:tab-expand and
+ *   #GtkNotebook:tab-fill child properties instead.
  **/
 void
 gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
@@ -7545,8 +7545,8 @@ gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
  * Query the packing attributes for the tab label of the page
  * containing @child.
  *
- * Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
- *   properties instead.
+ * Deprecated: 2.20: Modify the #GtkNotebook:tab-expand and
+ *   #GtkNotebook:tab-fill child properties instead.
  **/
 void
 gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,



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