SharedModel
Object Hierarchy:
Description:
[
CCode ( type_id =
"dee_shared_model_get_type ()" ) ]
public class SharedModel :
ProxyModel,
Model,
Serializable
All fields in the DeeSharedModel structure are private and should never be accessed directly
Content:
Properties:
- public SharedModelAccessMode access_mode { get; construct; }
Enumeration defining behavior of this model when trying to write to it.
- public SharedModelFlushMode flush_mode { get; set; }
Enumeration defining the flushing behavior.
- public Peer peer { get; construct; }
The Peer that this model
uses to connect to the swarm
- public bool synchronized { get; }
Boolean property defining whether or not the model has synchronized with its
peers (if any) yet.
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Dee.ProxyModel
All known members inherited from class Dee.SerializableModel
All known members inherited from class GLib.Object
All known members inherited from interface Dee.Model
All known members inherited from interface Dee.Serializable