コード例 #1
0
    def members_changed_cb(self, message, added, removed, local_pending,
            remote_pending, actor, reason):
        OutgoingCall.members_changed_cb(self, message, added, removed,
            local_pending, remote_pending, actor, reason)

        if self.handle in added:
            gobject.timeout_add(5000, self.add_output_window)
            gobject.timeout_add(5000, self.add_preview_window)
コード例 #2
0
 def __init__(self, account_file, contact):
     OutgoingCall.__init__(self, account_file, contact)
     BaseGtkCall.__init__(self)