Function

Gtkselection_remove_all

Declaration [src]

void
gtk_selection_remove_all (
  GtkWidget* widget
)

Description [src]

Removes all handlers and unsets ownership of all selections for a widget. Called when widget is being destroyed. This function will not generally be called by applications.

Parameters

widget

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the function.