Signal
ClapperPlayer::error
Declaration
void
error (
ClapperPlayer* self,
GError* error,
gchar* debug_info,
gpointer user_data
)
Description [src]
These are normal error messages. Upon emitting this signal, playback will stop due to the error.
Parameters
error
-
Type:
GError
A
GError
.The data is owned by the caller of the function. debug_info
-
Type:
gchar*
An additional debug message.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.