Constructor
AgsFunctionnew
since: 3.0.0
Declaration [src]
AgsFunction*
ags_function_new (
gchar* source_function
)
Parameters
source_function
-
Type:
gchar*
The source function.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: AgsFunction
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |