Method

Gtk.MediaStream.error_valist

Declaration [src]

void
gtk_media_stream_error_valist (
  GtkMediaStream* self,
  GQuark domain,
  int code,
  const char* format,
  va_list args
)

Description [src]

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

This is a utility function that calls gtk_media_stream_gerror(). See that function for details.

Parameters

domain GQuark
 

error domain

code int
 

error code

format const char*
 

printf()-style format for error message

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string
args va_list
 

va_list of parameters for the message format