is_synchronized


Description:

public bool is_synchronized ()

Check if the model is synchronized with its peers.

Before modifying a shared model in any way (except set_schema) you should wait for it to become synchronized. This is normally done by waiting for the "notify::synchronized" signal.

This method is purely a convenience function for accessing the synchronized property.

Parameters:

this

The model to inspect

Returns:

The value of the synchronized property