From 4896e24bb1121bf114f9daf25a105f8a815066ff Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 Nov 2007 06:51:19 +0000 Subject: Require gtk-doc 1.8 2007-11-25 Matthias Clasen * configure.in: Require gtk-doc 1.8 * */*.c: Use gtk-doc abbreviations for examples in docs. svn path=/trunk/; revision=19041 --- gtk/gtknotebook.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gtk/gtknotebook.c') diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 4389da32b1..eb201c5768 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -7508,8 +7508,7 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook, * destination and accept the target "GTK_NOTEBOOK_TAB". The notebook * will fill the selection with a GtkWidget** pointing to the child * widget that corresponds to the dropped tab. - * - * + * |[ * static void * on_drop_zone_drag_data_received (GtkWidget *widget, * GdkDragContext *context, @@ -7529,7 +7528,7 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook, * process_widget (*child); * gtk_container_remove (GTK_CONTAINER (notebook), *child); * } - * + * ]| * * If you want a notebook to accept drags from other widgets, * you will have to set your own DnD code to do it. -- cgit v1.2.1