GError.errorGetMessage

Get a string describing the error message in the current locale.

struct GError
static
string
errorGetMessage

Parameters

domain GQuark

the GStreamer error domain this error belongs to.

code int

the error code belonging to the domain.

Return Value

Type: string

a newly allocated string describing the error message (in UTF-8 encoding)

Meta