Class

VipsThreadState

since: 8.0

Description [src]

class Vips.ThreadState : Vips.Object
{
  im: VipsImage*,
  reg: VipsRegion*,
  pos: VipsRect,
  x: int,
  y: int,
  stop: gboolean,
  a: void*,
  stall: gboolean
}

A VipsThreadState represents a per-thread state.

VipsThreadpoolAllocateFn functions can use these members to communicate with VipsThreadpoolWorkFn functions.

Available since: 8.0

Hierarchy

hierarchy this VipsThreadState ancestor_0 VipsObject ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Constructors

vips_thread_state_new
No description available.

since: 8.0

Functions

vips_thread_state_set
No description available.

since: 8.0

Instance methods

Methods inherited from VipsObject (27)

Please see VipsObject for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from VipsObject (2)
Vips.Object:description
No description available.

since: 8.0

Vips.Object:nickname
No description available.

since: 8.0

Signals

Signals inherited from VipsObject (4)
VipsObject::close

The ::close signal is emitted once during object close. The object is dying and may not work.

since: 8.0

VipsObject::postbuild

The ::postbuild signal is emitted once just after successful object construction. Return non-zero to cause object construction to fail.

since: 8.0

VipsObject::postclose

The ::postclose signal is emitted once after object close. The object pointer is still valid, but nothing else.

since: 8.0

VipsObject::preclose

The ::preclose signal is emitted once just before object close starts. The object is still alive.

since: 8.0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

since: 2.0

Class structure

struct VipsThreadStateClass {
  VipsObjectClass parent_class;
  
}
No description available.
Class members
parent_class: VipsObjectClass
No description available.