Function

AgsAudioLv2LogManagerprintf

since: 3.0.0

Declaration [src]

int
ags_lv2_log_manager_printf (
  LV2_Log_Handle handle,
  LV2_URID type,
  const char* fmt,
  ...
)

Description [src]

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.
...

Type: 

NULL terminated variable arguments.

Return value

Type: int

0