~ubuntu-branches/ubuntu/oneiric/ubuntuone-client/oneiric

« back to all changes in this revision

Viewing changes to docs/syncdaemon_dbus_api.txt

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2010-06-08 17:31:18 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100608173118-o8s897ll11rtne99
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
      UploadFinished(path=s,info=a{ss})
49
49
         Fire a D-BUS signal, notifying an upload has finished.  
50
50
 
 
51
      DownloadFileProgress(path=s,info=a{ss})
 
52
        Fire a D-BUS signal, notifying about a download progress.
 
53
 
 
54
      UploadFileProgress(path=s,info=a{ss})
 
55
        Fire a D-BUS signal, notifying about an upload progress.
 
56
 
51
57
      InvalidName(dirname=s,filename=ay)
52
58
        Fire a D-BUS signal, notifying an invalid file or dir name.
53
59