diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-31 00:13:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-31 00:14:22 +0900 |
commit | e8933e99b4600d91e9eab7d1ad3a2d35813028a9 (patch) | |
tree | b2899fd1ef651a1bff56918ace94625a4bc14aa0 /examples/org.tqt.policykit.examples.xml | |
parent | e8494e60efeb94c67c813d1c1c038031915e8c17 (diff) | |
download | polkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.tar.gz polkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.zip |
More Qt->TQt conversion and some clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/org.tqt.policykit.examples.xml')
-rw-r--r-- | examples/org.tqt.policykit.examples.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/org.tqt.policykit.examples.xml b/examples/org.tqt.policykit.examples.xml new file mode 100644 index 000000000..edf62de4b --- /dev/null +++ b/examples/org.tqt.policykit.examples.xml @@ -0,0 +1,11 @@ +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.tqt.policykit.examples"> + <method name="set" > + <!-- IN: system user --> + <arg direction="in" type="s" name="user" /> + <!-- OUT: whether the user gained the authorization --> + <arg direction="out" type="b" name="shadow_line"> + </method> + </interface> +</node> |