~rodrigo-moya/ubuntuone-client/no-enabling-on-special-udfs

« back to all changes in this revision

Viewing changes to nautilus/ubuntuone-nautilus.h

  • Committer: Tarmac
  • Author(s): Rodrigo Moya
  • Date: 2010-07-06 22:54:29 UTC
  • mfrom: (554.4.5 direct-dbus-is-no-more)
  • Revision ID: rodrigo@megeve-20100706225429-i9teuxkq5lyga87m
Do all Syncdaemon access via DBus from libsyncdaemon, no more direct DBus calls in the Nautilus plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
        SyncdaemonDaemon * syncdaemon;
40
40
 
41
 
        DBusGConnection * bus;
42
 
        DBusGProxy * u1_status;
43
 
        DBusGProxy * u1_shares;
44
 
        DBusGProxy * u1_folders;
45
 
 
46
41
        /* Are we connected? */
47
42
        gboolean connected;
48
43