From f1676cfb115f76b033836d8fb9df474ab3faeae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 12 Jan 2010 21:00:30 +0100 Subject: [PATCH] [docs] Use the correct GTK-doc syntax to refer to GTK+ properties --- gtk/gtknotebook.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 8a9b699eb5..609a5ff503 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,