org.gnu.gdk
public class PixbufError extends Enum
| Field Summary | |
|---|---|
| static PixbufError | BAD_OPTION |
| static PixbufError | CORRUPT_IMAGE |
| static PixbufError | FAILED |
| static PixbufError | INSUFFICIENT_MEMORY |
| static PixbufError | UNKNOWN_TYPE |
| static PixbufError | UNSUPPORTED_OPERATION |
| Method Summary | |
|---|---|
| PixbufError | and(PixbufError other) |
| static PixbufError | intern(int value) |
| PixbufError | or(PixbufError other) |
| boolean | test(PixbufError other) |
| PixbufError | xor(PixbufError other) |