Merge branch 'gdbus-call-interactive' into 'main'

gdbus: Add --interactive option to `gdbus call`

See merge request GNOME/glib!2329
This commit is contained in:
Sebastian Dröge
2021-11-22 13:58:46 +00:00
2 changed files with 11 additions and 2 deletions

View File

@@ -71,6 +71,7 @@
<arg choice="plain">--method <replaceable>org.project.InterfaceName.MethodName</replaceable></arg>
<group>
<arg choice="plain">--timeout <replaceable>seconds</replaceable></arg>
<arg choice="plain">--interactive</arg>
</group>
<arg choice="plain">ARG1</arg>
<arg choice="plain" rep="repeat">ARG2</arg>