remove the redundant interface_name parameter
[platform/upstream/glib.git] / gio / tests / gdbus-peer.c
index 8571e73..b0e4977 100644 (file)
@@ -243,7 +243,6 @@ on_new_connection (GDBusServer *server,
   error = NULL;
   reg_id = g_dbus_connection_register_object (connection,
                                               "/org/gtk/GDBus/PeerTestObject",
-                                              "org.gtk.GDBus.PeerTestInterface",
                                               test_interface_introspection_data,
                                               &test_interface_vtable,
                                               data,
@@ -331,7 +330,6 @@ on_incoming_connection (GSocketService     *service,
       error = NULL;
       reg_id = g_dbus_connection_register_object (connection,
                                                   "/org/gtk/GDBus/PeerTestObject",
-                                                  "org.gtk.GDBus.PeerTestInterface",
                                                   &test_interface_introspection_data,
                                                   &test_interface_vtable,
                                                   data,