Method
AppStreamComposeImageload_filename
Declaration [src]
gboolean
asc_image_load_filename (
AscImage* image,
const gchar* filename,
guint dest_size,
guint src_size_min,
AscImageLoadFlags flags,
GError** error
)
Parameters
filename |
const gchar* |
Filename to read from. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
dest_size |
guint |
The size of the constructed pixbuf, or 0 for the native size. |
|
src_size_min |
guint |
The smallest source size allowed, or 0 for none. |
|
flags |
AscImageLoadFlags |
A |
|
error |
GError ** |
The return location for a GError* , or NULL . |