From ae3d717adcc6b663aabb3562779a0c299f4088b6 Mon Sep 17 00:00:00 2001 From: kremlin Date: Mon, 7 Jul 2014 22:12:09 -0500 Subject: regenerate proper namespaced code for other 3 interfaces, fix their includes accordingly --- ...localed-docbook.xml-org.freedesktop.locale1.xml | 108 ++++++++++----------- ...dated-docbook.xml-org.freedesktop.timedate1.xml | 102 ++++++++++++------- 2 files changed, 123 insertions(+), 87 deletions(-) (limited to 'doc') diff --git a/doc/localed-docbook.xml-org.freedesktop.locale1.xml b/doc/localed-docbook.xml-org.freedesktop.locale1.xml index f1079a9..213c471 100644 --- a/doc/localed-docbook.xml-org.freedesktop.locale1.xml +++ b/doc/localed-docbook.xml-org.freedesktop.locale1.xml @@ -8,30 +8,30 @@ 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); +SetLocale (IN as unnamed_arg0, + IN b unnamed_arg1); +SetVConsoleKeyboard (IN s unnamed_arg0, + IN s unnamed_arg1, + IN b unnamed_arg2, + IN b unnamed_arg3); +SetX11Keyboard (IN s unnamed_arg0, + IN s unnamed_arg1, + IN s unnamed_arg2, + IN s unnamed_arg3, + IN b unnamed_arg4, + IN b unnamed_arg5); Properties Locale readable as -VConsoleKeymap readable s -VConsoleKeymapToggle readable s X11Layout readable s X11Model readable s X11Variant readable s X11Options readable s +VConsoleKeymap readable s +VConsoleKeymapToggle readable s @@ -44,17 +44,17 @@ The SetLocale() method org.freedesktop.locale1.SetLocale() -SetLocale (IN as locale, - IN b user_interaction); +SetLocale (IN as unnamed_arg0, + IN b unnamed_arg1); - IN as locale: + IN as unnamed_arg0: - IN b user_interaction: + IN b unnamed_arg1: @@ -63,27 +63,27 @@ SetLocale (IN as locale, The SetVConsoleKeyboard() method org.freedesktop.locale1.SetVConsoleKeyboard() -SetVConsoleKeyboard (IN s keymap, - IN s keymap_toggle, - IN b convert, - IN b user_interaction); +SetVConsoleKeyboard (IN s unnamed_arg0, + IN s unnamed_arg1, + IN b unnamed_arg2, + IN b unnamed_arg3); - IN s keymap: + IN s unnamed_arg0: - IN s keymap_toggle: + IN s unnamed_arg1: - IN b convert: + IN b unnamed_arg2: - IN b user_interaction: + IN b unnamed_arg3: @@ -92,37 +92,37 @@ SetVConsoleKeyboard (IN s keymap, 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); +SetX11Keyboard (IN s unnamed_arg0, + IN s unnamed_arg1, + IN s unnamed_arg2, + IN s unnamed_arg3, + IN b unnamed_arg4, + IN b unnamed_arg5); - IN s layout: + IN s unnamed_arg0: - IN s model: + IN s unnamed_arg1: - IN s variant: + IN s unnamed_arg2: - IN s options: + IN s unnamed_arg3: - IN b convert: + IN b unnamed_arg4: - IN b user_interaction: + IN b unnamed_arg5: @@ -138,22 +138,6 @@ 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 @@ -186,6 +170,22 @@ X11Options readable s + + The "VConsoleKeymap" property + org.freedesktop.locale1:VConsoleKeymap + +VConsoleKeymap readable s + + + + + The "VConsoleKeymapToggle" property + org.freedesktop.locale1:VConsoleKeymapToggle + +VConsoleKeymapToggle readable s + + + diff --git a/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml b/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml index 1dc9ed9..e362b23 100644 --- a/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml +++ b/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml @@ -8,24 +8,28 @@ org.freedesktop.timedate1 Methods -SetTime (IN x usec_utc, - IN b relative, - IN b user_interaction); -SetTimezone (IN s timezone, - IN b user_interaction); -SetLocalRTC (IN b local_rtc, - IN b fix_system, - IN b user_interaction); -SetNTP (IN b use_ntp, - IN b user_interaction); +SetTime (IN x unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); +SetTimezone (IN s unnamed_arg0, + IN b unnamed_arg1); +SetLocalRTC (IN b unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); +SetNTP (IN b unnamed_arg0, + IN b unnamed_arg1); Properties -Timezone readable s -LocalRTC readable b -NTP readable b +Timezone readable s +LocalRTC readable b +CanNTP readable b +NTP readable b +NTPSynchronized readable b +TimeUSec readable t +RTCTimeUSec readable t @@ -38,22 +42,22 @@ The SetTime() method org.freedesktop.timedate1.SetTime() -SetTime (IN x usec_utc, - IN b relative, - IN b user_interaction); +SetTime (IN x unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); - IN x usec_utc: + IN x unnamed_arg0: - IN b relative: + IN b unnamed_arg1: - IN b user_interaction: + IN b unnamed_arg2: @@ -62,17 +66,17 @@ SetTime (IN x usec_utc, The SetTimezone() method org.freedesktop.timedate1.SetTimezone() -SetTimezone (IN s timezone, - IN b user_interaction); +SetTimezone (IN s unnamed_arg0, + IN b unnamed_arg1); - IN s timezone: + IN s unnamed_arg0: - IN b user_interaction: + IN b unnamed_arg1: @@ -81,22 +85,22 @@ SetTimezone (IN s timezone, The SetLocalRTC() method org.freedesktop.timedate1.SetLocalRTC() -SetLocalRTC (IN b local_rtc, - IN b fix_system, - IN b user_interaction); +SetLocalRTC (IN b unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); - IN b local_rtc: + IN b unnamed_arg0: - IN b fix_system: + IN b unnamed_arg1: - IN b user_interaction: + IN b unnamed_arg2: @@ -105,17 +109,17 @@ SetLocalRTC (IN b local_rtc, The SetNTP() method org.freedesktop.timedate1.SetNTP() -SetNTP (IN b use_ntp, - IN b user_interaction); +SetNTP (IN b unnamed_arg0, + IN b unnamed_arg1); - IN b use_ntp: + IN b unnamed_arg0: - IN b user_interaction: + IN b unnamed_arg1: @@ -139,6 +143,14 @@ LocalRTC readable b + + The "CanNTP" property + org.freedesktop.timedate1:CanNTP + +CanNTP readable b + + + The "NTP" property org.freedesktop.timedate1:NTP @@ -147,6 +159,30 @@ NTP readable b + + The "NTPSynchronized" property + org.freedesktop.timedate1:NTPSynchronized + +NTPSynchronized readable b + + + + + The "TimeUSec" property + org.freedesktop.timedate1:TimeUSec + +TimeUSec readable t + + + + + The "RTCTimeUSec" property + org.freedesktop.timedate1:RTCTimeUSec + +RTCTimeUSec readable t + + + -- cgit v1.2.3