summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.locale1.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-10 15:07:03 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-16 19:46:40 +0200
commit4fb222c4b29ec2a1a451a1e0e99c5d3c520395ab (patch)
tree3e6aa4abceca3f4b93070d71e5c902828c28bbdd /man/org.freedesktop.locale1.xml
parent08fe1b6cdc32505321a47cf1f9b4d748d2d09953 (diff)
downloadsystemd-4fb222c4b29ec2a1a451a1e0e99c5d3c520395ab.tar.gz
man: run dbus api docs through the updater
This replaces the api export tables with updated versions, and inserts comments for all "undocumented" items. The slow work of documented them is left for later ;) lxml does some formatting changes that are not significant for lxml processing, but generate spurious difference in the diff (namely: ulinks become one-line, and double quotes are used instead of single quotes for element attribute values). This should be a one-time thing: subsequent renegeration should be idempotent with regards to this.
Diffstat (limited to 'man/org.freedesktop.locale1.xml')
-rw-r--r--man/org.freedesktop.locale1.xml44
1 files changed, 27 insertions, 17 deletions
diff --git a/man/org.freedesktop.locale1.xml b/man/org.freedesktop.locale1.xml
index 7c345acc00..7b2bf2870f 100644
--- a/man/org.freedesktop.locale1.xml
+++ b/man/org.freedesktop.locale1.xml
@@ -43,36 +43,46 @@ node /org/freedesktop/locale1 {
interface org.freedesktop.locale1 {
methods:
SetLocale(in as locale,
- in b user_interaction);
+ in b interactive);
SetVConsoleKeyboard(in s keymap,
in s keymap_toggle,
in b convert,
- in b user_interaction);
+ in b interactive);
SetX11Keyboard(in s layout,
in s model,
in s variant,
in s options,
in b convert,
- in b user_interaction);
- signals:
+ in b interactive);
properties:
- readonly as Locale = ['LANG=en_US.UTF-8'];
- readonly s VConsoleKeymap = 'de';
- readonly s VConsoleKeymapToggle = '';
- readonly s X11Layout = 'de';
- readonly s X11Model = '';
- readonly s X11Variant = '';
- readonly s X11Options = '';
- };
- interface org.freedesktop.DBus.Properties {
- };
- interface org.freedesktop.DBus.Introspectable {
- };
- interface org.freedesktop.DBus.Peer {
+ readonly as Locale = ['...', ...];
+ readonly s X11Layout = '...';
+ readonly s X11Model = '...';
+ readonly s X11Variant = '...';
+ readonly s X11Options = '...';
+ readonly s VConsoleKeymap = '...';
+ readonly s VConsoleKeymapToggle = '...';
};
+ interface org.freedesktop.DBus.Peer { ... };
+ interface org.freedesktop.DBus.Introspectable { ... };
+ interface org.freedesktop.DBus.Properties { ... };
};
</programlisting>
+ <!--property Locale is not documented!-->
+
+ <!--property X11Layout is not documented!-->
+
+ <!--property X11Model is not documented!-->
+
+ <!--property X11Variant is not documented!-->
+
+ <!--property X11Options is not documented!-->
+
+ <!--property VConsoleKeymap is not documented!-->
+
+ <!--property VConsoleKeymapToggle is not documented!-->
+
<para>The system locale consists of an array of environment-variable-assignment-like strings. The
following strings are known: <varname>LANG=</varname>, <varname>LC_CTYPE=</varname>,
<varname>LC_NUMERIC=</varname>, <varname>LC_TIME=</varname>, <varname>LC_COLLATE=</varname>,