[dconf] gsettings: port to new API/ABI of gdbus (add flag).
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] gsettings: port to new API/ABI of gdbus (add flag).
- Date: Wed, 21 Jul 2010 00:51:03 +0000 (UTC)
commit dd882d10379227205091c330c336bf9c7a2f74bd
Author: Alban Browaeys <prahal yahoo com>
Date: Tue Jul 20 15:49:04 2010 +0200
gsettings: port to new API/ABI of gdbus (add flag).
gsettings/dconfsettingsbackend.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gsettings/dconfsettingsbackend.c b/gsettings/dconfsettingsbackend.c
index 916f57e..e1673e8 100644
--- a/gsettings/dconfsettingsbackend.c
+++ b/gsettings/dconfsettingsbackend.c
@@ -384,10 +384,10 @@ dconf_settings_backend_send (GDBusConnection *bus,
g_variant_unref (body);
if (serial)
- g_dbus_connection_send_message (bus, message, serial, NULL);
+ g_dbus_connection_send_message (bus, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, serial, NULL);
else
- g_dbus_connection_send_message_with_reply_sync (bus, message, -1,
- NULL, NULL, NULL);
+ g_dbus_connection_send_message_with_reply_sync (bus, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE,
+ -1, NULL, NULL, NULL);
g_variant_unref (dcem->body);
g_object_unref (message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]