Method

IdeObjectlock

Declaration

void
ide_object_lock (
  IdeObject* self
)

Description

Acquires the lock for self. This can be useful when you need to do multi-threaded work with self and want to ensure exclusivity.

Call ide_object_unlock() to release the lock.

The synchronization used is a GRecMutex.