Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GError ¶
type GError struct {
// contains filtered or unexported fields
}
GError is converted from a C.GError to implement Go's error interface.
type GErrorCoder ¶
type GErrorCoder interface {
GErrorCode() int
}
GErrorCoder is an interface that returns a GError code. Errors may optionally implement this interface to override the default error code.
Click to show internal directories.
Click to hide internal directories.