Docmenting a mixin binding point
authorEd Page <eopage@byu.net>
Tue, 19 Jan 2010 02:46:23 +0000 (20:46 -0600)
committerEd Page <eopage@byu.net>
Tue, 19 Jan 2010 02:46:23 +0000 (20:46 -0600)
src/aliasing.py
src/channel/call.py

index cd107ab..2ac7d98 100644 (file)
@@ -101,6 +101,13 @@ class AliasingMixin(tp.ConnectionInterfaceAliasing):
                """
                raise NotImplementedError("Abstract property called")
 
+       @property
+       def callbackNumberParameter(self):
+               """
+               @abstract
+               """
+               raise NotImplementedError("Abstract property called")
+
        def handle(self, handleType, handleId):
                """
                @abstract
index 6bc9f9a..d2458e0 100644 (file)
@@ -16,6 +16,7 @@ class CallChannel(
                tp.ChannelInterfaceGroup,
        ):
        # @bug On Maemo 5 this is having some kind of "General" error, possibly due to an issue with "GetAll" DBusProperties stuff
+       # @bug broke again on Empathy
 
        def __init__(self, connection, manager, props, contactHandle):
                self.__manager = manager