Method
GdkClipboardread_finish
Declaration [src]
GInputStream*
gdk_clipboard_read_finish (
  GdkClipboard* clipboard,
  GAsyncResult* result,
  const char** out_mime_type,
  GError** error
)
Parameters
| result | GAsyncResult | 
| A  | |
| The data is owned by the caller of the function. | |
| out_mime_type | const char** | 
| Location to store the chosen mime type. | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| error | GError ** | 
| The return location for a GError*, orNULL. | 
Return value
| Returns: | GInputStream | 
| A  | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
| The return value can be NULL. |