diff options
Diffstat (limited to 'src/cups-pk-helper-mechanism.xml')
-rw-r--r-- | src/cups-pk-helper-mechanism.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cups-pk-helper-mechanism.xml b/src/cups-pk-helper-mechanism.xml index b7d4d07..9f732f1 100644 --- a/src/cups-pk-helper-mechanism.xml +++ b/src/cups-pk-helper-mechanism.xml @@ -192,5 +192,14 @@ <arg name="job_hold_until" direction="in" type="s"/> <arg name="error" direction="out" type="s"/> </method> + + <method name="DevicesGet"> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <arg name="timeout" direction="in" type="i"/> + <arg name="include_schemes" direction="in" type="s"/> + <arg name="exclude_schemes" direction="in" type="s"/> + <arg name="error" direction="out" type="s"/> + <arg name="devices" direction="out" type="a{ss}"/> + </method> </interface> </node> |