API Version: 44
Library Version: 44
Generated by gi-docgen 2023.1
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