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