]> Pileus Git - ~andy/gtk/commitdiff
[docs] Use the correct GTK-doc syntax to refer to GTK+ properties
authorJavier Jardón <jjardon@gnome.org>
Tue, 12 Jan 2010 20:00:30 +0000 (21:00 +0100)
committerJavier Jardón <jjardon@gnome.org>
Tue, 12 Jan 2010 20:00:30 +0000 (21:00 +0100)
gtk/gtknotebook.c

index 8a9b699eb5edb56fcd059c9c144782ffbea64831..609a5ff50314de7ad1ad345579138fe22e08da6e 100644 (file)
@@ -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,