Function
AgsAudioLv2LogManagervprintf
since: 3.0.0
[−]
Declaration [src]
int
ags_lv2_log_manager_vprintf (
LV2_Log_Handle handle,
LV2_URID type,
const char* fmt,
va_list ap
)
[−]
Description [src]
Variadict print formatted.
Available since: 3.0.0
This function is not directly available to language bindings.
[−]
Parameters
handle
-
Type:
LV2_Log_Handle
The log handle.
type
-
Type:
LV2_URID
LV2 URID.
fmt
-
Type:
const char*
Format.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ap
-
Type:
va_list
Argument pointer.