We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53958a2 commit 97732e0Copy full SHA for 97732e0
1 file changed
doc/xyz.iinuwa.credentialsd.UiControl.xml
@@ -37,7 +37,16 @@
37
</interface>
38
<interface name="org.freedesktop.impl.portal.experimental.Credential">
39
<method name="Initialize">
40
- <arg name="request" type="(uus(ssu)a(ss)s)" direction="in"/>
+ <arg name="parent_window" type="s" direction="in"/>
41
+ <arg name="origin" type="s" direction="in"/>
42
+ <arg name="type" type="u" direction="in"/>
43
+ <arg name="request_id" type="u" direction="in"/>
44
+ <arg name="devices" type="a(ss)" direction="in"/>
45
+ <arg name="app_id" type="s" direction="in"/>
46
+ <arg name="app_display_name" type="s" direction="in"/>
47
+ <arg name="app_pid" type="u" direction="in"/>
48
+ <arg name="app_path" type="s" direction="in"/>
49
+ <arg name="options" type="(ss)" direction="in"/>
50
<arg type="o" direction="out"/>
51
</method>
52
0 commit comments