Pixbuf.getFileInfoFinish

gdkpixbuf.pixbuf_format.PixbufFormat getFileInfoFinish(gio.async_result.AsyncResult asyncResult, out int width, out int height)

Finishes an asynchronous pixbuf parsing operation started with gdkpixbuf.pixbuf.Pixbuf.getFileInfoAsync.

Parameters

asyncResulta gio.async_result.AsyncResult
widthReturn location for the width of the image, or NULL
heightReturn location for the height of the image, or NULL

Returns

A gdkpixbuf.pixbuf_format.PixbufFormat describing the

image format of the file

Throws