~thisfred/ubuntuone-client/fix-stale-notification-3-0

547.4.1 by Rodrigo Moya
Use SyncdaemonTransferInfo objects also on download/upload_finished
1
/*
2
 * Syncdaemon API
3
 *
4
 * Authors: Rodrigo Moya <rodrigo.moya@canonical.com>
5
 *
6
 * Copyright 2010 Canonical Ltd.
7
 *
8
 * This program is free software: you can redistribute it and/or modify it
9
 * under the terms of the GNU General Public License version 3, as published
10
 * by the Free Software Foundation.
11
 *
12
 * This program is distributed in the hope that it will be useful, but
13
 * WITHOUT ANY WARRANTY; without even the implied warranties of
14
 * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
15
 * PURPOSE.  See the GNU General Public License for more details.
16
 *
17
 * You should have received a copy of the GNU General Public License along
18
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
19
 *
20
 */
21
608.4.6 by Rodrigo Moya
Get tokens from keyring until ubuntu-sso's new DBus interface is ready
22
#include <libsyncdaemon/syncdaemon-authentication.h>
547.4.1 by Rodrigo Moya
Use SyncdaemonTransferInfo objects also on download/upload_finished
23
#include <libsyncdaemon/syncdaemon-config-interface.h>
617.3.2 by Rodrigo Moya
ubuntu-sso now returns a dict for credentials
24
#include <libsyncdaemon/syncdaemon-credentials.h>
547.4.1 by Rodrigo Moya
Use SyncdaemonTransferInfo objects also on download/upload_finished
25
#include <libsyncdaemon/syncdaemon-daemon.h>
26
#include <libsyncdaemon/syncdaemon-events-interface.h>
649.3.1 by Rodrigo Moya
Add SyncdaemonFileInfo object
27
#include <libsyncdaemon/syncdaemon-file-info.h>
547.4.1 by Rodrigo Moya
Use SyncdaemonTransferInfo objects also on download/upload_finished
28
#include <libsyncdaemon/syncdaemon-filesystem-interface.h>
547.4.4 by Rodrigo Moya
Use SyncdaemonFolderInfo everywhere
29
#include <libsyncdaemon/syncdaemon-folder-info.h>
547.4.1 by Rodrigo Moya
Use SyncdaemonTransferInfo objects also on download/upload_finished
30
#include <libsyncdaemon/syncdaemon-folders-interface.h>
31
#include <libsyncdaemon/syncdaemon-interface.h>
32
#include <libsyncdaemon/syncdaemon-publicfiles-interface.h>
581.1.3 by Rodrigo Moya
Add tests for SyncdaemonShareInfo class
33
#include <libsyncdaemon/syncdaemon-share-info.h>
547.4.1 by Rodrigo Moya
Use SyncdaemonTransferInfo objects also on download/upload_finished
34
#include <libsyncdaemon/syncdaemon-shares-interface.h>
554.4.1 by Rodrigo Moya
Use SyncdaemonStatusInterface from the Nautilus plugin
35
#include <libsyncdaemon/syncdaemon-status-info.h>
547.4.1 by Rodrigo Moya
Use SyncdaemonTransferInfo objects also on download/upload_finished
36
#include <libsyncdaemon/syncdaemon-status-interface.h>
37
#include <libsyncdaemon/syncdaemon-transfer-info.h>