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

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-daemon.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2010-06-16 09:37:28 UTC
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20100616093728-bf5j3x91t8ypmg1h
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        void (* folder_subscribed) (SyncdaemonDaemon *daemon, GHashTable *folder_info);
59
59
        void (* folder_unsubscribed) (SyncdaemonDaemon *daemon, GHashTable *folder_info);
60
60
 
 
61
        void (* file_published) (SyncdaemonDaemon *daemon, GHashTable *file_info);
 
62
        void (* got_published_files) (SyncdaemonDaemon *daemon, GPtrArray *files);
 
63
 
61
64
        void (* share_created) (SyncdaemonDaemon *daemon, GHashTable *share_info);
62
65
        void (* share_deleted) (SyncdaemonDaemon *daemon, GHashTable *share_info);
63
66