Method

GtkTextBufferremove_selection_clipboard

Declaration [src]

void
gtk_text_buffer_remove_selection_clipboard (
  GtkTextBuffer* buffer,
  GtkClipboard* clipboard
)

Description [src]

Removes a GtkClipboard added with gtk_text_buffer_add_selection_clipboard().

Parameters

clipboard

Type: GtkClipboard

A GtkClipboard added to buffer by gtk_text_buffer_add_selection_clipboard()

The data is owned by the caller of the method.