notebook: Make a code snippet compile

This commit is contained in:
Timm Bäder 2018-01-03 14:01:38 +01:00
parent 4a999cbd1f
commit 1c267398ef

View File

@ -7133,7 +7133,8 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook,
* notebook = gtk_drag_get_source_widget (context);
* child = (void*) gtk_selection_data_get_data (data);
*
* process_widget (*child);
* // process_widget (*child);
*
* gtk_notebook_detach_tab (GTK_NOTEBOOK (notebook), *child);
* }
* ]|