intel / dleyna-control

dLeyna-control is a Digital Media Player written in python to demonstrate how to use the dleyna DMS APIs. It detects Digital Media Servers on the local area network and allows users to browse, search and play their contents.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
8 stars 12 forks source link

[UPnP] Handle GetServers() asynchronously #28

Closed jku closed 11 years ago

jku commented 11 years ago

The call won't take long normally, and the app isn't really useful until it returns. Nevertheless, D-Bus calls should still be asynchronous.

Signed-off-by: Jussi Kukkonen jussi.kukkonen@intel.com