~mandel/ubuntuone-client/donot-add-watches-parents

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-status-interface.h

  • Committer: Rodrigo Moya
  • Date: 2010-06-24 10:25:12 UTC
  • mto: This revision was merged to the branch mainline in revision 564.
  • Revision ID: rodrigo.moya@canonical.com-20100624102512-2d6b12bmaa25tl0v
Use SyncdaemonStatusInterface from the Nautilus plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
GType                      syncdaemon_status_interface_get_type (void);
50
50
 
51
51
SyncdaemonStatusInterface *syncdaemon_status_interface_new (SyncdaemonDaemon *daemon);
 
52
SyncdaemonStatusInfo      *syncdaemon_status_interface_get_current_status (SyncdaemonStatusInterface *interface);
52
53
GSList                    *syncdaemon_status_interface_get_current_downloads (SyncdaemonStatusInterface *interface);
53
54
GSList                    *syncdaemon_status_interface_get_current_uploads (SyncdaemonStatusInterface *interface);
54
55