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

@@ -308,7 +308,6 @@ struct _GDBusInterfaceVTable
guint g_dbus_connection_register_object (GDBusConnection *connection,
const gchar *object_path,
const gchar *interface_name,
const GDBusInterfaceInfo *introspection_data,
const GDBusInterfaceVTable *vtable,
gpointer user_data,