Module dglib.ErrorG
Constructor Summary | |
---|---|
(GError* gError) Creates a ErrorG from a GtkErrorG |
|
() |
Methods Summary | |
---|---|
public GError* |
getG() |
GError** |
getGA() |
void |
free() Creates a new GError with the given domain and code, and a message formatted with format. |
ErrorG |
copy() Makes a copy of error. |
void |
propagateError(ErrorG src) Returns TRUE if error matches domain and code, FALSE otherwise. |
void |
clearError() If err is NULL, does nothing. |
String |
getMessage() |
int |
getCode() |
void |
dump() |