Method
Gtk.MediaStream.error
Declaration [src]
void
gtk_media_stream_error (
  GtkMediaStream* self,
  GQuark domain,
  int code,
  const char* format,
  ...
)
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.