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
)

Description [src]

Reads an image from a file.

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 AscImageLoadFlags, e.g. ASC_IMAGE_LOAD_FLAG_NONE.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success.