|
|
__init__(self,
syncManager,
uid="")
Makes and empty conduit ready to hold one datasource and many
datasinks |
source code
|
|
|
|
|
|
|
|
|
|
emit(self,
*args)
Override the gobject signal emission so that all signals are
emitted from the main loop on an idle handler |
source code
|
|
|
|
|
|
|
get_dataprovider_position(self,
dataproviderWrapper)
Returns the dp position, Source = 0,0 Sink = 1, index |
source code
|
|
|
|
is_busy(self)
Returns True if the conduit is currenlty performing a
synchronisation operaton on one or more of its contained
DataProviders |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
delete_dataprovider(self,
dataprovider)
Deletes dataprovider |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change_dataprovider(self,
oldDpw,
newDpw)
called when dpw becomes unavailable. |
source code
|
|
|
|
| refresh_dataprovider(self,
dp,
block=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|