Function

HeDoubleFunc

Declaration

gdouble*
(* HeDoubleFunc) (
  HeDynamicScheme* s,
  void* user_data
)

Description

No description available.

Parameters

s

Type: HeDynamicScheme

No description available.

The data is owned by the caller of the function.
user_data

Type: void*

No description available.

The data is owned by the caller of the function.

Return value

Type: gdouble*

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.