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

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-shares-interface.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:
55
55
                                                               GSList *usernames,
56
56
                                                               const gchar *name,
57
57
                                                               gboolean allow_modifications);
58
 
void                       syncdaemon_shares_interface_delete (SyncdaemonSharesInterface *interface, const gchar *share_id);
 
58
void                       syncdaemon_shares_interface_delete (SyncdaemonSharesInterface *interface, const gchar *path);
59
59
GSList                    *syncdaemon_shares_interface_get_shared (SyncdaemonSharesInterface *interface);
60
60
GSList                    *syncdaemon_shares_interface_get_shares (SyncdaemonSharesInterface *interface);
61
61
void                       syncdaemon_shares_interface_refresh (SyncdaemonSharesInterface *interface);