<div dir="ltr">Hi, <div><br></div><div>Is this the  right place to ask dbus questions?</div><div><br></div><div>For example, there is a dbus config (is from <a href="https://gjs.guide/guides/gio/dbus.html#high-level-proxies">https://gjs.guide/guides/gio/dbus.html#high-level-proxies</a>):</div><div>```xml<br></div><div><method name="ComplexMethod"><br>    <arg type="b" direction="in" name="input"/><br>    <arg type="u" direction="out" name="length"/><br></method><br></div><div>```<br></div><div><br></div><div>Is it possible to set a default value to parameter `input` and mark it as unrequired?</div><div><br></div><div>Just like in spring mvc, we can set a parameter `required=false` and set `default` value too:<br></div><div>`@RequestParam(required = false, defaultValue = "default value") String parameter`<br></div></div>