diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
commit | e4283f6d48b98e764b988b43bbc86b9d52e6ec94 (patch) | |
tree | c8f7f7a6c2f5faa2942d27cefc6fd46cca492656 /data/dbus-interfaces/org.freedesktop.realmd.Realm.xml | |
parent | Initial commit. (diff) | |
download | gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.tar.xz gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.zip |
Adding upstream version 43.9.upstream/43.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | data/dbus-interfaces/org.freedesktop.realmd.Realm.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.freedesktop.realmd.Realm.xml b/data/dbus-interfaces/org.freedesktop.realmd.Realm.xml new file mode 100644 index 0000000..351066d --- /dev/null +++ b/data/dbus-interfaces/org.freedesktop.realmd.Realm.xml @@ -0,0 +1,20 @@ +<node> + <interface name="org.freedesktop.realmd.Realm"> + <property name="Name" type="s" access="read"/> + <property name="Configured" type="s" access="read"/> + <property name="Details" type="a(ss)" access="read"/> + <property name="LoginFormats" type="as" access="read"/> + <property name="LoginPolicy" type="s" access="read"/> + <property name="PermittedLogins" type="as" access="read"/> + <property name="SupportedInterfaces" type="as" access="read"/> + <method name="ChangeLoginPolicy"> + <arg name="login_policy" type="s" direction="in"/> + <arg name="permitted_add" type="as" direction="in"/> + <arg name="permitted_remove" type="as" direction="in"/> + <arg name="options" type="a{sv}" direction="in"/> + </method> + <method name="Deconfigure"> + <arg name="options" type="a{sv}" direction="in"/> + </method> + </interface> +</node> |