mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02:00
remove the redundant interface_name parameter
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user