Function

GdkPixbufPixbufsave_to_stream_finish

Declaration [src]

gboolean
gdk_pixbuf_save_to_stream_finish (
  GAsyncResult* async_result,
  GError** error
)

Description [src]

Finishes an asynchronous pixbuf save operation started with gdk_pixbuf_save_to_stream_async().

Available since:2.24

Parameters

async_result GAsyncResult
 

A GAsyncResult

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the pixbuf was saved successfully, FALSE if an error was set.