Module: GOffice::ResourceType
- Defined in:
- (unknown)
Constant Summary collapse
- NATIVE =
in goffice code resource.
0 or :native
- RW =
on disk resource which can be overwritten.
2 or :rw
- RO =
read only on disk resource.
1 or :ro
- CHILD =
child of another resource.
3 or :child
- EXTERNAL =
resource from a data file.
4 or :external
- INVALID =
invalid resource.
6 or :invalid