Method

Gtk.TextBuffer.remove_selection_clipboard

Declaration [src]

void
gtk_text_buffer_remove_selection_clipboard (
  GtkTextBuffer* buffer,
  GdkClipboard* clipboard
)

Description [src]

Removes a GdkClipboard added with gtk_text_buffer_add_selection_clipboard().

Parameters

clipboard GdkClipboard*
 

a GdkClipboard added to buffer by gtk_text_buffer_add_selection_clipboard()

 Ownership is not transferred to the callee