Closed iruzo closed 1 year ago
Hi, thank you for contributing. However, as noted in the header of the file, this file is automatically generated by gdbus-codegen
from the D-Bus Introspection XML (src/dbus-interface.xml) and not meant to be modified or maintained
Hi, really cool project!
I'm trying to improve some performance and readability on the
dbus-interface.c
code.This PR removes all the
goto
statements ondbus-interface.c
using a less "jump-based" control flow. Making the code more maintainable and improving performance.