ErrorG.matches

Returns TRUE if error matches domain and code, FALSE otherwise. In particular, when error is NULL, FALSE will be returned.

class ErrorG
int
matches

Parameters

domain GQuark

an error domain

code int

an error code

Return Value

Type: int

whether error has domain and code

Meta