mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
GDBus: Remove constness from introspection data structures
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -425,8 +425,8 @@ call_helper_get_method_in_signature (GDBusConnection *c,
|
||||
GVariant *result;
|
||||
GDBusNodeInfo *node_info;
|
||||
const gchar *xml_data;
|
||||
const GDBusInterfaceInfo *interface_info;
|
||||
const GDBusMethodInfo *method_info;
|
||||
GDBusInterfaceInfo *interface_info;
|
||||
GDBusMethodInfo *method_info;
|
||||
guint n;
|
||||
|
||||
ret = NULL;
|
||||
|
Reference in New Issue
Block a user