notebook: Make a code snippet compile

This commit is contained in:
Timm Bäder 2018-01-03 14:01:38 +01:00 committed by Daniel Boles
parent af1d5362ab
commit a65ae5fb40

View File

@ -7949,7 +7949,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);
* }
* ]|