diff options
Diffstat (limited to 'gdbus/gdbus.h')
-rw-r--r-- | gdbus/gdbus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h index 77b8aee1..47e18cfb 100644 --- a/gdbus/gdbus.h +++ b/gdbus/gdbus.h @@ -91,9 +91,9 @@ typedef struct { gboolean g_dbus_register_interface(DBusConnection *connection, const char *path, const char *name, - GDBusMethodTable *methods, - GDBusSignalTable *signals, - GDBusPropertyTable *properties, + const GDBusMethodTable *methods, + const GDBusSignalTable *signals, + const GDBusPropertyTable *properties, void *user_data, GDBusDestroyFunction destroy); gboolean g_dbus_unregister_interface(DBusConnection *connection, |