mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
GDBus: Remove constness from introspection data structures
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -287,7 +287,7 @@ struct _GDBusInterfaceVTable
|
||||
|
||||
guint g_dbus_connection_register_object (GDBusConnection *connection,
|
||||
const gchar *object_path,
|
||||
const GDBusInterfaceInfo *interface_info,
|
||||
GDBusInterfaceInfo *interface_info,
|
||||
const GDBusInterfaceVTable *vtable,
|
||||
gpointer user_data,
|
||||
GDestroyNotify user_data_free_func,
|
||||
|
Reference in New Issue
Block a user