@unlock


Description:

public void @unlock ()

Unlocks this.

This method should not be called if the current does not already holds a lock on this (having used @lock or trylock ).

This function can be used even if g_thread_init has not yet been called, and, in that case, will do nothing.

Parameters:

this

a Lockable object.