dbus: setting no_property_load flags while creating proxy objects, as daemon objects...
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Wed, 3 Apr 2013 12:47:44 +0000 (15:47 +0300)
committerJussi Laako <jussi.laako@linux.intel.com>
Fri, 31 May 2013 09:27:44 +0000 (12:27 +0300)
libsignon-glib/signon-auth-session.c
libsignon-glib/signon-identity.c
libsignon-glib/sso-auth-service.c

index 452e248ce4e5088f50c8931668440b07a7352973..9cce46a979aabeb1a6fafb3ea3b2a3bf26a27362 100644 (file)
@@ -857,7 +857,7 @@ signon_auth_session_complete (SignonAuthSession *self,
 
         priv->proxy =
             sso_auth_session_proxy_new_sync (connection,
-                                             G_DBUS_PROXY_FLAGS_NONE,
+                                             G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
                                              bus_name,
                                              object_path,
                                              priv->cancellable,
index 6cb7c70db6a94414fbbdb1320a43c93aaa4a3142..36b917cb8edbb6ecfe409e0f654118d4ee8135fd 100644 (file)
@@ -446,7 +446,7 @@ identity_registered (SignonIdentity *identity,
 
         priv->proxy =
             sso_identity_proxy_new_sync (connection,
-                                         G_DBUS_PROXY_FLAGS_NONE,
+                                         G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
                                          bus_name,
                                          object_path,
                                          priv->cancellable,
index 2a7079825f321d0416656c2f22e803a85138ae42..bda486172c450878afcf5c95d3d21b1ea7f3afd4 100644 (file)
@@ -84,7 +84,7 @@ sso_auth_service_get_instance ()
     /* Create the object */
     sso_auth_service =
         sso_auth_service_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
-                                                 G_DBUS_PROXY_FLAGS_NONE,
+                                                 G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
                                                  SIGNOND_SERVICE,
                                                  SIGNOND_DAEMON_OBJECTPATH,
                                                  NULL,