MediaStream.errorValist

Sets @self into an error state using a printf()-style format string.

This is a utility function that calls [method@Gtk.MediaStream.gerror]. See that function for details.

class MediaStream
void
errorValist
(
GQuark domain
,
int code
,
string format
,
void* args
)

Parameters

domain GQuark

error domain

code int

error code

format string

printf()-style format for error message

args void*

va_list of parameters for the message format

Meta