Method

Gdk.Clipboard.read_texture_finish

Declaration [src]

GdkTexture*
gdk_clipboard_read_texture_finish (
  GdkClipboard* clipboard,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes an asynchronous clipboard read.

See gdk_clipboard_read_texture_async().

Parameters

result GAsyncResult*
 

a GAsyncResult

 Ownership is not transferred to the callee

Return value

Returns: GdkTexture

a new GdkTexture or NULL on error

Ownership of the data is transferred to the caller
Can be NULL