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().
Return value
| Returns: GdkPixbuf | |
| the newly created pixbuf | |
| Ownership of the data is transferred to the caller | |
| Can be NULL | |