~dobey/ubuntuone-client/update-2-0

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-daemon.h

  • Committer: Rodrigo Moya
  • Date: 2010-10-18 11:05:29 UTC
  • mto: This revision was merged to the branch mainline in revision 742.
  • Revision ID: rodrigo.moya@canonical.com-20101018110529-mle053e12h5mc6ct
Use public files cache in libsyncdaemon

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        void (* folder_unsubscribed) (SyncdaemonDaemon *daemon, gboolean success, SyncdaemonFolderInfo *folder_info);
67
67
 
68
68
        void (* file_published) (SyncdaemonDaemon *daemon, gboolean success, SyncdaemonFileInfo *file_info);
69
 
        void (* got_published_files) (SyncdaemonDaemon *daemon, gboolean success, GSList *files);
 
69
        void (* file_unpublished) (SyncdaemonDaemon *daemon, gboolean success, SyncdaemonFileInfo *file_info);
70
70
 
71
71
        void (* share_created) (SyncdaemonDaemon *daemon, gboolean success, SyncdaemonShareInfo *share_info);
72
72
        void (* share_deleted) (SyncdaemonDaemon *daemon, gboolean success, SyncdaemonShareInfo *share_info);