Method

GtkTextBuffercopy_clipboard

Declaration [src]

void
gtk_text_buffer_copy_clipboard (
  GtkTextBuffer* buffer,
  GtkClipboard* clipboard
)

Description [src]

Copies the currently-selected text to a clipboard.

Parameters

clipboard

Type: GtkClipboard

The GtkClipboard object to copy to.

The data is owned by the caller of the method.