[Bug 73334] New: TpFileTransferChannel: Add a method to cancel streaming

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 6 13:04:47 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73334

          Priority: medium
            Bug ID: 73334
          Assignee: telepathy-bugs at lists.freedesktop.org
           Summary: TpFileTransferChannel: Add a method to cancel
                    streaming
        QA Contact: telepathy-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: xclaesse at gmail.com
          Hardware: Other
            Status: NEW
           Version: git master
         Component: tp-glib
           Product: Telepathy

There is currently no way for apps to cancel the streaming happening in
TpFileTransferChannel. Previously unreffing the proxy was a lame way of doing
it, but now the channel ref itself during the opperation, so only a
g_object_run_dispose() would do the job.

In all cases, depending on the refcount/dispose isn't ideal, I would add an
explicit tp_file_transfer_channel_cancel() method that can trivially cancel the
internal GCancellable.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list