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

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-shares-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:
56
56
                                                               const gchar *name,
57
57
                                                               const gchar *access_level);
58
58
void                       syncdaemon_shares_interface_delete (SyncdaemonSharesInterface *interface, const gchar *share_id);
 
59
void                       syncdaemon_shares_interface_get_shared (SyncdaemonSharesInterface *interface);
 
60
void                       syncdaemon_shares_interface_get_shares (SyncdaemonSharesInterface *interface);
59
61
void                       syncdaemon_shares_interface_refresh (SyncdaemonSharesInterface *interface);
60
62
void                       syncdaemon_shares_interface_reject (SyncdaemonSharesInterface *interface, const gchar *share_id);
61
63