Hi Luiz, > The flags should be passed in g_dbus_register_interface_with_flags, > currently there only one flag which is G_DBUS_INTERFACE_FLAG_EXPERIMENTAL > which works similarly to G_DBUS_METHOD_FLAG_EXPERIMENTAL but for the > whole interface. > --- > gdbus/gdbus.h | 13 +++++++++++++ > gdbus/object.c | 20 ++++++++++++++++++++ > 2 files changed, 33 insertions(+) can we not just check if the interface contains any non experimental method, signals and properties and base that decision around that? I am not really in favor of introducing a version with flags. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html