~ubuntu-branches/ubuntu/lucid/libubuntuone/lucid-201004082211

« back to all changes in this revision

Viewing changes to libubuntuone/syncdaemon.h

  • Committer: stuart.langridge at canonical
  • Date: 2010-04-01 17:50:38 UTC
  • mfrom: (37.1.7 upstream)
  • Revision ID: stuart.langridge@canonical.com-20100401175038-8xyzeg88tznfcm1o
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
} SyncdaemonDownload;
34
34
 
35
35
void        syncdaemon_init (void);
 
36
gboolean    syncdaemon_is_connected (void);
36
37
void        syncdaemon_connect (void);
37
38
void        syncdaemon_finalize (void);
38
39
GHashTable *syncdaemon_get_current_downloads (void);