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