remove the redundant interface_name parameter

This commit is contained in:
Matthias Clasen
2010-05-13 13:09:58 -04:00
parent 82158afdad
commit 107b4d4bae
7 changed files with 5 additions and 25 deletions

View File

@@ -272,7 +272,6 @@ on_bus_acquired (GDBusConnection *connection,
G_CALLBACK (send_property_change), connection);
registration_id = g_dbus_connection_register_object (connection,
"/org/myorg/MyObject",
"org.myorg.MyObject",
introspection_data->interfaces[0],
&interface_vtable,
myobj,