From 5927e0a424646d5e861ce9f04a1e91a0dbd26567 Mon Sep 17 00:00:00 2001 From: "sanghyeok.oh" Date: Mon, 2 Jul 2018 18:04:11 +0900 Subject: dbus: proxy: disable load properties flag Change-Id: I2328c7cd6f7e73411cf07313ae66647a58b77ed0 Signed-off-by: sanghyeok.oh --- src/dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbus.c b/src/dbus.c index ad6d0bb..d5f493c 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -234,7 +234,7 @@ static GDBusProxy *get_proxy_from_proxy_pool(const char *dest, } proxy = g_dbus_proxy_new_sync(conn, - G_DBUS_PROXY_FLAGS_NONE, + G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES, NULL, /* GDBusinterfaceinfo */ dest, /* bus name */ path, /* object path */ -- cgit v1.2.3