Constructor

GlyLoadernew

since: 1.0

Declaration [src]

GlyLoader*
gly_loader_new (
  GFile* file
)

Description [src]

Creates a new loader for a file.

Available since: 1.0

Parameters

file

Type: GFile

A file from which to load the image data.

The data is owned by the caller of the function.

Return value

Type: GlyLoader

A new GlyLoader

The caller of the function takes ownership of the data, and is responsible for freeing it.