~didrocks/ubuntuone-client/dont-suffer-zg-crash

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-folders-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:
23
23
#define __SYNCDAEMON_FOLDERS_INTERFACE_H__
24
24
 
25
25
#include "syncdaemon-daemon.h"
 
26
#include "syncdaemon-folder-info.h"
26
27
#include "syncdaemon-interface.h"
27
28
 
28
29
G_BEGIN_DECLS
52
53
void                        syncdaemon_folders_interface_create (SyncdaemonFoldersInterface *interface, const gchar *path);
53
54
void                        syncdaemon_folders_interface_delete (SyncdaemonFoldersInterface *interface, const gchar *folder_id);
54
55
GSList                     *syncdaemon_folders_interface_get_folders (SyncdaemonFoldersInterface *interface);
55
 
GHashTable                 *syncdaemon_folders_interface_get_info (SyncdaemonFoldersInterface *interface, const gchar *path);
 
56
SyncdaemonFolderInfo       *syncdaemon_folders_interface_get_info (SyncdaemonFoldersInterface *interface, const gchar *path);
56
57
void                        syncdaemon_folders_interface_refresh_volumes (SyncdaemonFoldersInterface *interface);
57
58
void                        syncdaemon_folders_interface_subscribe (SyncdaemonFoldersInterface *interface, const gchar *folder_id);
58
59
void                        syncdaemon_folders_interface_unsubscribe (SyncdaemonFoldersInterface *interface, const gchar *folder_id);