commit
Description:
public bool commit ()
throws Error
Apply a transaction to its target model.
After this call the transaction is invalidated and must be freed with unref.
Parameters:
this |
The transaction to commit
|
Returns:
true if and only if the transaction successfully applies to
target.
|