From 08d631e43a3becea68e1a96a0422f1329856ceb6 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 22 May 2010 13:36:43 +0000 Subject: Update to current GDBus API --- (limited to 'shell') diff --git a/shell/ev-application.c b/shell/ev-application.c index 383c971..4fd4e37 100644 --- a/shell/ev-application.c +++ b/shell/ev-application.c @@ -872,7 +872,6 @@ ev_application_init (EvApplication *ev_application) ev_application->registration_id = g_dbus_connection_register_object (ev_application->connection, APPLICATION_DBUS_OBJECT_PATH, - APPLICATION_DBUS_INTERFACE, introspection_data->interfaces[0], &interface_vtable, ev_application, NULL, diff --git a/shell/ev-daemon.c b/shell/ev-daemon.c index fa934bf..7cf1eea 100644 --- a/shell/ev-daemon.c +++ b/shell/ev-daemon.c @@ -391,7 +391,6 @@ main (gint argc, gchar **argv) registration_id = g_dbus_connection_register_object (connection, EV_DBUS_DAEMON_OBJECT_PATH, - EV_DBUS_DAEMON_NAME, introspection_data->interfaces[0], &interface_vtable, g_main_loop_ref (loop), -- cgit v0.9.1