Method
AgsTurtleManagerfind
since: 3.0.0
Declaration [src]
GObject*
ags_turtle_manager_find (
AgsTurtleManager* turtle_manager,
gchar* filename
)
Parameters
filename
-
Type:
gchar*
The filename as string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GObject
The matching AgsTurtle
, or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |