Class _VipsFormatClass

java.lang.Object
app.photofox.vipsffm.generated._VipsFormatClass
Direct Known Subclasses:
VipsFormatClass

public class _VipsFormatClass extends Object
struct _VipsFormatClass {
    VipsObjectClass parent_class;
    gboolean (*is_a)(const char *);
    int (*header)(const char *, VipsImage *);
    int (*load)(const char *, VipsImage *);
    int (*save)(VipsImage *, const char *);
    VipsFormatFlags (*get_flags)(const char *);
    int priority;
    const char **suffs;
}