Class _VipsArea

java.lang.Object
app.photofox.vipsffm.jextract._VipsArea
Direct Known Subclasses:
VipsArea

public class _VipsArea extends Object
struct _VipsArea {
    void *data;
    size_t length;
    int n;
    int count;
    GMutex *lock;
    VipsCallbackFn free_fn;
    void *client;
    GType type;
    size_t sizeof_type;
}