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.
this |
The model to inspect |
The value of the synchronized property |