Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recordtube.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-26 21:26:48 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-26 21:26:48 (GMT)
commit3f66fa6146c2c6d964bb91f31e5f5d357231af29 (patch)
tree794e83e64ce982de48269ae3c57bbc42d667862e /recordtube.py
parent64197325e88cea39364e95db5136c492459781ca (diff)
mesh code checks out in jhbuild... off to the wild blue yonder of the xo
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@740 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recordtube.py')
-rw-r--r--recordtube.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/recordtube.py b/recordtube.py
index 237eaba..dd132f4 100644
--- a/recordtube.py
+++ b/recordtube.py
@@ -13,7 +13,7 @@ class RecordTube(ExportedGObject):
__gsignals__ = {
'recd-bits-arrived':
(gobject.SIGNAL_RUN_FIRST, None, [object,object,object,object,object]),
- 'recd-requested':
+ 'recd-request':
(gobject.SIGNAL_RUN_FIRST, None, [object,object]),
'new-recd':
(gobject.SIGNAL_RUN_FIRST, None, [object,object])
@@ -85,8 +85,8 @@ class RecordTube(ExportedGObject):
return True
- @signal(dbus_interface=IFACE, signature='ssuuayss')
- def broadcastRecdBits(self, filename, part, numparts, bytes, sendThisTo ):
+ @signal(dbus_interface=IFACE, signature='suuayss')
+ def broadcastRecdBits(self, md5, part, numparts, bytes, sendTo, fromWho ):
pass