~didrocks/ubuntuone-client/dont-suffer-zg-crash

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-06-23 23:08:15 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20100623230815-4m3ugh10u9x9xzw5
Tags: upstream-1.3.2
ImportĀ upstreamĀ versionĀ 1.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "syncdaemon-daemon.h"
26
26
#include "syncdaemon-interface.h"
 
27
#include "syncdaemon-transfer-info.h"
27
28
 
28
29
G_BEGIN_DECLS
29
30
 
48
49
GType                      syncdaemon_status_interface_get_type (void);
49
50
 
50
51
SyncdaemonStatusInterface *syncdaemon_status_interface_new (SyncdaemonDaemon *daemon);
 
52
GSList                    *syncdaemon_status_interface_get_current_downloads (SyncdaemonStatusInterface *interface);
 
53
GSList                    *syncdaemon_status_interface_get_current_uploads (SyncdaemonStatusInterface *interface);
51
54
 
52
55
G_END_DECLS
53
56