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

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-folders-interface.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2010-06-16 09:37:28 UTC
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20100616093728-bf5j3x91t8ypmg1h
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
        /* Setup DBus proxy */
113
113
        interface->priv->proxy = syncdaemon_interface_setup_proxy (SYNCDAEMON_INTERFACE (interface),
114
 
                                                                   "com.ubuntuone.Syncdaemon",
115
 
                                                                   "/folders", "com.ubuntuone.Syncdaemon.Folders");
 
114
                                                                   "com.ubuntuone.SyncDaemon",
 
115
                                                                   "/folders", "com.ubuntuone.SyncDaemon.Folders");
116
116
        if (interface->priv->proxy != NULL) {
117
117
                /* Connect to DBus proxy signals */
118
118
                dbus_g_proxy_add_signal (DBUS_G_PROXY (interface->priv->proxy), "FolderCreated",