~mandel/ubuntuone-client/windows_sdtool

« back to all changes in this revision

Viewing changes to ubuntuone/platform/windows/ipc_client.py

  • Committer: Manuel de la Pena
  • Date: 2011-06-23 15:37:11 UTC
  • mfrom: (1055.1.2 windows_sdtool)
  • Revision ID: mandel@themacaque.com-20110623153711-rq9j7vkci2o6371x
Merged with previous changes made on linux.

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
        nodes from the server. In this cases the path is ''
413
413
        """
414
414
 
415
 
    @remote
416
 
    def get_shares(self):
417
 
        """Return a list of dicts, each dict represents a share."""
418
 
 
419
415
    @signal
420
416
    def on_share_deleted(self, share_dict):
421
417
        """Emit ShareDeleted."""
769
765
    def disconnect(self):
770
766
        """Disconnect from the process."""
771
767
        if self.client:
772
 
            self.client.disconnect()
 
 
b'\\ No newline at end of file'
 
768
            self.client.disconnect()