Constructor

AgsTurtlenew

since: 3.0.0

[]

Declaration [src]

AgsTurtle*
ags_turtle_new (
  gchar* filename
)
[]

Description [src]

Instantiate a new AgsTurtle.

Available since: 3.0.0

[]

Parameters

filename

Type: gchar*

The filename as string.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
[]

Return value

Type: AgsTurtle

The new instance.

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