Description
          
          
        
        struct GimpArray {
  guint8 data[];
  gsize length;
  gboolean static_data;
}
        
          No description available.
         
        
        
          
            Structure members
            
          
          
            
            
              - data
- Pointer to the array’s data. 
- length
- Length of - data, in bytes.
 
- static_data
- Whether - datapoints to statically allocated memory.