Method

AgsTurtleManageradd

since: 3.0.0

Declaration [src]

void
ags_turtle_manager_add (
  AgsTurtleManager* turtle_manager,
  GObject* turtle
)

Description [src]

Adds turtle to turtle_manager.

Available since: 3.0.0

Parameters

turtle

Type: GObject

The AgsTurtle.

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