Class VipsSemaphore

java.lang.Object
app.photofox.vipsffm.generated.VipsSemaphore

public class VipsSemaphore extends Object
struct {
    char *name;
    int v;
    GMutex *mutex;
    GCond *cond;
}