Constructor

GdkPixbuf.Pixbuf.new_from_stream_finish

Declaration [src]

GdkPixbuf*
gdk_pixbuf_new_from_stream_finish (
  GAsyncResult* async_result,
  GError** error
)

Description [src]

Finishes an asynchronous pixbuf creation operation started with gdk_pixbuf_new_from_stream_async().

Parameters

async_result GAsyncResult*
 

a GAsyncResult

 Ownership is not transferred to the callee

Return value

Returns: GdkPixbuf

the newly created pixbuf

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