pixbufFromFile

Loads a new gdkpixbuf.pixbuf.Pixbuf from filename and returns it. The caller must assume the reference to the reurned pixbuf. If an error occurred, error is set and NULL is returned.

More...
pixbufFromFile
(
string filename
)

Parameters

filename string

A file name

Return Value

Type: gdkpixbuf.pixbuf.Pixbuf

A pixbuf, or null on error.

Detailed Description