API Version: 41.0
Library Version: 41.0
void ide_object_lock ( IdeObject* self )
Acquires the lock for self. This can be useful when you need to do multi-threaded work with self and want to ensure exclusivity.
self
Call ide_object_unlock() to release the lock.
ide_object_unlock()
The synchronization used is a GRecMutex.
GRecMutex