Method

Gdk.Clipboard.set_texture

Declaration [src]

void
gdk_clipboard_set_texture (
  GdkClipboard* clipboard,
  GdkTexture* texture
)

Description [src]

Puts the given texture into the clipboard.

Parameters

texture GdkTexture
 

a GdkTexture to put into the clipboard

 Ownership is not transferred to the callee