Constructor

AgsFunctionnew

since: 3.0.0

Declaration [src]

AgsFunction*
ags_function_new (
  gchar* source_function
)

Description [src]

Instantiate a new AgsFunction.

Available since: 3.0.0

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.