Class
GomSyncTransport
Instance methods
gom_sync_transport_stage_local_change
Allows self to record delta as part of session‘s local commit.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GomSyncTransportClass {
GObjectClass parent_class;
DexFuture* (* stage_local_change) (
GomSyncTransport* self,
GomSyncCoordinator* coordinator,
GomRepository* repository,
GomSession* session,
GomEntity* entity,
GomDelta* delta
);
DexFuture* (* push) (
GomSyncTransport* self,
GomSyncCoordinator* coordinator
);
DexFuture* (* pull) (
GomSyncTransport* self,
GomSyncCoordinator* coordinator
);
}
No description available.
Class members
parent_class: GObjectClassNo description available.
stage_local_change: DexFuture* (* stage_local_change) ( GomSyncTransport* self, GomSyncCoordinator* coordinator, GomRepository* repository, GomSession* session, GomEntity* entity, GomDelta* delta )No description available.
push: DexFuture* (* push) ( GomSyncTransport* self, GomSyncCoordinator* coordinator )No description available.
pull: DexFuture* (* pull) ( GomSyncTransport* self, GomSyncCoordinator* coordinator )No description available.
Virtual methods
Gom.SyncTransportClass.stage_local_change
Allows self to record delta as part of session‘s local commit.