GDBus: Remove constness from introspection data structures

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen
2010-07-19 15:45:27 -04:00
parent 4a1c5a1b98
commit 7190af4394
10 changed files with 98 additions and 100 deletions

View File

@@ -307,7 +307,7 @@ _g_application_platform_register (GApplication *app,
registration_id = g_dbus_connection_register_object (app->priv->session_bus,
app->priv->dbus_path,
&application_dbus_interface_info,
(GDBusInterfaceInfo *) &application_dbus_interface_info,
&application_dbus_vtable,
app,
NULL,