From 6f9962ec438318dba72b0ea49114b9b9e9dc1c5f Mon Sep 17 00:00:00 2001 From: kremlin Date: Tue, 17 Jun 2014 10:18:33 -0500 Subject: add gdbus-codegen files --- doc/localed-org.freedesktop.locale1.xml | 191 ++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 doc/localed-org.freedesktop.locale1.xml (limited to 'doc/localed-org.freedesktop.locale1.xml') diff --git a/doc/localed-org.freedesktop.locale1.xml b/doc/localed-org.freedesktop.locale1.xml new file mode 100644 index 0000000..5741ff1 --- /dev/null +++ b/doc/localed-org.freedesktop.locale1.xml @@ -0,0 +1,191 @@ + + + + org.freedesktop.locale1 + org.freedesktop.locale1 + org.freedesktop.locale1 + Methods + +SetLocale (IN as locale, + IN b user_interaction); +SetVConsoleKeyboard (IN s keymap, + IN s keymap_toggle, + IN b convert, + IN b user_interaction); +SetX11Keyboard (IN s layout, + IN s model, + IN s variant, + IN s options, + IN b convert, + IN b user_interaction); + + + + Properties + +Locale readable as +VConsoleKeymap readable s +VConsoleKeymapToggle readable s +X11Layout readable s +X11Model readable s +X11Variant readable s +X11Options readable s + + + + Description + + + + Method Details + + The SetLocale() method + org.freedesktop.locale1.SetLocale() + +SetLocale (IN as locale, + IN b user_interaction); + + + + + IN as locale: + + + + IN b user_interaction: + + + + + + The SetVConsoleKeyboard() method + org.freedesktop.locale1.SetVConsoleKeyboard() + +SetVConsoleKeyboard (IN s keymap, + IN s keymap_toggle, + IN b convert, + IN b user_interaction); + + + + + IN s keymap: + + + + IN s keymap_toggle: + + + + IN b convert: + + + + IN b user_interaction: + + + + + + The SetX11Keyboard() method + org.freedesktop.locale1.SetX11Keyboard() + +SetX11Keyboard (IN s layout, + IN s model, + IN s variant, + IN s options, + IN b convert, + IN b user_interaction); + + + + + IN s layout: + + + + IN s model: + + + + IN s variant: + + + + IN s options: + + + + IN b convert: + + + + IN b user_interaction: + + + + + + + Property Details + + The "Locale" property + org.freedesktop.locale1:Locale + +Locale readable as + + + + + The "VConsoleKeymap" property + org.freedesktop.locale1:VConsoleKeymap + +VConsoleKeymap readable s + + + + + The "VConsoleKeymapToggle" property + org.freedesktop.locale1:VConsoleKeymapToggle + +VConsoleKeymapToggle readable s + + + + + The "X11Layout" property + org.freedesktop.locale1:X11Layout + +X11Layout readable s + + + + + The "X11Model" property + org.freedesktop.locale1:X11Model + +X11Model readable s + + + + + The "X11Variant" property + org.freedesktop.locale1:X11Variant + +X11Variant readable s + + + + + The "X11Options" property + org.freedesktop.locale1:X11Options + +X11Options readable s + + + + + + -- cgit v1.2.3