definition of scim::BackEnd class.
Class scim::BackEnd is used to load and manage IMEngine modules and IMEngineFactories.
href_anchor"details" id="details">
+Reference counted base class interface.
+
Provides a reference counted base class for dynamic objects handled the scim smart pointer.
+
Most code of this file are came from Inti project.
/usr/share/doc/packages/scim-devel/html/a00014.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00014.html 2022-08-31 19:01:54.512245716 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00014.html 2022-08-31 19:01:54.512245716 +0000
@@ -5,7 +5,7 @@
-scim: scim_connection.h File Reference
+scim: scim_backend.h File Reference
@@ -61,35 +61,45 @@
+
-
C++ signal-slot connection interface.
+
definition of scim::BackEnd class.
More...
namespace scim
-href_anchor"details" id="details">
-C++ signal-slot connection interface.
-
Most code of this file are came from Inti project.
+
href_anchor"memberdecls">
+
+
typedef Pointer< BackEndBase > scim::BackEndPointer
+
+
+
+
definition of scim::BackEnd class.
+
Class scim::BackEnd is used to load and manage IMEngine modules and IMEngineFactories.
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00014.js
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00014.js
/usr/share/doc/packages/scim-devel/html/a00017.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00017.html 2022-08-31 19:01:54.548245869 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00017.html 2022-08-31 19:01:54.548245869 +0000
@@ -5,7 +5,7 @@
-scim: scim_hotkey.h File Reference
+scim: scim_imengine_module.h File Reference
@@ -62,54 +62,48 @@
-
+Typedefs |
+Functions
+
-
Defines the scim::HotkeyMatcher and scim::IMEngineHotkeyMatcher classes.
+
definition of IMEngineModule related classes.
More...
-
Defines the scim::HotkeyMatcher and scim::IMEngineHotkeyMatcher classes.
+
definition of IMEngineModule related classes.
/usr/share/doc/packages/scim-devel/html/a00017.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00017.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00017.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,12 +1,6 @@
var a00017 =
[
- [ "FrontEndHotkeyAction", "a00017.html#gab15cba53bb52488932e2f9d9f51234d5", [
- [ "SCIM_FRONTEND_HOTKEY_NOOP", "a00017.html#ggab15cba53bb52488932e2f9d9f51234d5aebfaacfd5567e6ef14dd62b80c05e539", null ],
- [ "SCIM_FRONTEND_HOTKEY_TRIGGER", "a00017.html#ggab15cba53bb52488932e2f9d9f51234d5a910393f7abf94ff18028db01dc27a2fd", null ],
- [ "SCIM_FRONTEND_HOTKEY_ON", "a00017.html#ggab15cba53bb52488932e2f9d9f51234d5af12275c17674b91c62d76ca8dac7a8e7", null ],
- [ "SCIM_FRONTEND_HOTKEY_OFF", "a00017.html#ggab15cba53bb52488932e2f9d9f51234d5a0938d5de269ae527a9eab9e0d73f793b", null ],
- [ "SCIM_FRONTEND_HOTKEY_NEXT_FACTORY", "a00017.html#ggab15cba53bb52488932e2f9d9f51234d5a17a57cbc5c20322bf7a9a9ea62ebc5d0", null ],
- [ "SCIM_FRONTEND_HOTKEY_PREVIOUS_FACTORY", "a00017.html#ggab15cba53bb52488932e2f9d9f51234d5a987323f48513d7778436e41ccd2f2de1", null ],
- [ "SCIM_FRONTEND_HOTKEY_SHOW_FACTORY_MENU", "a00017.html#ggab15cba53bb52488932e2f9d9f51234d5a39174078d6455d06459ae5564f360b2e", null ]
- ] ]
+ [ "IMEngineModuleInitFunc", "a00017.html#gad423fdcf984aefe056a3d44a9b3cac23", null ],
+ [ "IMEngineModuleCreateFactoryFunc", "a00017.html#gad3fa266e47a5787ef85f93681bf49bac", null ],
+ [ "scim_get_imengine_module_list", "a00017.html#gab067e56004f27a30a5deb3fceabc3fc5", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00020.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00020.html 2022-08-31 19:01:54.596246073 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00020.html 2022-08-31 19:01:54.600246090 +0000
@@ -5,7 +5,7 @@
-scim: scim_filter_manager.h File Reference
+scim: scim_signals.h File Reference
@@ -62,29 +62,65 @@
-
+
-
Defines scim::FilterManager .
+
C++ signal interface.
More...
-class scim::FilterManager
+class scim::SlotNode
+href_anchor"mdescRight">A node class for managing slots connected to scim::Signal 's. More...
+
+class scim::DefaultMarshal< R >
+href_anchor"memitem:"> class scim::DefaultMarshal< bool >
+href_anchor"memitem:"> class scim::Signal
+href_anchor"mdescRight">Base class for the C++ signal interface. More...
+
+class scim::Signal0< R, Marshal >
+href_anchor"mdescRight">A template for a signal passing no arguments and returning a value of type R. More...
+
+class scim::Signal0< void, IgnoreMarshal >
+href_anchor"memitem:"> class scim::Signal1< R, P1, Marshal >
+href_anchor"mdescRight">A template for a signal passing one argument of type P1 and returning a value of type R. More...
+
+class scim::Signal1< void, P1, IgnoreMarshal >
+href_anchor"memitem:"> class scim::Signal2< R, P1, P2, Marshal >
+href_anchor"mdescRight">A template for a signal passing two arguments of type P1 and P2, and returning a value of type R. More...
+
+class scim::Signal2< void, P1, P2, IgnoreMarshal >
+href_anchor"memitem:"> class scim::Signal3< R, P1, P2, P3, Marshal >
+href_anchor"mdescRight">A template for a signal passing three arguments of type P1, P2 and P3, and returning a value of type R. More...
+
+class scim::Signal3< void, P1, P2, P3, IgnoreMarshal >
+href_anchor"memitem:"> class scim::Signal4< R, P1, P2, P3, P4, Marshal >
+href_anchor"mdescRight">A template for a signal passing four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
+
+class scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >
+href_anchor"memitem:"> class scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >
+href_anchor"mdescRight">A template for a signal passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
+
+class scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >
+href_anchor"memitem:"> class scim::Signal6< R, P1, P2, P3, P4, P5, P6, Marshal >
+href_anchor"mdescRight">A template for a signal passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
+
+class scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal >
href_anchor"memberdecls">
namespace scim
href_anchor"details" id="details">
-Defines scim::FilterManager .
-
scim::FilterManager is a class used to manage all Filter modules.
+
C++ signal interface.
+
Provides a set of signal class templates you can use to create signals that can pass up to 6 arguments to signal handlers connected via the slot interface (see scim_slot.h ). The signal classes are named Signal0 to Signal6, where 0 to 6 specifies the number of arguments that can be passed to a slot.
+
Most code of this file are came from Inti project.
/usr/share/doc/packages/scim-devel/html/a00023.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00023.html 2022-08-31 19:01:55.376249387 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00023.html 2022-08-31 19:01:54.688246464 +0000
@@ -5,7 +5,7 @@
-scim: scim_keyboard_layout_data.h File Reference
+scim: scim_private.h File Reference
@@ -60,9454 +60,165 @@
+
-
-static __Uint16Pair __belgian_to_us_normal []
-
-static __Uint16Pair __us_to_belgian_normal []
-
-static __Uint16Pair __belgian_to_us_caps []
-
-static __Uint16Pair __us_to_belgian_caps []
-
-static __Uint16Pair __belgian_to_us_shift []
-
-static __Uint16Pair __us_to_belgian_shift []
-
-static __Uint16Pair __belgian_to_us_caps_shift []
-
-static __Uint16Pair __us_to_belgian_caps_shift []
-
-static __Uint16Pair __czech_to_us_normal []
-
-static __Uint16Pair __us_to_czech_normal []
-
-static __Uint16Pair __czech_to_us_caps []
-
-static __Uint16Pair __us_to_czech_caps []
-
-static __Uint16Pair __czech_to_us_shift []
-
-static __Uint16Pair __us_to_czech_shift []
-
-static __Uint16Pair __czech_to_us_caps_shift []
-
-static __Uint16Pair __us_to_czech_caps_shift []
-
-static __Uint16Pair __czech_qwerty_to_us_normal []
-
-static __Uint16Pair __us_to_czech_qwerty_normal []
-
-static __Uint16Pair __czech_qwerty_to_us_caps []
-
-static __Uint16Pair __us_to_czech_qwerty_caps []
-
-static __Uint16Pair __czech_qwerty_to_us_shift []
-
-static __Uint16Pair __us_to_czech_qwerty_shift []
-
-static __Uint16Pair __czech_qwerty_to_us_caps_shift []
-
-static __Uint16Pair __us_to_czech_qwerty_caps_shift []
-
-static __Uint16Pair __danish_to_us_normal []
-
-static __Uint16Pair __us_to_danish_normal []
-
-static __Uint16Pair __danish_to_us_caps []
-
-static __Uint16Pair __us_to_danish_caps []
-
-static __Uint16Pair __danish_to_us_shift []
-
-static __Uint16Pair __us_to_danish_shift []
-
-static __Uint16Pair __danish_to_us_caps_shift []
-
-static __Uint16Pair __us_to_danish_caps_shift []
-
-static __Uint16Pair __dvorak_to_us_normal []
-
-static __Uint16Pair __us_to_dvorak_normal []
-
-static __Uint16Pair __dvorak_to_us_caps []
-
-static __Uint16Pair __us_to_dvorak_caps []
-
-static __Uint16Pair __dvorak_to_us_shift []
-
-static __Uint16Pair __us_to_dvorak_shift []
-
-static __Uint16Pair __dvorak_to_us_caps_shift []
-
-static __Uint16Pair __us_to_dvorak_caps_shift []
-
-static __Uint16Pair __estonian_to_us_normal []
-
-static __Uint16Pair __us_to_estonian_normal []
-
-static __Uint16Pair __estonian_to_us_caps []
-
-static __Uint16Pair __us_to_estonian_caps []
-
-static __Uint16Pair __estonian_to_us_shift []
-
-static __Uint16Pair __us_to_estonian_shift []
-
-static __Uint16Pair __estonian_to_us_caps_shift []
-
-static __Uint16Pair __us_to_estonian_caps_shift []
-
-static __Uint16Pair __finnish_to_us_normal []
-
-static __Uint16Pair __us_to_finnish_normal []
-
-static __Uint16Pair __finnish_to_us_caps []
-
-static __Uint16Pair __us_to_finnish_caps []
-
-static __Uint16Pair __finnish_to_us_shift []
-
-static __Uint16Pair __us_to_finnish_shift []
-
-static __Uint16Pair __finnish_to_us_caps_shift []
-
-static __Uint16Pair __us_to_finnish_caps_shift []
-
-static __Uint16Pair __french_to_us_normal []
-
-static __Uint16Pair __us_to_french_normal []
-
-static __Uint16Pair __french_to_us_caps []
-
-static __Uint16Pair __us_to_french_caps []
-
-static __Uint16Pair __french_to_us_shift []
-
-static __Uint16Pair __us_to_french_shift []
-
-static __Uint16Pair __french_to_us_caps_shift []
-
-static __Uint16Pair __us_to_french_caps_shift []
-
-static __Uint16Pair __french_switzerland_to_us_normal []
-
-static __Uint16Pair __us_to_french_switzerland_normal []
-
-static __Uint16Pair __french_switzerland_to_us_caps []
-
-static __Uint16Pair __us_to_french_switzerland_caps []
-
-static __Uint16Pair __french_switzerland_to_us_shift []
-
-static __Uint16Pair __us_to_french_switzerland_shift []
-
-static __Uint16Pair __french_switzerland_to_us_caps_shift []
-
-static __Uint16Pair __us_to_french_switzerland_caps_shift []
-
-static __Uint16Pair __german_deadkeys_to_us_normal []
-
-static __Uint16Pair __us_to_german_deadkeys_normal []
-
-static __Uint16Pair __german_deadkeys_to_us_caps []
-
-static __Uint16Pair __us_to_german_deadkeys_caps []
-
-static __Uint16Pair __german_deadkeys_to_us_shift []
-
-static __Uint16Pair __us_to_german_deadkeys_shift []
-
-static __Uint16Pair __german_deadkeys_to_us_caps_shift []
-
-static __Uint16Pair __us_to_german_deadkeys_caps_shift []
-
-static __Uint16Pair __german_to_us_normal []
-
-static __Uint16Pair __us_to_german_normal []
-
-static __Uint16Pair __german_to_us_caps []
-
-static __Uint16Pair __us_to_german_caps []
-
-static __Uint16Pair __german_to_us_shift []
-
-static __Uint16Pair __us_to_german_shift []
-
-static __Uint16Pair __german_to_us_caps_shift []
-
-static __Uint16Pair __us_to_german_caps_shift []
-
/usr/share/doc/packages/scim-devel/html/a00023.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00023.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00023.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,238 +1,10 @@
var a00023 =
[
- [ "__belgian_to_us_normal", "a00023.html#a2d1827210425292485a185d5b431d78b", null ],
- [ "__us_to_belgian_normal", "a00023.html#a8fe51b834b9233e3607d50c79e7daffe", null ],
- [ "__belgian_to_us_caps", "a00023.html#ab34422f60b1bc945974ec158b85c7549", null ],
- [ "__us_to_belgian_caps", "a00023.html#a9e95fb94ee918868209cfe10626fb350", null ],
- [ "__belgian_to_us_shift", "a00023.html#a91b06c5ca63aa17caf3a824b9e7762a6", null ],
- [ "__us_to_belgian_shift", "a00023.html#ab5c1c4ae963a9e4b14b541b9b536bed6", null ],
- [ "__belgian_to_us_caps_shift", "a00023.html#a73c2933abe930db6e113d3f88348b9ac", null ],
- [ "__us_to_belgian_caps_shift", "a00023.html#a6ff5f3130a9fb72a0b325b2d92343ee3", null ],
- [ "__czech_to_us_normal", "a00023.html#a8b47c92d1b91902b10c4383df98151ec", null ],
- [ "__us_to_czech_normal", "a00023.html#ab6e567aafdd5994b5091a2c7cdad5370", null ],
- [ "__czech_to_us_caps", "a00023.html#a62ade17ee7a6e59fb26631dcd2a257a8", null ],
- [ "__us_to_czech_caps", "a00023.html#a38e48608fc432ee998f75140fac53465", null ],
- [ "__czech_to_us_shift", "a00023.html#a9018318aa287757cb1b0d250a7b8b57f", null ],
- [ "__us_to_czech_shift", "a00023.html#ac7400754b3ce3123834428d3ba612f30", null ],
- [ "__czech_to_us_caps_shift", "a00023.html#adc6f6228d80049f6cd9e3d9ab2f0fff9", null ],
- [ "__us_to_czech_caps_shift", "a00023.html#aae218f067b0a3a476c9a318930d0b08a", null ],
- [ "__czech_qwerty_to_us_normal", "a00023.html#a1a04a35aa583d73ec3311183ff457ee5", null ],
- [ "__us_to_czech_qwerty_normal", "a00023.html#a29095d0c96c07843b01b930c498d9648", null ],
- [ "__czech_qwerty_to_us_caps", "a00023.html#a246a7ac6baec34e08c065c09388d1461", null ],
- [ "__us_to_czech_qwerty_caps", "a00023.html#a78fac7434633dae06a9bfe7bc9a52716", null ],
- [ "__czech_qwerty_to_us_shift", "a00023.html#a442eb4f2d4154ce6483445da39c06f77", null ],
- [ "__us_to_czech_qwerty_shift", "a00023.html#a62d27450a83b9e7ca67ea6ac83b50875", null ],
- [ "__czech_qwerty_to_us_caps_shift", "a00023.html#a842fe92b1a1414bcbcae8732b7b93277", null ],
- [ "__us_to_czech_qwerty_caps_shift", "a00023.html#afb4046891af322b6cfe9cab234e26443", null ],
- [ "__danish_to_us_normal", "a00023.html#a141b662fd33589146eb1c8179ff6129d", null ],
- [ "__us_to_danish_normal", "a00023.html#a9864abfc2b8a164ee913dbb6a852e5ca", null ],
- [ "__danish_to_us_caps", "a00023.html#a58a2faf516db621a5b81ed05e831a45c", null ],
- [ "__us_to_danish_caps", "a00023.html#a030340616c51e4fcb4e482015498b608", null ],
- [ "__danish_to_us_shift", "a00023.html#a12b6ab7f6998ee91827d4a30cec0aa4e", null ],
- [ "__us_to_danish_shift", "a00023.html#a854c8934e080c686a1025e43a9960cce", null ],
- [ "__danish_to_us_caps_shift", "a00023.html#a7c2d5631286cc29d6765af3d6937ca0c", null ],
- [ "__us_to_danish_caps_shift", "a00023.html#a5a645f8562fe315e0abb63a2eff8030b", null ],
- [ "__dvorak_to_us_normal", "a00023.html#a33ad2f96c33b9d642a36f80a858d60a2", null ],
- [ "__us_to_dvorak_normal", "a00023.html#a2d227b5849ed8879de3fdb7d73cc0ac2", null ],
- [ "__dvorak_to_us_caps", "a00023.html#aca10fff10abd69d32c322a9d6c0ef63a", null ],
- [ "__us_to_dvorak_caps", "a00023.html#a50a2a0883000c25fd91491def6c72deb", null ],
- [ "__dvorak_to_us_shift", "a00023.html#a9bea77c2449f6e14ac6fc8f9e741aa17", null ],
- [ "__us_to_dvorak_shift", "a00023.html#ae75700cc00bcc48d628cd28976272bac", null ],
- [ "__dvorak_to_us_caps_shift", "a00023.html#ab6950ab8905c9579860a046f22077c92", null ],
- [ "__us_to_dvorak_caps_shift", "a00023.html#adfe9958eb5134f6f33bb01b75ffc314a", null ],
- [ "__estonian_to_us_normal", "a00023.html#af8ffae57bab6d856422a0460ac1545b6", null ],
- [ "__us_to_estonian_normal", "a00023.html#a0e5659e5bc0c4ed74b760106262bd563", null ],
- [ "__estonian_to_us_caps", "a00023.html#a4974b96699898e33c0f58144b9174fee", null ],
- [ "__us_to_estonian_caps", "a00023.html#a79d19c1c26fe7a63e57cc230f0973ca9", null ],
- [ "__estonian_to_us_shift", "a00023.html#ae4514ac1c142ecca34156c8440af7bae", null ],
- [ "__us_to_estonian_shift", "a00023.html#a689193c44e13ef96fd46d37617935c97", null ],
- [ "__estonian_to_us_caps_shift", "a00023.html#a92277e9670c1bcece88b15ae5c0d5cee", null ],
- [ "__us_to_estonian_caps_shift", "a00023.html#a237f5d545744ba4d1ceb96cbf731faec", null ],
- [ "__finnish_to_us_normal", "a00023.html#a16eec29ca5a44f37939c8be48f2c0927", null ],
- [ "__us_to_finnish_normal", "a00023.html#aa6720e8e3613b916ef888478cb64ce9d", null ],
- [ "__finnish_to_us_caps", "a00023.html#a685353f61bbbb1e0894691c7ec0827a1", null ],
- [ "__us_to_finnish_caps", "a00023.html#a7773b786177c3ac8f65b19bff91aae05", null ],
- [ "__finnish_to_us_shift", "a00023.html#abc4f35213446258787f1aacfb3ecb42f", null ],
- [ "__us_to_finnish_shift", "a00023.html#a97b9fad52125d31db0e28f0d29673f60", null ],
- [ "__finnish_to_us_caps_shift", "a00023.html#a10f5643a9ec6d88f9e7a03c9686ccc47", null ],
- [ "__us_to_finnish_caps_shift", "a00023.html#afa8673d4da855b4c0983c2621f77286c", null ],
- [ "__french_to_us_normal", "a00023.html#ab63034e1d9dcd8939fb944802cedceb1", null ],
- [ "__us_to_french_normal", "a00023.html#a4eef42391eeaf84a4298657c5b6c9083", null ],
- [ "__french_to_us_caps", "a00023.html#adaceef0f961ab161235490ace96b2e1b", null ],
- [ "__us_to_french_caps", "a00023.html#a6ba95f961fb72e6fbc20818ef091c9ba", null ],
- [ "__french_to_us_shift", "a00023.html#aad5ed7fbbfe5167b37265d460e81171f", null ],
- [ "__us_to_french_shift", "a00023.html#a7d0307d873168b87fc4547a40434e6df", null ],
- [ "__french_to_us_caps_shift", "a00023.html#a4d4ec2b357474a912d06771c4dc278b4", null ],
- [ "__us_to_french_caps_shift", "a00023.html#a1d1e05bf69919d274af6dc3dd1f4b60d", null ],
- [ "__french_switzerland_to_us_normal", "a00023.html#ae190aede5ab320cc80147d76f1a7d970", null ],
- [ "__us_to_french_switzerland_normal", "a00023.html#a7273ff82101af7119cbfb929c1e871e3", null ],
- [ "__french_switzerland_to_us_caps", "a00023.html#a40f40647a5d539816a40c8e816d1ecdf", null ],
- [ "__us_to_french_switzerland_caps", "a00023.html#afd2fd5324c5c1fd6855cc054742a5d13", null ],
- [ "__french_switzerland_to_us_shift", "a00023.html#a72587ef6b9aee01cf83a9b6d59a90d46", null ],
- [ "__us_to_french_switzerland_shift", "a00023.html#a6b527f03a734469060b6fe62cc6a1f6b", null ],
- [ "__french_switzerland_to_us_caps_shift", "a00023.html#aab26810ea2a7acef9c1ff4124d86b7f4", null ],
- [ "__us_to_french_switzerland_caps_shift", "a00023.html#a391605b9672ffa57da07c93edf8f3bec", null ],
- [ "__german_deadkeys_to_us_normal", "a00023.html#a0592079f6a3ddeb5fba02d54a50c452d", null ],
- [ "__us_to_german_deadkeys_normal", "a00023.html#a682e7e3736baa2cd20507a1d8dc4767b", null ],
- [ "__german_deadkeys_to_us_caps", "a00023.html#a1149eac2dcc0637000ae47f42572087d", null ],
- [ "__us_to_german_deadkeys_caps", "a00023.html#a22b94d0668cf5ed904c02c2ce3c5c0cb", null ],
- [ "__german_deadkeys_to_us_shift", "a00023.html#aaca3ecb43bb6fb33130cc4896961524b", null ],
- [ "__us_to_german_deadkeys_shift", "a00023.html#a75b6ae5d02b97c9a6637da60d66bba73", null ],
- [ "__german_deadkeys_to_us_caps_shift", "a00023.html#a40a49ffd725798a38c9827e004458d50", null ],
- [ "__us_to_german_deadkeys_caps_shift", "a00023.html#a5d17de8f9db54c4f6ac021ae6aae1a1e", null ],
- [ "__german_to_us_normal", "a00023.html#a1b8901f4c00d5e34df12313d64452dd2", null ],
- [ "__us_to_german_normal", "a00023.html#a9edb8d83112836d934b44d41f72ad415", null ],
- [ "__german_to_us_caps", "a00023.html#ac8229f3423fc5cb8cecef4b4f3d48853", null ],
- [ "__us_to_german_caps", "a00023.html#acd43a498aa33c3d8792f08efac448c21", null ],
- [ "__german_to_us_shift", "a00023.html#a47243b7eb842c8b710508bfd689a1bc8", null ],
- [ "__us_to_german_shift", "a00023.html#a082f3f3fb36e1ccfeb29f8feefd49602", null ],
- [ "__german_to_us_caps_shift", "a00023.html#ad51f20a2ea65d060bfce50e7e4c0ae02", null ],
- [ "__us_to_german_caps_shift", "a00023.html#aa6d07eb9ee0cb557042bd0b69e95e695", null ],
- [ "__german_swiss_to_us_normal", "a00023.html#a361f09cf04169b40bd331a7987b468be", null ],
- [ "__us_to_german_swiss_normal", "a00023.html#a5db90e0b3a026bdf1a76dddf25f25489", null ],
- [ "__german_swiss_to_us_caps", "a00023.html#a51558a0db04613d8a1113e1be0bb56a0", null ],
- [ "__us_to_german_swiss_caps", "a00023.html#a05906ce437088341439128830c8dbc51", null ],
- [ "__german_swiss_to_us_shift", "a00023.html#a2a8c810c79a4950ea8df3fb6f9c5f466", null ],
- [ "__us_to_german_swiss_shift", "a00023.html#aba0b666c3e73327989b8ea5bb8539735", null ],
- [ "__german_swiss_to_us_caps_shift", "a00023.html#ae3fac2387f2de2953e08e3e1d939f29d", null ],
- [ "__us_to_german_swiss_caps_shift", "a00023.html#a0e04d9ce90c1af44f2087404c32cb098", null ],
- [ "__hungarian_to_us_normal", "a00023.html#a7895955c7f2a7a22e7155b56ab893b13", null ],
- [ "__us_to_hungarian_normal", "a00023.html#a36b8e91492777c2380bc3c44473e985e", null ],
- [ "__hungarian_to_us_caps", "a00023.html#a16e368280c13d759369357a2b50a494a", null ],
- [ "__us_to_hungarian_caps", "a00023.html#a339f01afb30cdbc97c1fdd08ae76ec87", null ],
- [ "__hungarian_to_us_shift", "a00023.html#a71c35ff2a3c8334e437d9498c5f845c1", null ],
- [ "__us_to_hungarian_shift", "a00023.html#a9aa7bb3cec50f2389ac878541a7c6c06", null ],
- [ "__hungarian_to_us_caps_shift", "a00023.html#a82752c8e2c33fc2445c7f13e3ccb9b7d", null ],
- [ "__us_to_hungarian_caps_shift", "a00023.html#a2b238d67706295fca92de4be6d1c5be0", null ],
- [ "__italian_to_us_normal", "a00023.html#a5eb7c03cedc62581744a83a372b064b7", null ],
- [ "__us_to_italian_normal", "a00023.html#ae00c9d3a8c48e23ef9bb9503b9629038", null ],
- [ "__italian_to_us_caps", "a00023.html#a950b840bdc729a767794ef761cb3103d", null ],
- [ "__us_to_italian_caps", "a00023.html#a50d60ee311d983e6fecbec9f2308de5a", null ],
- [ "__italian_to_us_shift", "a00023.html#a8956d53c7fa3f66c96f39d5acb90873c", null ],
- [ "__us_to_italian_shift", "a00023.html#a9b80f7ae5dc58785ccf803717803566f", null ],
- [ "__italian_to_us_caps_shift", "a00023.html#a3fbe004767ef59dbfde2ad8c47e3305a", null ],
- [ "__us_to_italian_caps_shift", "a00023.html#aeb6626190b160d5c20e6d5a49091f0ba", null ],
- [ "__japanese_to_us_normal", "a00023.html#af07bf6cbdcc39926aa498ad683ccea05", null ],
- [ "__us_to_japanese_normal", "a00023.html#ae6e93c73ca2bd178265f20a14b885582", null ],
- [ "__japanese_to_us_caps", "a00023.html#a113a21416a1f65f8edb713b058cb2916", null ],
- [ "__us_to_japanese_caps", "a00023.html#a2eb249527da6c0ec0025ebbf8dfc3c3d", null ],
- [ "__japanese_to_us_shift", "a00023.html#ab3b5a676dcab2f8f293d3eb380624694", null ],
- [ "__us_to_japanese_shift", "a00023.html#a2b6cafa02803e1850cca245a15bdef57", null ],
- [ "__japanese_to_us_caps_shift", "a00023.html#a61e545961f0423d41cd7d70f96c75d8d", null ],
- [ "__us_to_japanese_caps_shift", "a00023.html#adcaaa548a820a54468db85c43b4a8c51", null ],
- [ "__norwegian_to_us_normal", "a00023.html#a62b1feb00eaadeeb4842f4074aed22f7", null ],
- [ "__us_to_norwegian_normal", "a00023.html#ac9e1f1f0f091cfaecbe20b095c30c705", null ],
- [ "__norwegian_to_us_caps", "a00023.html#adef7429d7dca1bede1f387b318707c51", null ],
- [ "__us_to_norwegian_caps", "a00023.html#aae31825b5012d355b13e8fa4cef68da7", null ],
- [ "__norwegian_to_us_shift", "a00023.html#a945b92f34ad850ec92e074c0842a81ca", null ],
- [ "__us_to_norwegian_shift", "a00023.html#a6bcb4a84211e8ead7098de54982b05c1", null ],
- [ "__norwegian_to_us_caps_shift", "a00023.html#a735ed435b53ad95731d9d11aed704513", null ],
- [ "__us_to_norwegian_caps_shift", "a00023.html#a4b9415148250c8905c2c1f4d1c273020", null ],
- [ "__portuguese_brazil_to_us_normal", "a00023.html#a298532fe38408d71ce56d5b24974717e", null ],
- [ "__us_to_portuguese_brazil_normal", "a00023.html#a106b16636bcd85b438887466d57d242b", null ],
- [ "__portuguese_brazil_to_us_caps", "a00023.html#a20f351ebffbc14bca6cdea4dc300aa75", null ],
- [ "__us_to_portuguese_brazil_caps", "a00023.html#aece45159f78b190a23a3560201848a58", null ],
- [ "__portuguese_brazil_to_us_shift", "a00023.html#abe1659b233c82f3461edc26bea608e22", null ],
- [ "__us_to_portuguese_brazil_shift", "a00023.html#ae9bb96244d87b6de4ccd7ffe875da9f7", null ],
- [ "__portuguese_brazil_to_us_caps_shift", "a00023.html#a57bc94802a1202f55e1247e86ae0bf5f", null ],
- [ "__us_to_portuguese_brazil_caps_shift", "a00023.html#a24fe0fbfeebe725fce098fe20e2b7b2a", null ],
- [ "__portuguese_brazil_us_accents_to_us_normal", "a00023.html#ae2e3012873066a9c31d2dd60696d51aa", null ],
- [ "__us_to_portuguese_brazil_us_accents_normal", "a00023.html#a2e894d0fd89a38dafe91c308b072ccfe", null ],
- [ "__portuguese_brazil_us_accents_to_us_caps", "a00023.html#a4b606782d91251d5869f5e652a1e26bf", null ],
- [ "__us_to_portuguese_brazil_us_accents_caps", "a00023.html#ab925f152edfae1eb6712f58009192b44", null ],
- [ "__portuguese_brazil_us_accents_to_us_shift", "a00023.html#a83b7e826ae93a9a148416b8781ba5e7f", null ],
- [ "__us_to_portuguese_brazil_us_accents_shift", "a00023.html#ae209eff3c1c822129510e1dafb805e3f", null ],
- [ "__portuguese_brazil_us_accents_to_us_caps_shift", "a00023.html#aadb91ba73ba6cf60e3fc583e4310a458", null ],
- [ "__us_to_portuguese_brazil_us_accents_caps_shift", "a00023.html#a33d0aaac6fbf0764b913ceb23c401050", null ],
- [ "__portuguese_to_us_normal", "a00023.html#a6a77856ac4c7735ea594e2068ea1c6fe", null ],
- [ "__us_to_portuguese_normal", "a00023.html#a1ac108d3286d566028ff03de6d006487", null ],
- [ "__portuguese_to_us_caps", "a00023.html#adb7213956d057d312aa8f35a599c7ca9", null ],
- [ "__us_to_portuguese_caps", "a00023.html#a3dcb2fce27c36d4d3d5abea4338faae7", null ],
- [ "__portuguese_to_us_shift", "a00023.html#a15c46d0c593e2115fb2643614d0bd7ad", null ],
- [ "__us_to_portuguese_shift", "a00023.html#a0e68340b2cb1e79c169682e3393b33b1", null ],
- [ "__portuguese_to_us_caps_shift", "a00023.html#a39f75d540b788e36002d9a021b0a315b", null ],
- [ "__us_to_portuguese_caps_shift", "a00023.html#a9d758220a82cc0c0d5b556b9ae05bb32", null ],
- [ "__slovak_to_us_normal", "a00023.html#ad454c888e2d884ddb61f42e321c09824", null ],
- [ "__us_to_slovak_normal", "a00023.html#acb94fbf92e6eb8259b6ca0299404d2ad", null ],
- [ "__slovak_to_us_caps", "a00023.html#a6e5f9db8f144059f795b71a28e73da0e", null ],
- [ "__us_to_slovak_caps", "a00023.html#ad281e080a9965fa3f28c274c216d1828", null ],
- [ "__slovak_to_us_shift", "a00023.html#a65b5ed82b176eabde4efc9d63ae512f0", null ],
- [ "__us_to_slovak_shift", "a00023.html#a6f10e66c59006d12a86943a94d685d4e", null ],
- [ "__slovak_to_us_caps_shift", "a00023.html#aea22af3a099af50113464eaba2b89d29", null ],
- [ "__us_to_slovak_caps_shift", "a00023.html#a54c9e03c423bbbfc289839cfbab27922", null ],
- [ "__slovak_qwerty_to_us_normal", "a00023.html#a93b15c5c8df96dcd3a27227d7f23513e", null ],
- [ "__us_to_slovak_qwerty_normal", "a00023.html#af11d29edd8a2dd6762f3384724f44c87", null ],
- [ "__slovak_qwerty_to_us_caps", "a00023.html#aacf3bb6f886e21aff11f3a0c0ffe95db", null ],
- [ "__us_to_slovak_qwerty_caps", "a00023.html#a055ee8dc6e88272bd48375167cdcd6d9", null ],
- [ "__slovak_qwerty_to_us_shift", "a00023.html#add77763541b13712b6b0da419c93202d", null ],
- [ "__us_to_slovak_qwerty_shift", "a00023.html#a9c75eaf6a589bf8fd4c519cdc5bd2fe2", null ],
- [ "__slovak_qwerty_to_us_caps_shift", "a00023.html#a4b63449a341c0b86f67dd081b5355a28", null ],
- [ "__us_to_slovak_qwerty_caps_shift", "a00023.html#a95f755c3af2e5ac840959c7f5fb21242", null ],
- [ "__spanish_cp850_to_us_normal", "a00023.html#ad27440c271002acf5174c1ddb6754c59", null ],
- [ "__us_to_spanish_cp850_normal", "a00023.html#ae8f66657979d3c8b15d259ea50dc3f91", null ],
- [ "__spanish_cp850_to_us_caps", "a00023.html#aa301b379ead9676773f9ef0833dc4bf9", null ],
- [ "__us_to_spanish_cp850_caps", "a00023.html#af1524e8401f22c0f194925ad867a4d69", null ],
- [ "__spanish_cp850_to_us_shift", "a00023.html#abce00486a03917d700546bee0a49e1f7", null ],
- [ "__us_to_spanish_cp850_shift", "a00023.html#ac5d83dda8940bc1fdf6c531119055c7a", null ],
- [ "__spanish_cp850_to_us_caps_shift", "a00023.html#a59340b54066382d467f0b3c7e2178b1e", null ],
- [ "__us_to_spanish_cp850_caps_shift", "a00023.html#a8ec631d62dd6df310b5bff744ed19cb9", null ],
- [ "__spanish_to_us_normal", "a00023.html#ae4aefc085f9aaa69e26c770cd47644b8", null ],
- [ "__us_to_spanish_normal", "a00023.html#afd486f8becb5e481e2490b5564611259", null ],
- [ "__spanish_to_us_caps", "a00023.html#a34d7a8325d39dd0d4da439b792af4108", null ],
- [ "__us_to_spanish_caps", "a00023.html#aa388593df6cb071aba3305ac42edb298", null ],
- [ "__spanish_to_us_shift", "a00023.html#a28b628a450268293823735c63e20c915", null ],
- [ "__us_to_spanish_shift", "a00023.html#aa244f0432b5507db4697c0054f2d3202", null ],
- [ "__spanish_to_us_caps_shift", "a00023.html#ade56d5f7a16da175c5eb65fb8cc95d47", null ],
- [ "__us_to_spanish_caps_shift", "a00023.html#a2dee127341f6d13d85a98931c65469d0", null ],
- [ "__spanish_latin_america_to_us_normal", "a00023.html#a380e0fc0c51f97ff1e030ce28acfcbc6", null ],
- [ "__us_to_spanish_latin_america_normal", "a00023.html#abab83cf7dcdd6184bea0364294e3696e", null ],
- [ "__spanish_latin_america_to_us_caps", "a00023.html#afb4a52d8cef8901331bd79a96a448a0a", null ],
- [ "__us_to_spanish_latin_america_caps", "a00023.html#a9a7c312af57c068adac6ab8562a6b98a", null ],
- [ "__spanish_latin_america_to_us_shift", "a00023.html#af18c2c78eb3b62d7e4599bb9ca049831", null ],
- [ "__us_to_spanish_latin_america_shift", "a00023.html#a77f699f0aac817e0c3597ceb2bb23be7", null ],
- [ "__spanish_latin_america_to_us_caps_shift", "a00023.html#aab8f0711f4949efad5a4a6c7ed9a47e5", null ],
- [ "__us_to_spanish_latin_america_caps_shift", "a00023.html#ad9f744da9d50f9d644e673a6fe36b0bd", null ],
- [ "__swedish_to_us_normal", "a00023.html#acd85ef5e00b77b246c98dda094fe6ca1", null ],
- [ "__us_to_swedish_normal", "a00023.html#a7f154d5583c8b01b87852606364b9721", null ],
- [ "__swedish_to_us_caps", "a00023.html#a9288cde8e1c820c2156b599a9bedf380", null ],
/usr/share/doc/packages/scim-devel/html/a00026.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00026.html 2022-08-31 19:01:55.476249813 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00026.html 2022-08-31 19:01:55.492249880 +0000
@@ -5,7 +5,7 @@
-scim: scim_helper_module.h File Reference
+scim: scim.h File Reference
@@ -60,54 +60,1205 @@
+
-
-
Defines scim::HelperModule and it's related types.
-More...
-
-
-int scim::scim_get_helper_module_list (std::vector< String > &mod_list)
- Get a name list of currently available Helper modules. More...
-
+#include <exception>
+
#include <new>
+
#include <iostream>
+
#include <fstream>
+
#include <vector>
+
#include <list>
+
#include <map>
+
#include <algorithm>
+
#include <string>
+
#include <cstdio>
+
#include <iconv.h>
+
#include <scim_types.h >
+
#href_anchor"el" href="a00122.html">scim_debug.h>
+
#include <scim_exception.h >
+
#href_anchor"el" href="a00062.html">scim_event.h>
+
#include <scim_utility.h >
+
#href_anchor"el" href="a00044.html">scim_global_config.h>
+
#include <scim_pointer.h >
+
#href_anchor"el" href="a00011.html">scim_object.h>
+
#include <scim_slot.h >
+
#href_anchor"el" href="a00050.html">scim_connection.h>
+
#include <scim_signals.h >
+
#href_anchor"el" href="a00071.html">scim_bind.h>
+
#include <scim_config_base.h >
+
#href_anchor"el" href="a00104.html">scim_attribute.h>
+
#include <scim_property.h >
+
#href_anchor"el" href="a00029.html">scim_lookup_table.h>
+
#include <scim_iconv.h >
+
#href_anchor"el" href="a00035.html">scim_module.h>
+
#include <scim_socket.h >
+
#href_anchor"el" href="a00041.html">scim_transaction.h>
+
#include <scim_imengine.h >
+
#href_anchor"el" href="a00017.html">scim_imengine_module.h>
+
#include <scim_compose_key.h >
+
#href_anchor"el" href="a00014.html">scim_backend.h>
+
#include <scim_frontend.h >
+
#href_anchor"el" href="a00038.html">scim_frontend_module.h>
+
#include <scim_config_module.h >
+
#href_anchor"el" href="a00008.html">scim_config_path.h>
+
#include <scim_trans_commands.h >
+
#href_anchor"el" href="a00134.html">scim_helper.h>
+
#include <scim_helper_module.h >
+
#href_anchor"el" href="a00101.html">scim_helper_manager.h>
+
#include <scim_panel_agent.h >
+
#href_anchor"el" href="a00098.html">scim_panel_client.h>
+
#include <scim_filter.h >
+
+
+#href_anchor"memItemRight" valign="bottom">Uses_SCIM_TYPES
+
+#define Uses_SCIM_UTILITY
+
+#define Uses_SCIM_GLOBAL_CONFIG
+
+#define Uses_SCIM_EXCEPTION
+
+#define Uses_SCIM_DEBUG
+
+#define Uses_SCIM_OBJECT
+
+#define Uses_SCIM_SIGNALS
+
+#define Uses_SCIM_SLOT
+
+#define Uses_SCIM_CONNECTION
+
+#define Uses_SCIM_BIND
+
+#define Uses_SCIM_POINTER
+
+#define Uses_STL_STRING
+
+#define Uses_STL_VECTOR
+
+#define Uses_STL_ALGORITHM
+
+#define Uses_STL_NEW
+
+#define Uses_SCIM_IMENGINE
+
+#define Uses_SCIM_PANEL_AGENT
+
+#define Uses_SCIM_PANEL_CLIENT
+
+#define Uses_SCIM_HELPER_MANAGER
+
+#define Uses_SCIM_TRANSACTION
+
+#define Uses_SCIM_TRANSACTION
+
+#define Uses_SCIM_HELPER
+
+#define Uses_SCIM_HELPER
+
+#define Uses_SCIM_MODULE
+
+#define Uses_SCIM_CONFIG_BASE
+
+#define Uses_SCIM_TRANSACTION
+
+#define Uses_SCIM_EVENT
+
+#define Uses_SCIM_IMENGINE
+
+#define Uses_SCIM_EVENT
+
+#define Uses_SCIM_LOOKUP_TABLE
+
+#define Uses_SCIM_SOCKET
+
+#define Uses_SCIM_ATTRIBUTE
+
+#define Uses_SCIM_PROPERTY
+
+#define Uses_SCIM_TRANS_COMMANDS
+
+#define Uses_SCIM_MODULE
+
+#define Uses_SCIM_CONFIG_BASE
+
+#define Uses_SCIM_MODULE
+
+#define Uses_SCIM_CONFIG_BASE
+
+#define Uses_SCIM_IMENGINE
+
+#define Uses_SCIM_MODULE
+
+#define Uses_SCIM_CONFIG_BASE
+
+#define Uses_SCIM_FRONTEND
+
+#define Uses_C_ICONV
+
+#define Uses_SCIM_BACKEND
+
+#define Uses_SCIM_IMENGINE
+
+#define Uses_SCIM_EVENT
+
+#define Uses_SCIM_LOOKUP_TABLE
+
+#define Uses_STL_MAP
+
/usr/share/doc/packages/scim-devel/html/a00026.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00026.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00026.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,7 +1,74 @@
var a00026 =
[
- [ "HelperModuleNumberOfHelpersFunc", "a00026.html#gae2d32dfc0e4c3631226f8ee4eb757417", null ],
- [ "HelperModuleGetHelperInfoFunc", "a00026.html#ga1bcccedce6642b73915d1155fb1bf2d4", null ],
- [ "HelperModuleRunHelperFunc", "a00026.html#gab2dcd9a6f050ca46a5b994d7e618eeaa", null ],
- [ "scim_get_helper_module_list", "a00026.html#gae8b8feb4c9d8de960bdbee9f8c153ab2", null ]
+ [ "Uses_SCIM_TYPES", "a00026.html#a47240741e4885a6ca1e2a4084cc6ffdc", null ],
+ [ "Uses_SCIM_UTILITY", "a00026.html#a81e7669639f1c7f4d334933456723096", null ],
+ [ "Uses_SCIM_GLOBAL_CONFIG", "a00026.html#aaeb9194a88880d9501e5dd4f6d2fe0c9", null ],
+ [ "Uses_SCIM_EXCEPTION", "a00026.html#a4558fdb0266fc6ada05aa4fd639404d5", null ],
+ [ "Uses_SCIM_DEBUG", "a00026.html#ac63c7e8b25652c324a0d9127b11ff526", null ],
+ [ "Uses_SCIM_OBJECT", "a00026.html#a6d5be3bde2b5c3bf6514f4eb60e7794e", null ],
+ [ "Uses_SCIM_SIGNALS", "a00026.html#ae7aebbaacf4f765fa3c384d2b9dd8585", null ],
+ [ "Uses_SCIM_SLOT", "a00026.html#a0c0cd935e16e73d1d8d8a3e9b3c525c8", null ],
+ [ "Uses_SCIM_CONNECTION", "a00026.html#ac25c80363b9f427414533225a214e817", null ],
+ [ "Uses_SCIM_BIND", "a00026.html#a3d2e54200a1f73362798bef27355331e", null ],
+ [ "Uses_SCIM_POINTER", "a00026.html#ad11822e37d04e3c068fab2e4f331be68", null ],
+ [ "Uses_STL_STRING", "a00026.html#a058b5cbae7674332df03be0ad3a1748c", null ],
+ [ "Uses_STL_VECTOR", "a00026.html#aea5ec7e5b6c52bca89a758784ae744ea", null ],
+ [ "Uses_STL_ALGORITHM", "a00026.html#a67bdc2e913658d4b0b952b8cd4258c68", null ],
+ [ "Uses_STL_NEW", "a00026.html#a5b9c51fc73b129e936a70c9cb1d8a6ad", null ],
+ [ "Uses_SCIM_IMENGINE", "a00026.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
+ [ "Uses_SCIM_PANEL_AGENT", "a00026.html#a687d34547b158370a05ae284170284f2", null ],
+ [ "Uses_SCIM_PANEL_CLIENT", "a00026.html#a7b5aa7eeb63718daee35b98a0b04b9e7", null ],
+ [ "Uses_SCIM_HELPER_MANAGER", "a00026.html#a98a24b22054992f843746e4f02197ee6", null ],
+ [ "Uses_SCIM_TRANSACTION", "a00026.html#a028e0145799e5baa7984d1eb0954471e", null ],
+ [ "Uses_SCIM_TRANSACTION", "a00026.html#a028e0145799e5baa7984d1eb0954471e", null ],
+ [ "Uses_SCIM_HELPER", "a00026.html#a835088bf5631f0ffc4d1bf50df41599e", null ],
+ [ "Uses_SCIM_HELPER", "a00026.html#a835088bf5631f0ffc4d1bf50df41599e", null ],
+ [ "Uses_SCIM_MODULE", "a00026.html#a193f5afe7049509244459a6ab99f61c3", null ],
+ [ "Uses_SCIM_CONFIG_BASE", "a00026.html#a3688bc4266a9cad0b50205f3d746909b", null ],
+ [ "Uses_SCIM_TRANSACTION", "a00026.html#a028e0145799e5baa7984d1eb0954471e", null ],
+ [ "Uses_SCIM_EVENT", "a00026.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
+ [ "Uses_SCIM_IMENGINE", "a00026.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
+ [ "Uses_SCIM_EVENT", "a00026.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
+ [ "Uses_SCIM_LOOKUP_TABLE", "a00026.html#a10c8de8842cd3b4985e4ad78f1b87dcb", null ],
+ [ "Uses_SCIM_SOCKET", "a00026.html#ac0ce500c8226a6fd005b2b30379473f7", null ],
+ [ "Uses_SCIM_ATTRIBUTE", "a00026.html#af0b25924df14d15167ce5d8b5286b842", null ],
+ [ "Uses_SCIM_PROPERTY", "a00026.html#a315058ee39c40d4aca5caf4770aa5631", null ],
+ [ "Uses_SCIM_TRANS_COMMANDS", "a00026.html#a94f31c9b09644c7346c804319b2c8593", null ],
+ [ "Uses_SCIM_MODULE", "a00026.html#a193f5afe7049509244459a6ab99f61c3", null ],
+ [ "Uses_SCIM_CONFIG_BASE", "a00026.html#a3688bc4266a9cad0b50205f3d746909b", null ],
+ [ "Uses_SCIM_MODULE", "a00026.html#a193f5afe7049509244459a6ab99f61c3", null ],
+ [ "Uses_SCIM_CONFIG_BASE", "a00026.html#a3688bc4266a9cad0b50205f3d746909b", null ],
+ [ "Uses_SCIM_IMENGINE", "a00026.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
+ [ "Uses_SCIM_MODULE", "a00026.html#a193f5afe7049509244459a6ab99f61c3", null ],
+ [ "Uses_SCIM_CONFIG_BASE", "a00026.html#a3688bc4266a9cad0b50205f3d746909b", null ],
+ [ "Uses_SCIM_FRONTEND", "a00026.html#a40956178c0b119b013a4e8a7e88d4ae2", null ],
+ [ "Uses_C_ICONV", "a00026.html#ace3edef285b558c79c50af9732344098", null ],
+ [ "Uses_SCIM_BACKEND", "a00026.html#a2f43e6c8c851eee06b2887daba848ca6", null ],
+ [ "Uses_SCIM_IMENGINE", "a00026.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
+ [ "Uses_SCIM_EVENT", "a00026.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
+ [ "Uses_SCIM_LOOKUP_TABLE", "a00026.html#a10c8de8842cd3b4985e4ad78f1b87dcb", null ],
+ [ "Uses_STL_MAP", "a00026.html#a5a45611210205a504c82947c42230a30", null ],
+ [ "Uses_C_STDIO", "a00026.html#a80411f27c83a99ee670d2c8a5485f8d8", null ],
+ [ "Uses_SCIM_ATTRIBUTE", "a00026.html#af0b25924df14d15167ce5d8b5286b842", null ],
+ [ "Uses_SCIM_PROPERTY", "a00026.html#a315058ee39c40d4aca5caf4770aa5631", null ],
+ [ "Uses_SCIM_TRANSACTION", "a00026.html#a028e0145799e5baa7984d1eb0954471e", null ],
+ [ "Uses_SCIM_SOCKET", "a00026.html#ac0ce500c8226a6fd005b2b30379473f7", null ],
+ [ "Uses_SCIM_IMENGINE", "a00026.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
+ [ "Uses_SCIM_CONFIG_BASE", "a00026.html#a3688bc4266a9cad0b50205f3d746909b", null ],
+ [ "Uses_SCIM_COMPOSE_KEY", "a00026.html#a72eea58b2e9ed41dd9fb1cb9a98da358", null ],
+ [ "Uses_SCIM_EVENT", "a00026.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
+ [ "Uses_SCIM_LOOKUP_TABLE", "a00026.html#a10c8de8842cd3b4985e4ad78f1b87dcb", null ],
+ [ "Uses_SCIM_ATTRIBUTE", "a00026.html#af0b25924df14d15167ce5d8b5286b842", null ],
+ [ "Uses_SCIM_PROPERTY", "a00026.html#a315058ee39c40d4aca5caf4770aa5631", null ],
+ [ "Uses_SCIM_TRANSACTION", "a00026.html#a028e0145799e5baa7984d1eb0954471e", null ],
+ [ "Uses_SCIM_SOCKET", "a00026.html#ac0ce500c8226a6fd005b2b30379473f7", null ],
+ [ "Uses_SCIM_EVENT", "a00026.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
+ [ "Uses_SCIM_ATTRIBUTE", "a00026.html#af0b25924df14d15167ce5d8b5286b842", null ],
+ [ "Uses_SCIM_MODULE", "a00026.html#a193f5afe7049509244459a6ab99f61c3", null ],
+ [ "Uses_SCIM_CONFIG_MODULE", "a00026.html#a65aeb11a2db60e800ec2404799caaab9", null ],
+ [ "Uses_STL_LIST", "a00026.html#a3cb5302c4bae50f96c10434d6d6e82f4", null ],
+ [ "Uses_STL_EXCEPTION", "a00026.html#a4a3331569124012ed5a5495e2ad93a14", null ],
+ [ "Uses_STL_IOSTREAM", "a00026.html#ad3c1c3fbf41eab95a17536127c3776cf", null ],
+ [ "Uses_STL_FSTREAM", "a00026.html#a287b35b38fed20c28c4c331ac621979b", null ],
+ [ "Uses_STL_IOSTREAM", "a00026.html#ad3c1c3fbf41eab95a17536127c3776cf", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00029.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00029.html 2022-08-31 19:01:55.544250102 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00029.html 2022-08-31 19:01:55.540250085 +0000
@@ -5,7 +5,7 @@
-scim: scim_config_path.h File Reference
+scim: scim_lookup_table.h File Reference
@@ -60,86 +60,42 @@
-
This file defines some common used configuration keys.
+
definition of LookupTable classes.
More...
-
This file defines some common used configuration keys.
+
definition of LookupTable classes.
/usr/share/doc/packages/scim-devel/html/a00029.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00029.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00029.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,31 +1,4 @@
var a00029 =
[
- [ "SCIM_CONFIG_UPDATE_TIMESTAMP", "a00140.html#ga3a50220b4cab7518d20f38b5502a3770", null ],
- [ "SCIM_CONFIG_DEFAULT_IMENGINE_FACTORY", "a00140.html#ga7c0fc7051b42a06ec117fe82e8eee965", null ],
- [ "SCIM_CONFIG_FRONTEND_ON_THE_SPOT", "a00140.html#ga240fbd44ae38b0dc3dfb0c1c85438f6d", null ],
- [ "SCIM_CONFIG_FRONTEND_SHARED_INPUT_METHOD", "a00140.html#ga2556f21195bbe2b5df8dfbe112db3010", null ],
- [ "SCIM_CONFIG_FRONTEND_IM_OPENED_BY_DEFAULT", "a00140.html#gaf793b8cb358ce3be8ab0313fe12d218d", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND", "a00140.html#gac7e2507147df1352f4cb7b7dea99f8e1", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND_TRIGGER", "a00140.html#ga9166e621609816d2c9b20d8cbd2beb34", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND_ON", "a00140.html#ga60e92b0091b32dcf4010602518dd595e", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND_OFF", "a00140.html#ga98279bccfcfceaa9d409bb8ee3cc6158", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND_NEXT_FACTORY", "a00140.html#gac4a836b7719495e87b4b0977a3498d03", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND_PREVIOUS_FACTORY", "a00140.html#ga94ca105116ba90ee7d6aebf65c86125a", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND_SHOW_FACTORY_MENU", "a00140.html#ga43bee0a5b0f3c10022df695dd40c9afa", null ],
- [ "SCIM_CONFIG_HOTKEYS_FRONTEND_VALID_KEY_MASK", "a00140.html#ga77f4007ca7e31f898811b007fa88e9b3", null ],
- [ "SCIM_CONFIG_HOTKEYS_IMENGINE", "a00140.html#ga1c7bc95caba5c10aad5eb7118426fab7", null ],
- [ "SCIM_CONFIG_HOTKEYS_IMENGINE_LIST", "a00140.html#ga6a26d5da3da767550954b59c710d335e", null ],
- [ "SCIM_CONFIG_FILTER_FILTERED_IMENGINES", "a00140.html#ga6271b21c4d8eaff7a24e4f3634c96da8", null ],
- [ "SCIM_CONFIG_FILTER_FILTERED_IMENGINES_LIST", "a00140.html#ga2fdcb75c5ee93bb56d747f4722537304", null ],
- [ "SCIM_GLOBAL_CONFIG_DISABLED_IMENGINE_FACTORIES", "a00140.html#gaac2a57b2b1ce6ee43614fa3fdb41257e", null ],
- [ "SCIM_GLOBAL_CONFIG_SUPPORTED_UNICODE_LOCALES", "a00140.html#ga9a6a55792a471ed78d51e59e94ac77a1", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_KEYBOARD_LAYOUT", "a00140.html#ga4637db34e51e7b734f1d10dca80b22b4", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_PANEL_PROGRAM", "a00140.html#ga08bf524ac08ec70fa711eb0d22cbc724", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_CONFIG_MODULE", "a00140.html#ga1a80a4203f248782bc371ea6cba8c368", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_SOCKET_FRONTEND_ADDRESS", "a00140.html#gac2b159585c2ebafadf5657710e0b6134", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_SOCKET_IMENGINE_ADDRESS", "a00140.html#gabd0dd73dac5efff7fcbcaf2fc1546967", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_SOCKET_CONFIG_ADDRESS", "a00140.html#ga1056cce24648c1710ec5ff3b62eececa", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_PANEL_SOCKET_ADDRESS", "a00140.html#gae386be6a30cdec48e14b45619b26bdd8", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_HELPER_MANAGER_SOCKET_ADDRESS", "a00140.html#ga0ee0ddec261254b6c4895afca5237377", null ],
- [ "SCIM_GLOBAL_CONFIG_DEFAULT_SOCKET_TIMEOUT", "a00140.html#ga803d637c59092993a099c5563bd4fa67", null ]
+ [ "SCIM_LOOKUP_TABLE_MAX_PAGESIZE", "a00137.html#gadca0fdc84407454c4e8729c30417af94", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00032.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00032.html 2022-08-31 19:01:55.608250373 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00032.html 2022-08-31 19:01:55.596250322 +0000
@@ -5,7 +5,7 @@
-
scim: scim_trans_commands.h File Reference
+
scim: scim_filter_module.h File Reference
@@ -60,233 +60,53 @@
+
-
Transaction commands.
+
definition of FilterModule related classes.
More...
namespace scim
href_anchor"memberdecls">
-
-const int scim::SCIM_TRANS_CMD_UNKNOWN = 0
- Unknown command. No use. More...
-
-const int scim::SCIM_TRANS_CMD_REQUEST = 1
- It's the first command which should be put into the Transaction sending from a socket client to a socket server. More...
-
-const int scim::SCIM_TRANS_CMD_REPLY = 2
- It's the first command which should be put into the Transaction sending from a socket server to a socket client. More...
-
-const int scim::SCIM_TRANS_CMD_OK = 3
- This command is usually used in the Transaction sending from a socket server to a socket client to indicate that the request previously sent from the client was executed successfully. More...
-
-const int scim::SCIM_TRANS_CMD_FAIL = 4
- This command is usually used in the Transaction sending from a socket server to a socket client to indicate that the request previously sent from the client was failed to be executed. More...
-
-const int scim::SCIM_TRANS_CMD_OPEN_CONNECTION = 5
- This command is used internally by scim_socket_open_connection() and scim_socket_accept_connection() . More...
-
-const int scim::SCIM_TRANS_CMD_CLOSE_CONNECTION = 6
- It's used to request the socket server to close the connection forcedly. More...
-
-const int scim::SCIM_TRANS_CMD_LOAD_FILE = 7
- Request the socket server to load and send a file to the client. More...
-
-const int scim::SCIM_TRANS_CMD_SAVE_FILE = 8
- Request the socket server to save a buffer into a file. More...
-
-const int scim::SCIM_TRANS_CMD_EXIT = 99
- This command should be sent from a socket server to its clients to let them exit. More...
-
-const int scim::SCIM_TRANS_CMD_PROCESS_KEY_EVENT = 100
- This command is used in SocketIMEngine to SocketFrontEnd and Panel to FrontEnd protocols to send a KeyEvent to an IMEngineInstance. More...
-
-const int scim::SCIM_TRANS_CMD_MOVE_PREEDIT_CARET = 101
-
-const int scim::SCIM_TRANS_CMD_SELECT_CANDIDATE = 102
-
-const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE_PAGE_SIZE = 103
-
-const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_UP = 104
-
-const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_DOWN = 105
-
-const int scim::SCIM_TRANS_CMD_RESET = 106
-
-const int scim::SCIM_TRANS_CMD_FOCUS_IN = 107
-
-const int scim::SCIM_TRANS_CMD_FOCUS_OUT = 108
-
-const int scim::SCIM_TRANS_CMD_TRIGGER_PROPERTY = 109
-
-const int scim::SCIM_TRANS_CMD_PROCESS_HELPER_EVENT = 110
-
-const int scim::SCIM_TRANS_CMD_UPDATE_CLIENT_CAPABILITIES = 111
-
-const int scim::SCIM_TRANS_CMD_SHOW_PREEDIT_STRING = 150
-
-const int scim::SCIM_TRANS_CMD_SHOW_AUX_STRING = 151
-
-const int scim::SCIM_TRANS_CMD_SHOW_LOOKUP_TABLE = 152
-
-const int scim::SCIM_TRANS_CMD_HIDE_PREEDIT_STRING = 153
-
-const int scim::SCIM_TRANS_CMD_HIDE_AUX_STRING = 154
-
-const int scim::SCIM_TRANS_CMD_HIDE_LOOKUP_TABLE = 155
-
-const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_CARET = 156
-
-const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_STRING = 157
-
-const int scim::SCIM_TRANS_CMD_UPDATE_AUX_STRING = 158
-
-const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE = 159
-
-const int scim::SCIM_TRANS_CMD_COMMIT_STRING = 160
-
-const int scim::SCIM_TRANS_CMD_FORWARD_KEY_EVENT = 161
-
-const int scim::SCIM_TRANS_CMD_REGISTER_PROPERTIES = 162
-
-const int scim::SCIM_TRANS_CMD_UPDATE_PROPERTY = 163
-
-const int scim::SCIM_TRANS_CMD_BEEP = 164
-
-const int scim::SCIM_TRANS_CMD_START_HELPER = 165
-
-const int scim::SCIM_TRANS_CMD_STOP_HELPER = 166
-
-const int scim::SCIM_TRANS_CMD_SEND_HELPER_EVENT = 167
-
-const int scim::SCIM_TRANS_CMD_GET_SURROUNDING_TEXT = 168
-
-const int scim::SCIM_TRANS_CMD_DELETE_SURROUNDING_TEXT = 169
-
-const int scim::SCIM_TRANS_CMD_NEW_INSTANCE = 200
-
-const int scim::SCIM_TRANS_CMD_DELETE_INSTANCE = 201
-
-const int scim::SCIM_TRANS_CMD_DELETE_ALL_INSTANCES = 202
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_LIST = 203
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_NAME = 204
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_AUTHORS = 205
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_CREDITS = 206
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_HELP = 207
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_LOCALES = 208
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_ICON_FILE = 209
-
-const int scim::SCIM_TRANS_CMD_GET_FACTORY_LANGUAGE = 210
-
-const int scim::SCIM_TRANS_CMD_FLUSH_CONFIG = 300
-
-const int scim::SCIM_TRANS_CMD_ERASE_CONFIG = 301
-
-const int scim::SCIM_TRANS_CMD_GET_CONFIG_STRING = 302
-
-const int scim::SCIM_TRANS_CMD_SET_CONFIG_STRING = 303
-
-const int scim::SCIM_TRANS_CMD_GET_CONFIG_INT = 304
-
-const int scim::SCIM_TRANS_CMD_SET_CONFIG_INT = 305
-
-const int scim::SCIM_TRANS_CMD_GET_CONFIG_BOOL = 306
-
-const int scim::SCIM_TRANS_CMD_SET_CONFIG_BOOL = 307
-
-const int scim::SCIM_TRANS_CMD_GET_CONFIG_DOUBLE = 308
-
-const int scim::SCIM_TRANS_CMD_SET_CONFIG_DOUBLE = 309
-
-const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_STRING = 310
-
-const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_STRING = 311
-
-const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_INT = 312
-
-const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_INT = 313
-
-const int scim::SCIM_TRANS_CMD_RELOAD_CONFIG = 314
-
-const int scim::SCIM_TRANS_CMD_UPDATE_SCREEN = 400
-
-const int scim::SCIM_TRANS_CMD_UPDATE_SPOT_LOCATION = 401
-
-const int scim::SCIM_TRANS_CMD_PANEL_EXIT = 500
-
-const int scim::SCIM_TRANS_CMD_PANEL_TURN_ON = 501
-
-const int scim::SCIM_TRANS_CMD_PANEL_TURN_OFF = 502
-
-const int scim::SCIM_TRANS_CMD_PANEL_UPDATE_FACTORY_INFO = 503
-
/usr/share/doc/packages/scim-devel/html/a00032.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00032.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00032.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,99 +1,7 @@
var a00032 =
[
- [ "SCIM_TRANS_CMD_UNKNOWN", "a00032.html#ga3102d9619a6abcc3a81f1b8026e79788", null ],
- [ "SCIM_TRANS_CMD_REQUEST", "a00032.html#ga3454e50a89b1c4c336c9184f30e14ae4", null ],
- [ "SCIM_TRANS_CMD_REPLY", "a00032.html#ga4d62009f79a0b0573e2324f2de9bc8ef", null ],
- [ "SCIM_TRANS_CMD_OK", "a00032.html#gab1928c18aedef90d1d44ef77f9fef662", null ],
- [ "SCIM_TRANS_CMD_FAIL", "a00032.html#ga121acff17a5f2821ae1e815640535671", null ],
- [ "SCIM_TRANS_CMD_OPEN_CONNECTION", "a00032.html#ga21ec95373d6846486ccc2f1a97e66812", null ],
- [ "SCIM_TRANS_CMD_CLOSE_CONNECTION", "a00032.html#ga86bf890a6d76502f71fda73aec4ca2d3", null ],
- [ "SCIM_TRANS_CMD_LOAD_FILE", "a00032.html#ga637ef200445c161e5446dd41e69488b8", null ],
- [ "SCIM_TRANS_CMD_SAVE_FILE", "a00032.html#ga3307ca00b453635230643b2134419338", null ],
- [ "SCIM_TRANS_CMD_EXIT", "a00032.html#ga347ad73806d05255fea551af6d704540", null ],
- [ "SCIM_TRANS_CMD_PROCESS_KEY_EVENT", "a00032.html#gad6daa6dc5fea6928c4f33bee5df6608c", null ],
- [ "SCIM_TRANS_CMD_MOVE_PREEDIT_CARET", "a00032.html#gaf06e0a920f860be0ec4524dce582294d", null ],
- [ "SCIM_TRANS_CMD_SELECT_CANDIDATE", "a00032.html#gaa53d484351a49861fcb5d79e09fe91fd", null ],
- [ "SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE_PAGE_SIZE", "a00032.html#ga0bdf7a889a591226564c69b633e90129", null ],
- [ "SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_UP", "a00032.html#ga448862949976d40b96d40986dcdac430", null ],
- [ "SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_DOWN", "a00032.html#ga5ce97a74e64105d23f362e2bc5533fcf", null ],
- [ "SCIM_TRANS_CMD_RESET", "a00032.html#ga52492c2fafcb0c78526de3c9a2dddc0c", null ],
- [ "SCIM_TRANS_CMD_FOCUS_IN", "a00032.html#gad9c732c5e1018343b4f7f5ed3f5161ee", null ],
- [ "SCIM_TRANS_CMD_FOCUS_OUT", "a00032.html#gabd5bd080d2bb49b08fdd9182c262a5da", null ],
- [ "SCIM_TRANS_CMD_TRIGGER_PROPERTY", "a00032.html#ga5ad87339ef5fe53165c2c5e33b6ad41d", null ],
- [ "SCIM_TRANS_CMD_PROCESS_HELPER_EVENT", "a00032.html#ga5415cddfe1d1ee1341330ee9ea9814af", null ],
- [ "SCIM_TRANS_CMD_UPDATE_CLIENT_CAPABILITIES", "a00032.html#ga9d754baea4da19b3b05e78284417f4ce", null ],
- [ "SCIM_TRANS_CMD_SHOW_PREEDIT_STRING", "a00032.html#ga0b0c004ee6572fee35bceb62bb1dbdd9", null ],
- [ "SCIM_TRANS_CMD_SHOW_AUX_STRING", "a00032.html#gacf9983f83c7a9dd6b40f58df2586f480", null ],
- [ "SCIM_TRANS_CMD_SHOW_LOOKUP_TABLE", "a00032.html#ga66219115c75014b963a21df81d10f012", null ],
- [ "SCIM_TRANS_CMD_HIDE_PREEDIT_STRING", "a00032.html#gac089294ce751d5a8a1c7ae8f05596f8e", null ],
- [ "SCIM_TRANS_CMD_HIDE_AUX_STRING", "a00032.html#ga87867adca6b91ced2fa42caaa82bb68a", null ],
- [ "SCIM_TRANS_CMD_HIDE_LOOKUP_TABLE", "a00032.html#ga447deaf1be678c6f9afac20fc54b3a14", null ],
- [ "SCIM_TRANS_CMD_UPDATE_PREEDIT_CARET", "a00032.html#gad116daf6b73b822ef1311e8636b5cd9c", null ],
- [ "SCIM_TRANS_CMD_UPDATE_PREEDIT_STRING", "a00032.html#gaef63391197c34765cfa44db8026f6282", null ],
- [ "SCIM_TRANS_CMD_UPDATE_AUX_STRING", "a00032.html#ga960e132f493c5f801e2770ef54826838", null ],
- [ "SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE", "a00032.html#gac5091dd9ee563f51e84b6dda8c6da55e", null ],
- [ "SCIM_TRANS_CMD_COMMIT_STRING", "a00032.html#ga8258502fbc028966da28e300059cb104", null ],
- [ "SCIM_TRANS_CMD_FORWARD_KEY_EVENT", "a00032.html#ga7cdc5bb1719b9e46564811561eb2de1a", null ],
- [ "SCIM_TRANS_CMD_REGISTER_PROPERTIES", "a00032.html#ga7cbb13d359141c4b083810209e2fe8be", null ],
- [ "SCIM_TRANS_CMD_UPDATE_PROPERTY", "a00032.html#gaacd39268cebe105e8f48700f8a482a82", null ],
- [ "SCIM_TRANS_CMD_BEEP", "a00032.html#gad7fe26ed8acd86a6e0a320e69d5dd4f2", null ],
- [ "SCIM_TRANS_CMD_START_HELPER", "a00032.html#ga31239400d2293fd39ebdeb87ac3e1dd9", null ],
- [ "SCIM_TRANS_CMD_STOP_HELPER", "a00032.html#gae7db2d95943d373f5bb1f197266759af", null ],
- [ "SCIM_TRANS_CMD_SEND_HELPER_EVENT", "a00032.html#gad4a0ce8858a6c6ddefdc70ae62d2323b", null ],
- [ "SCIM_TRANS_CMD_GET_SURROUNDING_TEXT", "a00032.html#gaaa085c348b49ce886dcac2205ba1a712", null ],
- [ "SCIM_TRANS_CMD_DELETE_SURROUNDING_TEXT", "a00032.html#ga0deeda586e923fc7728ba7041a1f7978", null ],
- [ "SCIM_TRANS_CMD_NEW_INSTANCE", "a00032.html#ga3382488332457a9fd0d05a5e7545f7bc", null ],
- [ "SCIM_TRANS_CMD_DELETE_INSTANCE", "a00032.html#ga3a35d76ce49b4f5583460a8c14db7aef", null ],
- [ "SCIM_TRANS_CMD_DELETE_ALL_INSTANCES", "a00032.html#ga739deae99b01c9db3d9e6d52999bbb87", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_LIST", "a00032.html#gab5e80c19bec04786b8658da0a207d0c4", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_NAME", "a00032.html#ga611b86a2cbb7bc1785eaf4c3af7f9a08", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_AUTHORS", "a00032.html#gac4fafc16996b24aa8ce5105c10aa4be7", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_CREDITS", "a00032.html#gabab3996f42242e8bc51646a605221738", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_HELP", "a00032.html#gaa5c939a35144173f456e631e53b9f33b", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_LOCALES", "a00032.html#gabbb49de6d6001c76f4996a6ce2a101ee", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_ICON_FILE", "a00032.html#ga84e198f581aba2c01187912b41f6c04a", null ],
- [ "SCIM_TRANS_CMD_GET_FACTORY_LANGUAGE", "a00032.html#ga5fa58ac28f43db96aafca647ba10ed3c", null ],
- [ "SCIM_TRANS_CMD_FLUSH_CONFIG", "a00032.html#gae4ec8e24d93003ff82b737dec1e07c8a", null ],
- [ "SCIM_TRANS_CMD_ERASE_CONFIG", "a00032.html#ga3ab37fc7c0a079ba8371e866aba767c5", null ],
- [ "SCIM_TRANS_CMD_GET_CONFIG_STRING", "a00032.html#ga5d93f6e27f6985011ff6f7873d93ae51", null ],
- [ "SCIM_TRANS_CMD_SET_CONFIG_STRING", "a00032.html#gaeaea031ee631b1e5366265270dd3a867", null ],
- [ "SCIM_TRANS_CMD_GET_CONFIG_INT", "a00032.html#ga271a23cb4a7283f029c730d7bbededbd", null ],
- [ "SCIM_TRANS_CMD_SET_CONFIG_INT", "a00032.html#ga02c7a8441a7e7519b6ff1ba2b3b8abaf", null ],
- [ "SCIM_TRANS_CMD_GET_CONFIG_BOOL", "a00032.html#gaa67c3fced1fc9b715a45cadfde3197c2", null ],
- [ "SCIM_TRANS_CMD_SET_CONFIG_BOOL", "a00032.html#gaa65e0ee4bb0b0f8e51a755b019c76b62", null ],
- [ "SCIM_TRANS_CMD_GET_CONFIG_DOUBLE", "a00032.html#gaaa30470d01cd4056bea1137ea3b76718", null ],
- [ "SCIM_TRANS_CMD_SET_CONFIG_DOUBLE", "a00032.html#ga6559ebd470ed55dcba1609ea61286908", null ],
- [ "SCIM_TRANS_CMD_GET_CONFIG_VECTOR_STRING", "a00032.html#gaf25c3dcc3a0ed0345576144a7cdb272e", null ],
- [ "SCIM_TRANS_CMD_SET_CONFIG_VECTOR_STRING", "a00032.html#gae3fa15fcefefcc3824db885f536d6b6e", null ],
- [ "SCIM_TRANS_CMD_GET_CONFIG_VECTOR_INT", "a00032.html#gab5c7eeeb188cf40357ac0a290726b9fd", null ],
- [ "SCIM_TRANS_CMD_SET_CONFIG_VECTOR_INT", "a00032.html#gad000f08e833b65f76369e33bf6ba8896", null ],
- [ "SCIM_TRANS_CMD_RELOAD_CONFIG", "a00032.html#gae765c3172f1698286837a0cd5cc91bb0", null ],
- [ "SCIM_TRANS_CMD_UPDATE_SCREEN", "a00032.html#gaf63275c03b5a72216ec49a633f0fe0de", null ],
- [ "SCIM_TRANS_CMD_UPDATE_SPOT_LOCATION", "a00032.html#gaefe6a8b8aa6a8e81a6a793029b004acd", null ],
- [ "SCIM_TRANS_CMD_PANEL_EXIT", "a00032.html#ga84f7209b6be61dabb6db981e2b4936e2", null ],
- [ "SCIM_TRANS_CMD_PANEL_TURN_ON", "a00032.html#ga3b7429c083f708b50cd069d3cf5f3de0", null ],
- [ "SCIM_TRANS_CMD_PANEL_TURN_OFF", "a00032.html#ga83d8fcb099dfa10c4df8b2afd4fd26c5", null ],
- [ "SCIM_TRANS_CMD_PANEL_UPDATE_FACTORY_INFO", "a00032.html#gaea19ee457d818a17ad913f4fece4f732", null ],
- [ "SCIM_TRANS_CMD_PANEL_SHOW_HELP", "a00032.html#gac9a4b909c4211cba7082ffcf040ff222", null ],
- [ "SCIM_TRANS_CMD_PANEL_SHOW_FACTORY_MENU", "a00032.html#gae5a9b7de8a8d4d13dfa927ae79f7f163", null ],
- [ "SCIM_TRANS_CMD_PANEL_REGISTER_INPUT_CONTEXT", "a00032.html#gaad18ba8dde2b786cd70500e2ea870857", null ],
- [ "SCIM_TRANS_CMD_PANEL_REMOVE_INPUT_CONTEXT", "a00032.html#ga1edddc1ef2be6e609ef9343215224203", null ],
- [ "SCIM_TRANS_CMD_PANEL_REQUEST_HELP", "a00032.html#gae4fad7a374a097b2949efa6648f49db1", null ],
- [ "SCIM_TRANS_CMD_PANEL_REQUEST_FACTORY_MENU", "a00032.html#ga66ed4136459df26dbc5c90857649bde5", null ],
- [ "SCIM_TRANS_CMD_PANEL_CHANGE_FACTORY", "a00032.html#ga68aa080e7e30941579358705a4b46bcb", null ],
- [ "SCIM_TRANS_CMD_PANEL_REGISTER_HELPER", "a00032.html#ga29c15aaaca0c4a09263c6a177e8df524", null ],
- [ "SCIM_TRANS_CMD_PANEL_SEND_IMENGINE_EVENT", "a00032.html#ga464590621b82ddff70e9e00394a2cb3a", null ],
- [ "SCIM_TRANS_CMD_PANEL_SEND_KEY_EVENT", "a00032.html#gafb0d3342b5c35fcfd2e8b262db5c4109", null ],
- [ "SCIM_TRANS_CMD_HELPER_PROCESS_IMENGINE_EVENT", "a00032.html#ga31f3b6f84a015155176507e63e8827fb", null ],
- [ "SCIM_TRANS_CMD_HELPER_ATTACH_INPUT_CONTEXT", "a00032.html#ga7f3f38335f64fa7b14d27befbfee9a0d", null ],
- [ "SCIM_TRANS_CMD_HELPER_DETACH_INPUT_CONTEXT", "a00032.html#ga0da0405839110c0322e2fadcd5638846", null ],
- [ "SCIM_TRANS_CMD_HELPER_MANAGER_GET_HELPER_LIST", "a00032.html#gad2c994ef7ba220426c45739021917487", null ],
- [ "SCIM_TRANS_CMD_HELPER_MANAGER_RUN_HELPER", "a00032.html#gaca8bd40315b03e17e8c09d0e96703d28", null ],
- [ "SCIM_TRANS_CMD_CONTROLLER_REQUEST_FACTORY_MENU", "a00032.html#gaecc9178054d1d4de58b567a8eac07e8f", null ],
- [ "SCIM_TRANS_CMD_CONTROLLER_CHANGE_FACTORY", "a00032.html#gadbd6ac815e8d3ceb05b3af6a20eb02c3", null ],
- [ "SCIM_TRANS_CMD_CONTROLLER_GET_CURRENT_FACTORY", "a00032.html#ga79558431d187007c109c4f6e4626a015", null ],
- [ "SCIM_TRANS_CMD_CONTROLLER_GET_CURRENT_CONTEXT", "a00032.html#ga6dbae438346733a7973dd31482f39ba3", null ],
- [ "SCIM_TRANS_CMD_PANEL_RETURN_CURRENT_FACTORY_INFO", "a00032.html#ga427f27b2132da2d2ae6ae135e6e172ee", null ],
- [ "SCIM_TRANS_CMD_PANEL_RETURN_CURRENT_CONTEXT", "a00032.html#ga9c1358c41c044bff0d2f8fc8092418f1", null ],
- [ "SCIM_TRANS_CMD_USER_DEFINED", "a00032.html#ga32da14569252c7b133e7bb5f47b2e3b2", null ]
+ [ "FilterModuleInitFunc", "a00032.html#ga8e0761a3ad90e7293d5f88d21c5c970e", null ],
+ [ "FilterModuleCreateFilterFunc", "a00032.html#gad4f65482d54b94ae1bfd944683d1d090", null ],
+ [ "FilterModuleGetFilterInfoFunc", "a00032.html#ga86ad3d3de5b333ff88af7823dbdda173", null ],
+ [ "scim_get_filter_module_list", "a00032.html#gac5748233a38f490985fcb9dbc01aac00", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00035.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00035.html 2022-08-31 19:01:55.688250713 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00035.html 2022-08-31 19:01:55.668250629 +0000
@@ -5,7 +5,7 @@
-scim: scim.h File Reference
+scim: scim_module.h File Reference
@@ -60,1205 +60,38 @@
+
-
#include <exception>
-
#include <new>
-
#include <iostream>
-
#include <fstream>
-
#include <vector>
-
#include <list>
-
#include <map>
-
#include <algorithm>
-
#include <string>
-
#include <cstdio>
-
#include <iconv.h>
-
#include <scim_types.h >
-
#href_anchor"el" href="a00122.html">scim_debug.h>
-
#include <scim_exception.h >
-
#href_anchor"el" href="a00065.html">scim_event.h>
-
#include <scim_utility.h >
-
#href_anchor"el" href="a00104.html">scim_global_config.h>
-
#include <scim_pointer.h >
-
#href_anchor"el" href="a00005.html">scim_object.h>
-
#include <scim_slot.h >
-
#href_anchor"el" href="a00014.html">scim_connection.h>
-
#include <scim_signals.h >
-
#href_anchor"el" href="a00098.html">scim_bind.h>
-
#include <scim_config_base.h >
-
#href_anchor"el" href="a00050.html">scim_attribute.h>
-
#include <scim_property.h >
-
#href_anchor"el" href="a00083.html">scim_lookup_table.h>
-
#include <scim_iconv.h >
-
#href_anchor"el" href="a00134.html">scim_module.h>
-
#include <scim_socket.h >
-
#href_anchor"el" href="a00125.html">scim_transaction.h>
-
#include <scim_imengine.h >
-
#href_anchor"el" href="a00002.html">scim_imengine_module.h>
-
#include <scim_compose_key.h >
-
#href_anchor"el" href="a00011.html">scim_backend.h>
-
#include <scim_frontend.h >
-
#href_anchor"el" href="a00077.html">scim_frontend_module.h>
-
#include <scim_config_module.h >
-
#href_anchor"el" href="a00029.html">scim_config_path.h>
-
#include <scim_trans_commands.h >
-
#href_anchor"el" href="a00101.html">scim_helper.h>
-
#include <scim_helper_module.h >
-
#href_anchor"el" href="a00095.html">scim_helper_manager.h>
-
#include <scim_panel_agent.h >
-
#href_anchor"el" href="a00107.html">scim_panel_client.h>
-
#include <scim_filter.h >
-
-
-#href_anchor"memItemRight" valign="bottom">Uses_SCIM_TYPES
-
-#define Uses_SCIM_UTILITY
-
-#define Uses_SCIM_GLOBAL_CONFIG
-
-#define Uses_SCIM_EXCEPTION
-
-#define Uses_SCIM_DEBUG
-
-#define Uses_SCIM_OBJECT
-
-#define Uses_SCIM_SIGNALS
-
-#define Uses_SCIM_SLOT
-
-#define Uses_SCIM_CONNECTION
-
-#define Uses_SCIM_BIND
-
-#define Uses_SCIM_POINTER
-
-#define Uses_STL_STRING
-
-#define Uses_STL_VECTOR
-
-#define Uses_STL_ALGORITHM
-
-#define Uses_STL_NEW
-
-#define Uses_SCIM_IMENGINE
-
-#define Uses_SCIM_PANEL_AGENT
-
-#define Uses_SCIM_PANEL_CLIENT
-
-#define Uses_SCIM_HELPER_MANAGER
-
-#define Uses_SCIM_TRANSACTION
-
-#define Uses_SCIM_TRANSACTION
-
-#define Uses_SCIM_HELPER
-
-#define Uses_SCIM_HELPER
-
-#define Uses_SCIM_MODULE
-
-#define Uses_SCIM_CONFIG_BASE
-
-#define Uses_SCIM_TRANSACTION
-
-#define Uses_SCIM_EVENT
-
-#define Uses_SCIM_IMENGINE
-
-#define Uses_SCIM_EVENT
-
-#define Uses_SCIM_LOOKUP_TABLE
-
-#define Uses_SCIM_SOCKET
-
-#define Uses_SCIM_ATTRIBUTE
-
-#define Uses_SCIM_PROPERTY
-
-#define Uses_SCIM_TRANS_COMMANDS
-
-#define Uses_SCIM_MODULE
-
-#define Uses_SCIM_CONFIG_BASE
-
-#define Uses_SCIM_MODULE
-
-#define Uses_SCIM_CONFIG_BASE
-
-#define Uses_SCIM_IMENGINE
-
-#define Uses_SCIM_MODULE
-
-#define Uses_SCIM_CONFIG_BASE
-
-#define Uses_SCIM_FRONTEND
-
-#define Uses_C_ICONV
-
-#define Uses_SCIM_BACKEND
-
-#define Uses_SCIM_IMENGINE
-
-#define Uses_SCIM_EVENT
-
-#define Uses_SCIM_LOOKUP_TABLE
-
-#define Uses_STL_MAP
-
-#define Uses_C_STDIO
-
-#define Uses_SCIM_ATTRIBUTE
-
-#define Uses_SCIM_PROPERTY
-
-#define Uses_SCIM_TRANSACTION
-
-#define Uses_SCIM_SOCKET
-
-#define Uses_SCIM_IMENGINE
-
-#define Uses_SCIM_CONFIG_BASE
-
-#define Uses_SCIM_COMPOSE_KEY
-
-#define Uses_SCIM_EVENT
-
-#define Uses_SCIM_LOOKUP_TABLE
-
-#define Uses_SCIM_ATTRIBUTE
-
-#define Uses_SCIM_PROPERTY
-
-#define Uses_SCIM_TRANSACTION
-
-#define Uses_SCIM_SOCKET
-
-#define Uses_SCIM_EVENT
-
-#define Uses_SCIM_ATTRIBUTE
-
/usr/share/doc/packages/scim-devel/html/a00035.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00035.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00035.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,74 +1,4 @@
var a00035 =
[
- [ "Uses_SCIM_TYPES", "a00035.html#a47240741e4885a6ca1e2a4084cc6ffdc", null ],
- [ "Uses_SCIM_UTILITY", "a00035.html#a81e7669639f1c7f4d334933456723096", null ],
- [ "Uses_SCIM_GLOBAL_CONFIG", "a00035.html#aaeb9194a88880d9501e5dd4f6d2fe0c9", null ],
- [ "Uses_SCIM_EXCEPTION", "a00035.html#a4558fdb0266fc6ada05aa4fd639404d5", null ],
- [ "Uses_SCIM_DEBUG", "a00035.html#ac63c7e8b25652c324a0d9127b11ff526", null ],
- [ "Uses_SCIM_OBJECT", "a00035.html#a6d5be3bde2b5c3bf6514f4eb60e7794e", null ],
- [ "Uses_SCIM_SIGNALS", "a00035.html#ae7aebbaacf4f765fa3c384d2b9dd8585", null ],
- [ "Uses_SCIM_SLOT", "a00035.html#a0c0cd935e16e73d1d8d8a3e9b3c525c8", null ],
- [ "Uses_SCIM_CONNECTION", "a00035.html#ac25c80363b9f427414533225a214e817", null ],
- [ "Uses_SCIM_BIND", "a00035.html#a3d2e54200a1f73362798bef27355331e", null ],
- [ "Uses_SCIM_POINTER", "a00035.html#ad11822e37d04e3c068fab2e4f331be68", null ],
- [ "Uses_STL_STRING", "a00035.html#a058b5cbae7674332df03be0ad3a1748c", null ],
- [ "Uses_STL_VECTOR", "a00035.html#aea5ec7e5b6c52bca89a758784ae744ea", null ],
- [ "Uses_STL_ALGORITHM", "a00035.html#a67bdc2e913658d4b0b952b8cd4258c68", null ],
- [ "Uses_STL_NEW", "a00035.html#a5b9c51fc73b129e936a70c9cb1d8a6ad", null ],
- [ "Uses_SCIM_IMENGINE", "a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
- [ "Uses_SCIM_PANEL_AGENT", "a00035.html#a687d34547b158370a05ae284170284f2", null ],
- [ "Uses_SCIM_PANEL_CLIENT", "a00035.html#a7b5aa7eeb63718daee35b98a0b04b9e7", null ],
- [ "Uses_SCIM_HELPER_MANAGER", "a00035.html#a98a24b22054992f843746e4f02197ee6", null ],
- [ "Uses_SCIM_TRANSACTION", "a00035.html#a028e0145799e5baa7984d1eb0954471e", null ],
- [ "Uses_SCIM_TRANSACTION", "a00035.html#a028e0145799e5baa7984d1eb0954471e", null ],
- [ "Uses_SCIM_HELPER", "a00035.html#a835088bf5631f0ffc4d1bf50df41599e", null ],
- [ "Uses_SCIM_HELPER", "a00035.html#a835088bf5631f0ffc4d1bf50df41599e", null ],
- [ "Uses_SCIM_MODULE", "a00035.html#a193f5afe7049509244459a6ab99f61c3", null ],
- [ "Uses_SCIM_CONFIG_BASE", "a00035.html#a3688bc4266a9cad0b50205f3d746909b", null ],
- [ "Uses_SCIM_TRANSACTION", "a00035.html#a028e0145799e5baa7984d1eb0954471e", null ],
- [ "Uses_SCIM_EVENT", "a00035.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
- [ "Uses_SCIM_IMENGINE", "a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
- [ "Uses_SCIM_EVENT", "a00035.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
- [ "Uses_SCIM_LOOKUP_TABLE", "a00035.html#a10c8de8842cd3b4985e4ad78f1b87dcb", null ],
- [ "Uses_SCIM_SOCKET", "a00035.html#ac0ce500c8226a6fd005b2b30379473f7", null ],
- [ "Uses_SCIM_ATTRIBUTE", "a00035.html#af0b25924df14d15167ce5d8b5286b842", null ],
- [ "Uses_SCIM_PROPERTY", "a00035.html#a315058ee39c40d4aca5caf4770aa5631", null ],
- [ "Uses_SCIM_TRANS_COMMANDS", "a00035.html#a94f31c9b09644c7346c804319b2c8593", null ],
- [ "Uses_SCIM_MODULE", "a00035.html#a193f5afe7049509244459a6ab99f61c3", null ],
- [ "Uses_SCIM_CONFIG_BASE", "a00035.html#a3688bc4266a9cad0b50205f3d746909b", null ],
- [ "Uses_SCIM_MODULE", "a00035.html#a193f5afe7049509244459a6ab99f61c3", null ],
- [ "Uses_SCIM_CONFIG_BASE", "a00035.html#a3688bc4266a9cad0b50205f3d746909b", null ],
- [ "Uses_SCIM_IMENGINE", "a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
- [ "Uses_SCIM_MODULE", "a00035.html#a193f5afe7049509244459a6ab99f61c3", null ],
- [ "Uses_SCIM_CONFIG_BASE", "a00035.html#a3688bc4266a9cad0b50205f3d746909b", null ],
- [ "Uses_SCIM_FRONTEND", "a00035.html#a40956178c0b119b013a4e8a7e88d4ae2", null ],
- [ "Uses_C_ICONV", "a00035.html#ace3edef285b558c79c50af9732344098", null ],
- [ "Uses_SCIM_BACKEND", "a00035.html#a2f43e6c8c851eee06b2887daba848ca6", null ],
- [ "Uses_SCIM_IMENGINE", "a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
- [ "Uses_SCIM_EVENT", "a00035.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
- [ "Uses_SCIM_LOOKUP_TABLE", "a00035.html#a10c8de8842cd3b4985e4ad78f1b87dcb", null ],
- [ "Uses_STL_MAP", "a00035.html#a5a45611210205a504c82947c42230a30", null ],
- [ "Uses_C_STDIO", "a00035.html#a80411f27c83a99ee670d2c8a5485f8d8", null ],
- [ "Uses_SCIM_ATTRIBUTE", "a00035.html#af0b25924df14d15167ce5d8b5286b842", null ],
- [ "Uses_SCIM_PROPERTY", "a00035.html#a315058ee39c40d4aca5caf4770aa5631", null ],
- [ "Uses_SCIM_TRANSACTION", "a00035.html#a028e0145799e5baa7984d1eb0954471e", null ],
- [ "Uses_SCIM_SOCKET", "a00035.html#ac0ce500c8226a6fd005b2b30379473f7", null ],
- [ "Uses_SCIM_IMENGINE", "a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91", null ],
- [ "Uses_SCIM_CONFIG_BASE", "a00035.html#a3688bc4266a9cad0b50205f3d746909b", null ],
- [ "Uses_SCIM_COMPOSE_KEY", "a00035.html#a72eea58b2e9ed41dd9fb1cb9a98da358", null ],
- [ "Uses_SCIM_EVENT", "a00035.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
- [ "Uses_SCIM_LOOKUP_TABLE", "a00035.html#a10c8de8842cd3b4985e4ad78f1b87dcb", null ],
- [ "Uses_SCIM_ATTRIBUTE", "a00035.html#af0b25924df14d15167ce5d8b5286b842", null ],
- [ "Uses_SCIM_PROPERTY", "a00035.html#a315058ee39c40d4aca5caf4770aa5631", null ],
- [ "Uses_SCIM_TRANSACTION", "a00035.html#a028e0145799e5baa7984d1eb0954471e", null ],
- [ "Uses_SCIM_SOCKET", "a00035.html#ac0ce500c8226a6fd005b2b30379473f7", null ],
- [ "Uses_SCIM_EVENT", "a00035.html#a2854e4e8fe9fea82e19f524f693b7981", null ],
- [ "Uses_SCIM_ATTRIBUTE", "a00035.html#af0b25924df14d15167ce5d8b5286b842", null ],
- [ "Uses_SCIM_MODULE", "a00035.html#a193f5afe7049509244459a6ab99f61c3", null ],
- [ "Uses_SCIM_CONFIG_MODULE", "a00035.html#a65aeb11a2db60e800ec2404799caaab9", null ],
- [ "Uses_STL_LIST", "a00035.html#a3cb5302c4bae50f96c10434d6d6e82f4", null ],
- [ "Uses_STL_EXCEPTION", "a00035.html#a4a3331569124012ed5a5495e2ad93a14", null ],
- [ "Uses_STL_IOSTREAM", "a00035.html#ad3c1c3fbf41eab95a17536127c3776cf", null ],
- [ "Uses_STL_FSTREAM", "a00035.html#a287b35b38fed20c28c4c331ac621979b", null ],
- [ "Uses_STL_IOSTREAM", "a00035.html#ad3c1c3fbf41eab95a17536127c3776cf", null ]
+ [ "scim_get_module_list", "a00035.html#ga87ffb29336f4c5caa503100ef561f3e2", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00038.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00038.html 2022-08-31 19:01:55.744250952 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00038.html 2022-08-31 19:01:55.744250952 +0000
@@ -5,7 +5,7 @@
-scim: scim_stl_map.h File Reference
+scim: scim_frontend_module.h File Reference
@@ -60,43 +60,50 @@
+
-
#include <map>
-
+
+definition of FrontEndModule related classes.
+More...
+
-
-
-◆ SCIM_USE_STL_MAP
-
-
-
-
-
- #define SCIM_USE_STL_MAP 1
-
-
-
-
-
-
-
+
+definition of FrontEndModule related classes.
+
/usr/share/doc/packages/scim-devel/html/a00038.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00038.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00038.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,4 +1,6 @@
var a00038 =
[
- [ "SCIM_USE_STL_MAP", "a00038.html#aa5445eada90ad9c56ae5ab63acfd85c4", null ]
+ [ "FrontEndModuleInitFunc", "a00038.html#gabb9b2231eff6816ddf0989eaaeb633a5", null ],
+ [ "FrontEndModuleRunFunc", "a00038.html#ga12c009e5ee1367652404eb3015835885", null ],
+ [ "scim_get_frontend_module_list", "a00038.html#gaf2e20b33321ec57afcc20bca767d13b2", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00041.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00041.html 2022-08-31 19:01:55.788251139 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00041.html 2022-08-31 19:01:55.792251155 +0000
@@ -5,7 +5,7 @@
-scim: scim_panel_agent.h File Reference
+scim: scim_transaction.h File Reference
@@ -62,63 +62,64 @@
-
+Enumerations
+
-
Defines scim::PanelAgent and their related types.
+
Transaction class.
More...
-
+
namespace scim
href_anchor"memberdecls">
-
-typedef Slot0< void > scim::PanelAgentSlotVoid
-
-typedef Slot1< void, int > scim::PanelAgentSlotInt
-
-typedef Slot1< void, const String & > scim::PanelAgentSlotString
-
-typedef Slot1< void, const PanelFactoryInfo & > scim::PanelAgentSlotFactoryInfo
-
-typedef Slot1< void, const std::vector< PanelFactoryInfo > & > scim::PanelAgentSlotFactoryInfoVector
-
-typedef Slot1< void, const LookupTable & > scim::PanelAgentSlotLookupTable
-
-typedef Slot1< void, const Property & > scim::PanelAgentSlotProperty
-
-typedef Slot1< void, const PropertyList & > scim::PanelAgentSlotPropertyList
-
-typedef Slot2< void, int, int > scim::PanelAgentSlotIntInt
-
-typedef Slot2< void, int, const Property & > scim::PanelAgentSlotIntProperty
-
-typedef Slot2< void, int, const PropertyList & > scim::PanelAgentSlotIntPropertyList
-
-typedef Slot2< void, int, const HelperInfo & > scim::PanelAgentSlotIntHelperInfo
-
-typedef Slot2< void, const String &, const AttributeList & > scim::PanelAgentSlotAttributeString
-
+
+enum scim::TransactionDataType {
+ scim::SCIM_TRANS_DATA_UNKNOWN
+, scim::SCIM_TRANS_DATA_COMMAND
+, scim::SCIM_TRANS_DATA_RAW
+, scim::SCIM_TRANS_DATA_UINT32
+,
+ scim::SCIM_TRANS_DATA_STRING
+, scim::SCIM_TRANS_DATA_WSTRING
+, scim::SCIM_TRANS_DATA_KEYEVENT
+, scim::SCIM_TRANS_DATA_ATTRIBUTE_LIST
+,
+ scim::SCIM_TRANS_DATA_LOOKUP_TABLE
+, scim::SCIM_TRANS_DATA_PROPERTY
+, scim::SCIM_TRANS_DATA_PROPERTY_LIST
+, scim::SCIM_TRANS_DATA_VECTOR_UINT32
+,
+ scim::SCIM_TRANS_DATA_VECTOR_STRING
+, scim::SCIM_TRANS_DATA_VECTOR_WSTRING
+, scim::SCIM_TRANS_DATA_TRANSACTION
+
+ }
+ Signature of all valid data types which can be store into transaction. More...
+
-Defines scim::PanelAgent and their related types.
-
scim::PanelAgent is a class used to write Panel daemons. It acts like a Socket Server and handles all socket clients issues.
+
/usr/share/doc/packages/scim-devel/html/a00041.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00041.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00041.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,16 +1,20 @@
var a00041 =
[
- [ "PanelAgentSlotVoid", "a00041.html#ga0b1f0df2dd3f8a375208d941cd2bc6b4", null ],
- [ "PanelAgentSlotInt", "a00041.html#ga0cb12cc0a98016079555c1e6f2fc5b3e", null ],
- [ "PanelAgentSlotString", "a00041.html#ga9a1c13c6049de7535cc14c3327d570d5", null ],
- [ "PanelAgentSlotFactoryInfo", "a00041.html#ga1591ae587739d3f5be3ab3b17565eafe", null ],
- [ "PanelAgentSlotFactoryInfoVector", "a00041.html#ga195bcefc05382038438e7835d7066ba0", null ],
- [ "PanelAgentSlotLookupTable", "a00041.html#gae7fdb1bcf164def3e87c02fab4bdbbc3", null ],
- [ "PanelAgentSlotProperty", "a00041.html#ga24bb28f0046c3b5e38aa0516738fd3bd", null ],
- [ "PanelAgentSlotPropertyList", "a00041.html#ga00f61d489a65fa88a0378ff54a285af4", null ],
- [ "PanelAgentSlotIntInt", "a00041.html#gad7279f41745db7935a351cf10f9126f3", null ],
- [ "PanelAgentSlotIntProperty", "a00041.html#gaba6a392445726622448e56fa11f3ab67", null ],
- [ "PanelAgentSlotIntPropertyList", "a00041.html#gac115cc1d9f5e6868756ccf4190a2b183", null ],
- [ "PanelAgentSlotIntHelperInfo", "a00041.html#ga859e5508f739acb02d48849e1513a6c3", null ],
- [ "PanelAgentSlotAttributeString", "a00041.html#ga42b0ae1e7827edf3834a285cb4ec7ce2", null ]
+ [ "TransactionDataType", "a00041.html#gad097314245c4f0bce212ebd514953cc5", [
+ [ "SCIM_TRANS_DATA_UNKNOWN", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a2b35c61d1d2499454a9f91cc4d2f35ca", null ],
+ [ "SCIM_TRANS_DATA_COMMAND", "a00041.html#ggad097314245c4f0bce212ebd514953cc5aa000092009d952d612e03cbc2d61c6a3", null ],
+ [ "SCIM_TRANS_DATA_RAW", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a0d2ef313d806e4d4684b7ec16eedd503", null ],
+ [ "SCIM_TRANS_DATA_UINT32", "a00041.html#ggad097314245c4f0bce212ebd514953cc5aa3dd94ae7a0ef4c106ec7d38f2622e80", null ],
+ [ "SCIM_TRANS_DATA_STRING", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a1eb3529abacd4b677a423dd0f83feca2", null ],
+ [ "SCIM_TRANS_DATA_WSTRING", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a748685dc9f62d79098965d9f373dd5c3", null ],
+ [ "SCIM_TRANS_DATA_KEYEVENT", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a17603ca243819831942f72b68f4ca4a6", null ],
+ [ "SCIM_TRANS_DATA_ATTRIBUTE_LIST", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a3916be5cb1abd2586943aac9cacb4e3e", null ],
+ [ "SCIM_TRANS_DATA_LOOKUP_TABLE", "a00041.html#ggad097314245c4f0bce212ebd514953cc5af5013efc154b57b5ece56cd8f4981820", null ],
+ [ "SCIM_TRANS_DATA_PROPERTY", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a39053a1af1341c82d36fd56f99fd141e", null ],
+ [ "SCIM_TRANS_DATA_PROPERTY_LIST", "a00041.html#ggad097314245c4f0bce212ebd514953cc5accb41ca2ee6466ecf3a5b1a2cc8405f6", null ],
+ [ "SCIM_TRANS_DATA_VECTOR_UINT32", "a00041.html#ggad097314245c4f0bce212ebd514953cc5a217d34a30212fcdd76033159e1f3b38c", null ],
+ [ "SCIM_TRANS_DATA_VECTOR_STRING", "a00041.html#ggad097314245c4f0bce212ebd514953cc5adb6d28374734482b99fe6fb3932622dd", null ],
+ [ "SCIM_TRANS_DATA_VECTOR_WSTRING", "a00041.html#ggad097314245c4f0bce212ebd514953cc5aa46d3e55e93473b543695b007ba0f318", null ],
+ [ "SCIM_TRANS_DATA_TRANSACTION", "a00041.html#ggad097314245c4f0bce212ebd514953cc5af90bead3836c4711e10c8f2507d1dacb", null ]
+ ] ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00044.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00044.html 2022-08-31 19:01:55.840251359 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00044.html 2022-08-31 19:01:55.840251359 +0000
@@ -5,7 +5,7 @@
-scim: scim_pointer.h File Reference
+scim: scim_global_config.h File Reference
@@ -60,55 +60,73 @@
+
-
Smart pointer class interface.
+
functions to read the global configurations.
More...
namespace scim
href_anchor"memberdecls">
-
-template<typename T1 , typename T2 >
-bool scim::operator== (const Pointer< T1 > &t1, const Pointer< T2 > &t2)
-
-template<typename T1 , typename T2 >
-bool scim::operator!= (const Pointer< T1 > &t1, const Pointer< T2 > &t2)
-
-
-template<typename To , typename From >
-Pointer< To > scim::cast_const (const Pointer< From > &from)
-
-template<typename To , typename From >
-Pointer< To > scim::cast_dynamic (const Pointer< From > &from)
-
-template<typename To , typename From >
-Pointer< To > scim::cast_static (const Pointer< From > &from)
-
+String scim::scim_global_config_read (const String &key, const String &defVal=String())
+ Read a string value from the global configuration file. More...
+
+int scim::scim_global_config_read (const String &key, int defVal)
+ Read an int value from the global configuration file. More...
+
+bool scim::scim_global_config_read (const String &key, bool defVal)
+ Read a bool value from the global configuration file. More...
+
+double scim::scim_global_config_read (const String &key, double defVal)
+ Read a double value from the global configuration file. More...
+
+std::vector< String > scim::scim_global_config_read (const String &key, const std::vector< String > &defVal)
+ Read a string list from the global configuration file. More...
+
+std::vector< int > scim::scim_global_config_read (const String &key, const std::vector< int > &defVal)
+ Read an int list from the global configuration file. More...
+
+void scim::scim_global_config_write (const String &key, const String &val)
+ Write a string value into the user global config. More...
+
+void scim::scim_global_config_write (const String &key, int val)
+ Write an int value into the user global config. More...
+
+void scim::scim_global_config_write (const String &key, bool val)
+ Write a bool value into the user global config. More...
+
+void scim::scim_global_config_write (const String &key, double val)
+ Write a double value into the user global config. More...
+
+void scim::scim_global_config_write (const String &key, const std::vector< String > &val)
+ Write a string list into the user global config. More...
+
+void scim::scim_global_config_write (const String &key, const std::vector< int > &val)
+ Write an int list into the user global config. More...
+
+void scim::scim_global_config_reset (const String &key)
+ Reset the value associated to the specified key to its default value. More...
+
+bool scim::scim_global_config_flush ()
+ Flush the updated global config into user global config file. More...
+
-
Smart pointer class interface.
-
Provides a reference-counted-object aware smart pointer class.
-
Most code of this file are came from Inti project.
+
functions to read the global configurations.
+
The global configuration file (normally /etc/scim/global) is used to store the configurations for libscim itself and the system wide configurations which will be read before any Config module is loaded.
/usr/share/doc/packages/scim-devel/html/a00044.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00044.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00044.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,8 +1,17 @@
var a00044 =
[
- [ "operator==", "a00044.html#ga6938e051447dd5a530ec11e286aeea89", null ],
- [ "operator!=", "a00044.html#ga5f7889845cfede19e5c6b8a63e0be822", null ],
- [ "cast_const", "a00044.html#ga4162c0d7c60a3a3bb698bc1f3affb037", null ],
- [ "cast_dynamic", "a00044.html#gaa53e870ad52f5b5b09cfc4414d33e111", null ],
- [ "cast_static", "a00044.html#gab45c696ccb28f15ebeb907c07a32bdb5", null ]
+ [ "scim_global_config_read", "a00044.html#ga3402d4cab92a386b5cbb2451d6ee965f", null ],
+ [ "scim_global_config_read", "a00044.html#ga9647c298a70bfb1b530729a25233ac94", null ],
+ [ "scim_global_config_read", "a00044.html#ga6ee620cdca87a716146915017361b94c", null ],
+ [ "scim_global_config_read", "a00044.html#gac0af6ec0ae4e65328defec24b364627a", null ],
+ [ "scim_global_config_read", "a00044.html#ga0abc53b68868e05ef680bb302592217e", null ],
+ [ "scim_global_config_read", "a00044.html#ga2f8b126db65233fd4fd734a4c906c597", null ],
+ [ "scim_global_config_write", "a00044.html#gab899089a1be658932d3cb5068c63ba32", null ],
+ [ "scim_global_config_write", "a00044.html#ga722773f22f962c736674267c6321df0e", null ],
+ [ "scim_global_config_write", "a00044.html#gab6eb309a4aaceae1074ed835f6c34ebb", null ],
+ [ "scim_global_config_write", "a00044.html#ga326317b1cdf6cf82f639b84ef6652950", null ],
+ [ "scim_global_config_write", "a00044.html#ga8af7c226302bdea8acc23e00ad2a0a50", null ],
+ [ "scim_global_config_write", "a00044.html#gac2346628ac110ae22e73a3ef0306cb96", null ],
+ [ "scim_global_config_reset", "a00044.html#ga5badb1d3a1fdb8404907e2c48913ac6d", null ],
+ [ "scim_global_config_flush", "a00044.html#gaadd44aedefae061911dd1084d966f104", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00047.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00047.html 2022-08-31 19:01:55.888251563 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00047.html 2022-08-31 19:01:55.888251563 +0000
@@ -5,7 +5,7 @@
-scim: scim_filter.h File Reference
+scim: scim_stl_map.h File Reference
@@ -60,49 +60,43 @@
+
-
-
Defines scim::FilterFactoryBase and scim::FilterInstanceBase interfaces.
-More...
-
+#include <map>
+
-
-Defines scim::FilterFactoryBase and scim::FilterInstanceBase interfaces.
-
scim::FilterFactoryBase and scim::FilterInstanceBase are used to implement filter IMEngines, such as Simplified Chinese <-> Traditional Chinese converter etc.
-
+
+
+◆ SCIM_USE_STL_MAP
+
+
+
+
+
+ #define SCIM_USE_STL_MAP 1
+
+
+
+
+
+
+
/usr/share/doc/packages/scim-devel/html/a00047.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00047.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00047.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,4 +1,4 @@
var a00047 =
[
- [ "FilterFactoryPointer", "a00047.html#ga06e027f4cc9423e7c908aada5050277d", null ]
+ [ "SCIM_USE_STL_MAP", "a00047.html#aa5445eada90ad9c56ae5ab63acfd85c4", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00050.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00050.html 2022-08-31 19:01:55.936251768 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00050.html 2022-08-31 19:01:55.932251750 +0000
@@ -5,7 +5,7 @@
-scim: scim_attribute.h File Reference
+scim: scim_connection.h File Reference
@@ -61,85 +61,35 @@
+
-
Definition of scim::Attribute and scim::AttributeList .
+
C++ signal-slot connection interface.
More...
-
-
Definition of scim::Attribute and scim::AttributeList .
-
Provide class scim::Attribute to control the drawing effect of strings.
+
href_anchor"details" id="details">
+C++ signal-slot connection interface.
+
Most code of this file are came from Inti project.
/usr/share/doc/packages/scim-devel/html/a00053.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00053.html 2022-08-31 19:01:56.028252158 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00053.html 2022-08-31 19:01:56.720255099 +0000
@@ -5,7 +5,7 @@
-scim: scim_panel_common.h File Reference
+scim: scim_keyboard_layout_data.h File Reference
@@ -60,33 +60,9464 @@
+
-
-
Defines some structures and types which are used by both scim::PanelAgent and scim::PanelClient .
-More...
-
-namespace scim
-href_anchor"details" id="details">
-Defines some structures and types which are used by both scim::PanelAgent and scim::PanelClient .
-
+
+static __Uint16Pair __belgian_to_us_normal []
+
+static __Uint16Pair __us_to_belgian_normal []
+
+static __Uint16Pair __belgian_to_us_caps []
+
+static __Uint16Pair __us_to_belgian_caps []
+
+static __Uint16Pair __belgian_to_us_shift []
+
+static __Uint16Pair __us_to_belgian_shift []
+
+static __Uint16Pair __belgian_to_us_caps_shift []
+
+static __Uint16Pair __us_to_belgian_caps_shift []
+
+static __Uint16Pair __czech_to_us_normal []
+
+static __Uint16Pair __us_to_czech_normal []
+
+static __Uint16Pair __czech_to_us_caps []
+
+static __Uint16Pair __us_to_czech_caps []
+
+static __Uint16Pair __czech_to_us_shift []
+
+static __Uint16Pair __us_to_czech_shift []
+
+static __Uint16Pair __czech_to_us_caps_shift []
+
+static __Uint16Pair __us_to_czech_caps_shift []
+
+static __Uint16Pair __czech_qwerty_to_us_normal []
+
+static __Uint16Pair __us_to_czech_qwerty_normal []
+
+static __Uint16Pair __czech_qwerty_to_us_caps []
+
+static __Uint16Pair __us_to_czech_qwerty_caps []
+
+static __Uint16Pair __czech_qwerty_to_us_shift []
+
+static __Uint16Pair __us_to_czech_qwerty_shift []
+
+static __Uint16Pair __czech_qwerty_to_us_caps_shift []
+
+static __Uint16Pair __us_to_czech_qwerty_caps_shift []
+
+static __Uint16Pair __danish_to_us_normal []
+
+static __Uint16Pair __us_to_danish_normal []
+
+static __Uint16Pair __danish_to_us_caps []
+
+static __Uint16Pair __us_to_danish_caps []
+
+static __Uint16Pair __danish_to_us_shift []
+
+static __Uint16Pair __us_to_danish_shift []
+
+static __Uint16Pair __danish_to_us_caps_shift []
+
+static __Uint16Pair __us_to_danish_caps_shift []
+
+static __Uint16Pair __dvorak_to_us_normal []
+
+static __Uint16Pair __us_to_dvorak_normal []
+
+static __Uint16Pair __dvorak_to_us_caps []
+
+static __Uint16Pair __us_to_dvorak_caps []
+
+static __Uint16Pair __dvorak_to_us_shift []
+
+static __Uint16Pair __us_to_dvorak_shift []
+
+static __Uint16Pair __dvorak_to_us_caps_shift []
+
+static __Uint16Pair __us_to_dvorak_caps_shift []
+
+static __Uint16Pair __estonian_to_us_normal []
+
+static __Uint16Pair __us_to_estonian_normal []
+
+static __Uint16Pair __estonian_to_us_caps []
+
+static __Uint16Pair __us_to_estonian_caps []
+
+static __Uint16Pair __estonian_to_us_shift []
+
+static __Uint16Pair __us_to_estonian_shift []
+
+static __Uint16Pair __estonian_to_us_caps_shift []
+
+static __Uint16Pair __us_to_estonian_caps_shift []
+
+static __Uint16Pair __finnish_to_us_normal []
+
+static __Uint16Pair __us_to_finnish_normal []
+
+static __Uint16Pair __finnish_to_us_caps []
+
+static __Uint16Pair __us_to_finnish_caps []
+
+static __Uint16Pair __finnish_to_us_shift []
+
+static __Uint16Pair __us_to_finnish_shift []
+
+static __Uint16Pair __finnish_to_us_caps_shift []
+
+static __Uint16Pair __us_to_finnish_caps_shift []
+
+static __Uint16Pair __french_to_us_normal []
+
+static __Uint16Pair __us_to_french_normal []
+
+static __Uint16Pair __french_to_us_caps []
+
+static __Uint16Pair __us_to_french_caps []
+
+static __Uint16Pair __french_to_us_shift []
+
+static __Uint16Pair __us_to_french_shift []
+
+static __Uint16Pair __french_to_us_caps_shift []
+
+static __Uint16Pair __us_to_french_caps_shift []
+
+static __Uint16Pair __french_switzerland_to_us_normal []
+
+static __Uint16Pair __us_to_french_switzerland_normal []
+
+static __Uint16Pair __french_switzerland_to_us_caps []
+
+static __Uint16Pair __us_to_french_switzerland_caps []
+
+static __Uint16Pair __french_switzerland_to_us_shift []
+
+static __Uint16Pair __us_to_french_switzerland_shift []
+
+static __Uint16Pair __french_switzerland_to_us_caps_shift []
+
+static __Uint16Pair __us_to_french_switzerland_caps_shift []
+
+static __Uint16Pair __german_deadkeys_to_us_normal []
+
+static __Uint16Pair __us_to_german_deadkeys_normal []
+
+static __Uint16Pair __german_deadkeys_to_us_caps []
+
+static __Uint16Pair __us_to_german_deadkeys_caps []
+
+static __Uint16Pair __german_deadkeys_to_us_shift []
+
+static __Uint16Pair __us_to_german_deadkeys_shift []
+
+static __Uint16Pair __german_deadkeys_to_us_caps_shift []
+
+static __Uint16Pair __us_to_german_deadkeys_caps_shift []
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00053.js
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00053.js
/usr/share/doc/packages/scim-devel/html/a00056.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00056.html 2022-08-31 19:01:56.764255286 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00056.html 2022-08-31 19:01:56.760255269 +0000
@@ -5,7 +5,7 @@
-scim: scim_imengine.h File Reference
+scim: scim_exception.h File Reference
@@ -61,95 +61,31 @@
+
-
Defines scim::IMEngineFactoryBase and scim::IMEngineInstanceBase interfaces.
+
Defines the scim::Exception class.
More...
namespace scim
-href_anchor"memberdecls">
-
-typedef Pointer< IMEngineFactoryBase > scim::IMEngineFactoryPointer
-
-typedef Pointer< IMEngineInstanceBase > scim::IMEngineInstancePointer
-
-typedef Slot1< void, IMEngineInstanceBase * > scim::IMEngineSlotVoid
-
-typedef Slot2< void, IMEngineInstanceBase *, int > scim::IMEngineSlotInt
-
-typedef Slot2< void, IMEngineInstanceBase *, bool > scim::IMEngineSlotBool
-
-typedef Slot2< void, IMEngineInstanceBase *, const String & > scim::IMEngineSlotString
-
-typedef Slot2< void, IMEngineInstanceBase *, const WideString & > scim::IMEngineSlotWideString
-
-typedef Slot2< void, IMEngineInstanceBase *, const KeyEvent & > scim::IMEngineSlotKeyEvent
-
-typedef Slot2< void, IMEngineInstanceBase *, const LookupTable & > scim::IMEngineSlotLookupTable
-
-typedef Slot2< void, IMEngineInstanceBase *, const Property & > scim::IMEngineSlotProperty
-
-typedef Slot2< void, IMEngineInstanceBase *, const PropertyList & > scim::IMEngineSlotPropertyList
-
-typedef Slot3< void, IMEngineInstanceBase *, const String &, const Transaction & > scim::IMEngineSlotStringTransaction
-
-typedef Slot3< void, IMEngineInstanceBase *, const WideString &, const AttributeList & > scim::IMEngineSlotWideStringAttributeList
-
-typedef Slot5< bool, IMEngineInstanceBase *, WideString &, int &, int, int > scim::IMEngineSlotGetSurroundingText
-
-typedef Slot3< bool, IMEngineInstanceBase *, int, int > scim::IMEngineSlotDeleteSurroundingText
-
-
-
-
Defines scim::IMEngineFactoryBase and scim::IMEngineInstanceBase interfaces.
-
scim::IMEngineFactoryBase and scim::IMEngineInstanceBase are the most important part of SCIM platform.
-
These interfaces are used to write input method engine modules.
+
href_anchor"details" id="details">
+Defines the scim::Exception class.
/usr/share/doc/packages/scim-devel/html/a00059.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00059.html 2022-08-31 19:01:56.796255422 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00059.html 2022-08-31 19:01:56.796255422 +0000
@@ -5,7 +5,7 @@
-scim: scim_types.h File Reference
+scim: scim_config_module.h File Reference
@@ -60,43 +60,51 @@
+
-
defines some basic data types.
+
Define scim::ConfigModule class for manipulating the config modules.
More...
-
#include <stdint.h>
-
+
-defines some basic data types.
+
Define scim::ConfigModule class for manipulating the config modules.
+
Class scim::ConfigModule is a wrapper of class scim::Module , which is for manipulating the configuration modules.
/usr/share/doc/packages/scim-devel/html/a00059.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00059.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00059.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,9 +1,6 @@
var a00059 =
[
- [ "uint16", "a00059.html#af386a2f47839e4dc17f4e9c3f97b3dc4", null ],
- [ "uint32", "a00059.html#a984ae8c1b52846cf538b7f936193d590", null ],
- [ "uint64", "a00059.html#aff978b76dde8b9b14ab727e1ccaa57a5", null ],
- [ "ucs4_t", "a00059.html#a34ddb69b99962cd0e75941288f8b2ee8", null ],
- [ "String", "a00059.html#ae6432a785654dd7fbfe52e8dd8cd7799", null ],
- [ "WideString", "a00059.html#a850f268430a53180832d6677ba9d27a8", null ]
+ [ "ConfigModuleInitFunc", "a00059.html#ga03514b8676d136be674c113153684f42", null ],
+ [ "ConfigModuleCreateConfigFunc", "a00059.html#ga70f0bb29be81939679eadf8c89f7d0b7", null ],
+ [ "scim_get_config_module_list", "a00059.html#ga9a77d0ea3e46bd61606183e08ddaabfc", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00062.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00062.html 2022-08-31 19:01:56.856255677 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00062.html 2022-08-31 19:01:57.000256289 +0000
@@ -5,7 +5,7 @@
-scim: scim_iconv.h File Reference
+scim: scim_event.h File Reference
@@ -62,37 +62,2260 @@
-
+Typedefs |
+Enumerations |
+Functions
+
-
definition of IConvert related classes.
+
Defines the scim::KeyEvent class and related enums, functions.
More...
+
+enum scim::KeyMask {
+ scim::SCIM_KEY_NullMask = 0
+, scim::SCIM_KEY_ShiftMask = (1<<0)
+, scim::SCIM_KEY_CapsLockMask = (1<<1)
+, scim::SCIM_KEY_ControlMask = (1<<2)
+,
+ scim::SCIM_KEY_AltMask = (1<<3)
+, scim::SCIM_KEY_MetaMask = (1<<4)
+, scim::SCIM_KEY_SuperMask = (1<<5)
+, scim::SCIM_KEY_HyperMask = (1<<6)
+,
+ scim::SCIM_KEY_NumLockMask = (1<<7)
+, scim::SCIM_KEY_LockMask = SCIM_KEY_CapsLockMask
+, scim::SCIM_KEY_Mod1Mask = SCIM_KEY_AltMask
+, scim::SCIM_KEY_Mod2Mask = SCIM_KEY_MetaMask
+,
+ scim::SCIM_KEY_Mod3Mask = SCIM_KEY_SuperMask
+, scim::SCIM_KEY_Mod4Mask = SCIM_KEY_HyperMask
+, scim::SCIM_KEY_Mod5Mask = SCIM_KEY_NumLockMask
+, scim::SCIM_KEY_ScrollLockMask = 0
+,
+ scim::SCIM_KEY_QuirkKanaRoMask = (1<<14)
+, scim::SCIM_KEY_ReleaseMask = (1<<15)
+, scim::SCIM_KEY_AllMasks = 0xC0FF
+
+ }
+ Enum values of all valid key masks. More...
+
+enum scim::KeyCode {
+ scim::SCIM_KEY_NullKey = 0
+, scim::SCIM_KEY_VoidSymbol = 0xFFFFFF
+, scim::SCIM_KEY_BackSpace = 0xFF08
+, scim::SCIM_KEY_Tab = 0xFF09
+,
+ scim::SCIM_KEY_Linefeed = 0xFF0A
+, scim::SCIM_KEY_Clear = 0xFF0B
+, scim::SCIM_KEY_Return = 0xFF0D
+, scim::SCIM_KEY_Pause = 0xFF13
+,
+ scim::SCIM_KEY_Scroll_Lock = 0xFF14
+, scim::SCIM_KEY_Sys_Req = 0xFF15
+, scim::SCIM_KEY_Escape = 0xFF1B
+, scim::SCIM_KEY_Delete = 0xFFFF
+,
+ scim::SCIM_KEY_Multi_key = 0xFF20
+, scim::SCIM_KEY_Codeinput = 0xFF37
+, scim::SCIM_KEY_SingleCandidate = 0xFF3C
+, scim::SCIM_KEY_MultipleCandidate = 0xFF3D
+,
+ scim::SCIM_KEY_PreviousCandidate = 0xFF3E
+, scim::SCIM_KEY_Kanji = 0xFF21
+, scim::SCIM_KEY_Muhenkan = 0xFF22
+, scim::SCIM_KEY_Henkan_Mode = 0xFF23
+,
+ scim::SCIM_KEY_Henkan = 0xFF23
+, scim::SCIM_KEY_Romaji = 0xFF24
+, scim::SCIM_KEY_Hiragana = 0xFF25
+, scim::SCIM_KEY_Katakana = 0xFF26
+,
+ scim::SCIM_KEY_Hiragana_Katakana = 0xFF27
+, scim::SCIM_KEY_Zenkaku = 0xFF28
+, scim::SCIM_KEY_Hankaku = 0xFF29
+, scim::SCIM_KEY_Zenkaku_Hankaku = 0xFF2A
+,
+ scim::SCIM_KEY_Touroku = 0xFF2B
+, scim::SCIM_KEY_Massyo = 0xFF2C
+, scim::SCIM_KEY_Kana_Lock = 0xFF2D
+, scim::SCIM_KEY_Kana_Shift = 0xFF2E
+,
+ scim::SCIM_KEY_Eisu_Shift = 0xFF2F
+, scim::SCIM_KEY_Eisu_toggle = 0xFF30
+, scim::SCIM_KEY_Kanji_Bangou = 0xFF37
+, scim::SCIM_KEY_Zen_Koho = 0xFF3D
+,
+ scim::SCIM_KEY_Mae_Koho = 0xFF3E
+, scim::SCIM_KEY_Home = 0xFF50
+, scim::SCIM_KEY_Left = 0xFF51
+, scim::SCIM_KEY_Up = 0xFF52
+,
+ scim::SCIM_KEY_Right = 0xFF53
+, scim::SCIM_KEY_Down = 0xFF54
+, scim::SCIM_KEY_Prior = 0xFF55
+, scim::SCIM_KEY_Page_Up = 0xFF55
+,
+ scim::SCIM_KEY_Next = 0xFF56
+, scim::SCIM_KEY_Page_Down = 0xFF56
+, scim::SCIM_KEY_End = 0xFF57
+, scim::SCIM_KEY_Begin = 0xFF58
+,
+ scim::SCIM_KEY_Select = 0xFF60
+, scim::SCIM_KEY_Print = 0xFF61
+, scim::SCIM_KEY_Execute = 0xFF62
+, scim::SCIM_KEY_Insert = 0xFF63
+,
+ scim::SCIM_KEY_Undo = 0xFF65
+, scim::SCIM_KEY_Redo = 0xFF66
+, scim::SCIM_KEY_Menu = 0xFF67
+, scim::SCIM_KEY_Find = 0xFF68
+,
+ scim::SCIM_KEY_Cancel = 0xFF69
+, scim::SCIM_KEY_Help = 0xFF6A
+, scim::SCIM_KEY_Break = 0xFF6B
+, scim::SCIM_KEY_Mode_switch = 0xFF7E
+,
+ scim::SCIM_KEY_Num_Lock = 0xFF7F
+, scim::SCIM_KEY_KP_Space = 0xFF80
+, scim::SCIM_KEY_KP_Tab = 0xFF89
+, scim::SCIM_KEY_KP_Enter = 0xFF8D
+,
+ scim::SCIM_KEY_KP_F1 = 0xFF91
+, scim::SCIM_KEY_KP_F2 = 0xFF92
+, scim::SCIM_KEY_KP_F3 = 0xFF93
+, scim::SCIM_KEY_KP_F4 = 0xFF94
+,
+ scim::SCIM_KEY_KP_Home = 0xFF95
+, scim::SCIM_KEY_KP_Left = 0xFF96
+, scim::SCIM_KEY_KP_Up = 0xFF97
+, scim::SCIM_KEY_KP_Right = 0xFF98
+,
+ scim::SCIM_KEY_KP_Down = 0xFF99
+, scim::SCIM_KEY_KP_Prior = 0xFF9A
+, scim::SCIM_KEY_KP_Page_Up = 0xFF9A
+, scim::SCIM_KEY_KP_Next = 0xFF9B
+,
+ scim::SCIM_KEY_KP_Page_Down = 0xFF9B
+, scim::SCIM_KEY_KP_End = 0xFF9C
+, scim::SCIM_KEY_KP_Begin = 0xFF9D
+, scim::SCIM_KEY_KP_Insert = 0xFF9E
+,
+ scim::SCIM_KEY_KP_Delete = 0xFF9F
+, scim::SCIM_KEY_KP_Equal = 0xFFBD
+, scim::SCIM_KEY_KP_Multiply = 0xFFAA
+, scim::SCIM_KEY_KP_Add = 0xFFAB
+,
+ scim::SCIM_KEY_KP_Separator = 0xFFAC
+, scim::SCIM_KEY_KP_Subtract = 0xFFAD
+, scim::SCIM_KEY_KP_Decimal = 0xFFAE
+, scim::SCIM_KEY_KP_Divide = 0xFFAF
+,
+ scim::SCIM_KEY_KP_0 = 0xFFB0
+, scim::SCIM_KEY_KP_1 = 0xFFB1
+, scim::SCIM_KEY_KP_2 = 0xFFB2
+, scim::SCIM_KEY_KP_3 = 0xFFB3
+,
+ scim::SCIM_KEY_KP_4 = 0xFFB4
+, scim::SCIM_KEY_KP_5 = 0xFFB5
+, scim::SCIM_KEY_KP_6 = 0xFFB6
+, scim::SCIM_KEY_KP_7 = 0xFFB7
/usr/share/doc/packages/scim-devel/html/a00062.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00062.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00062.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,4 +1,1758 @@
var a00062 =
[
- [ "SCIM_MAX_BUFSIZE", "a00137.html#ga227ae7c632e33af35d7108ffa093e8d5", null ]
+ [ "KeyEventList", "a00062.html#gafe3e8c1f1276da4a6331fa96fb1b2398", null ],
+ [ "KeyMask", "a00062.html#ga897c063c5af5c3cdc600075f396d71ae", [
+ [ "SCIM_KEY_NullMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aeab3c03a3ee2f391035dc38ce44c9d6203", null ],
+ [ "SCIM_KEY_ShiftMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea8c2ee1637ba0ef6144559ef2a8396e82", null ],
+ [ "SCIM_KEY_CapsLockMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea83e051991f2eeb8c289451e97792f66a", null ],
+ [ "SCIM_KEY_ControlMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aeaa49d74ca1cfcff9e7d1fe6f414209206", null ],
+ [ "SCIM_KEY_AltMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea2ee7002fd4a05f1d966bcf9896f6f5a9", null ],
+ [ "SCIM_KEY_MetaMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aeacf213483bb24afd27a0df44856f5bb2d", null ],
+ [ "SCIM_KEY_SuperMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aeab9d459cd2d40f9361a300b1d43cbc010", null ],
+ [ "SCIM_KEY_HyperMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea1f321b5981304f982321a8958887ac5f", null ],
+ [ "SCIM_KEY_NumLockMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea06d7edf7d48d05326f2706772af13598", null ],
+ [ "SCIM_KEY_LockMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aeac6613783ffa6e4dfdf2871b9fd406018", null ],
+ [ "SCIM_KEY_Mod1Mask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea1fa929a62463c16bf6b4adb087e8f539", null ],
+ [ "SCIM_KEY_Mod2Mask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea748accb4094c03e01f17b7881d3bb5b2", null ],
+ [ "SCIM_KEY_Mod3Mask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aeafc52d99dee74213078ed79a4787a3377", null ],
+ [ "SCIM_KEY_Mod4Mask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea560647607f35a302c4ce2acddc62501a", null ],
+ [ "SCIM_KEY_Mod5Mask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea40af45e40218f792cf589d9a5ad54c1b", null ],
+ [ "SCIM_KEY_ScrollLockMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea0daf5c61370f605d1a0ff639192ccf81", null ],
+ [ "SCIM_KEY_QuirkKanaRoMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aead3b26ac0d189d58e903bd6f9c4eb9c55", null ],
+ [ "SCIM_KEY_ReleaseMask", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea2bc5f300d4865b913eb7313457fe657c", null ],
+ [ "SCIM_KEY_AllMasks", "a00062.html#gga897c063c5af5c3cdc600075f396d71aea7c22d01f5b7a021009e0321c30f1a8ee", null ]
+ ] ],
+ [ "KeyCode", "a00062.html#ga4aefe0843e618886b55102a0eb45b75f", [
+ [ "SCIM_KEY_NullKey", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa8ac9c0359282951f0a4523e07d289c70", null ],
+ [ "SCIM_KEY_VoidSymbol", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa177abf5c39ba5d74192c48739b23b6be", null ],
+ [ "SCIM_KEY_BackSpace", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa3f14ac207cd7e294a2eb86c7be650015", null ],
+ [ "SCIM_KEY_Tab", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad599c6d0446c1f4544baa48090c5e313", null ],
+ [ "SCIM_KEY_Linefeed", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa59609de0e7a4aa6cc3083154f429e9ee", null ],
+ [ "SCIM_KEY_Clear", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad9eafcfea1c3203ad80bec6b43be234e", null ],
+ [ "SCIM_KEY_Return", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa54f01e5d19485cb1856176a55dc6d071", null ],
+ [ "SCIM_KEY_Pause", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa0a8ee50bfd45e7b403c849ab87f1ddca", null ],
+ [ "SCIM_KEY_Scroll_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faea3f1e53840a650fbf2c1da0f8a01e6a", null ],
+ [ "SCIM_KEY_Sys_Req", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac35654d6e405cadc8adfa5a2e211ee65", null ],
+ [ "SCIM_KEY_Escape", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad4190abc7abd4cb9e3714311865b954d", null ],
+ [ "SCIM_KEY_Delete", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faf40df069bc79ac012551a68dbe410a26", null ],
+ [ "SCIM_KEY_Multi_key", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faffc9dd5a3f2624718271d0db882c33da", null ],
+ [ "SCIM_KEY_Codeinput", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa11ea65f8500096da9c2d79cfed020f69", null ],
+ [ "SCIM_KEY_SingleCandidate", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa8c8dc214d761500819ab9c39896eeb3a", null ],
+ [ "SCIM_KEY_MultipleCandidate", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa93da1dae04ec643306558fa020485b7e", null ],
+ [ "SCIM_KEY_PreviousCandidate", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fae586e84c1b9d28b9c6873fd7cdf8340d", null ],
+ [ "SCIM_KEY_Kanji", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad86e70c54656c237b041b646010d155b", null ],
+ [ "SCIM_KEY_Muhenkan", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faf63827c2207df3bfe960709f0039a99c", null ],
+ [ "SCIM_KEY_Henkan_Mode", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fab125e2bc53b01d5bc1072e6d10417880", null ],
+ [ "SCIM_KEY_Henkan", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa8029d2e8d95ae24492318fd47263b29b", null ],
+ [ "SCIM_KEY_Romaji", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9190e38ee6283db11db59a128df0dc6e", null ],
+ [ "SCIM_KEY_Hiragana", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faf74010f4ef3d73669721c060673a5785", null ],
+ [ "SCIM_KEY_Katakana", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac432b58ccc4eaf0b5cd3d9943952de65", null ],
+ [ "SCIM_KEY_Hiragana_Katakana", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa112dd28f03ff95dfe346b9388c312df", null ],
+ [ "SCIM_KEY_Zenkaku", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa2260d4334535e9c1c35f5988406f5693", null ],
+ [ "SCIM_KEY_Hankaku", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa877b23f1295c6147aabe11fc114f792c", null ],
+ [ "SCIM_KEY_Zenkaku_Hankaku", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa645ff9db7a718032dbfafb3df3ea5699", null ],
+ [ "SCIM_KEY_Touroku", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fafdcc1d308892649581728dee3b5e684d", null ],
+ [ "SCIM_KEY_Massyo", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa2593b7f257454831695a51d6e0ffe20c", null ],
+ [ "SCIM_KEY_Kana_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa5c0f6f862409950368e225be29f7cb7f", null ],
+ [ "SCIM_KEY_Kana_Shift", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa2b436cf4401dbbbdfa87dc951cbf7db5", null ],
+ [ "SCIM_KEY_Eisu_Shift", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa336a18e0cc6816ae374f00455795544f", null ],
+ [ "SCIM_KEY_Eisu_toggle", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa53c2b7fa33c2297b182e44b9927aa718", null ],
+ [ "SCIM_KEY_Kanji_Bangou", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faaabc5ff54a523bc25777aef7f71a9e18", null ],
+ [ "SCIM_KEY_Zen_Koho", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac27e6b4048c0fa4ba672662cc5a06179", null ],
+ [ "SCIM_KEY_Mae_Koho", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fae0457405b383d83548f5cf39074cea55", null ],
+ [ "SCIM_KEY_Home", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa5bc5b214763c3818f8d9c4088eba4be2", null ],
+ [ "SCIM_KEY_Left", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa8336344080bad6f9cd5852f95c578ca0", null ],
+ [ "SCIM_KEY_Up", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa20cc66d7f69533dd1a3811f49d327b83", null ],
+ [ "SCIM_KEY_Right", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa09e50871ced48c6cec7e1781bd283976", null ],
+ [ "SCIM_KEY_Down", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faabbc8f8099035d1a57ef40010fa9c71d", null ],
+ [ "SCIM_KEY_Prior", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa210cca5bbe0e9e1f0166ee60858fa11f", null ],
+ [ "SCIM_KEY_Page_Up", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa6ece505ee912e1e2ea71329232758135", null ],
+ [ "SCIM_KEY_Next", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa42d0219c73a7ba885948bd2cb61ccee0", null ],
+ [ "SCIM_KEY_Page_Down", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9d4f87a0a2668460a06f66e56faad8ed", null ],
+ [ "SCIM_KEY_End", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa3136376fee744684153c852f15f407f9", null ],
+ [ "SCIM_KEY_Begin", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa1407e35a07786e08d8e90aba76be5536", null ],
+ [ "SCIM_KEY_Select", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa4a07557e480d6795ef7c4584c909d943", null ],
+ [ "SCIM_KEY_Print", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa1c7f182bd568e518576b2b55be5b92fa", null ],
+ [ "SCIM_KEY_Execute", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9917037ae5680ada923cbdf5f7de6e8d", null ],
+ [ "SCIM_KEY_Insert", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa1fda71a35bb697ebb3c3faa8f10e7143", null ],
+ [ "SCIM_KEY_Undo", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa51b89f3a8b10716b0cbc226728f8fd38", null ],
+ [ "SCIM_KEY_Redo", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa10a035a84c8c442cf5514094b78ef312", null ],
+ [ "SCIM_KEY_Menu", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac3ec2176e526fa181ce3be67755ec587", null ],
+ [ "SCIM_KEY_Find", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9a42d8eea51e1d5c74b1f5258e1074dd", null ],
+ [ "SCIM_KEY_Cancel", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa085c4396abcf0a364250ad7b10682152", null ],
+ [ "SCIM_KEY_Help", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa6bb773871f29804e80e38cdef9a994b7", null ],
+ [ "SCIM_KEY_Break", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad7c455b371e7d486cafd5cf8c680ad0e", null ],
+ [ "SCIM_KEY_Mode_switch", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa805dd795564cf394383332dd703dd457", null ],
+ [ "SCIM_KEY_Num_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa0df84c5de2e2105e5dcc76fdd139081", null ],
+ [ "SCIM_KEY_KP_Space", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa472aa4bb9d4de452a186fa28fd4f55e4", null ],
+ [ "SCIM_KEY_KP_Tab", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa99cd2138f682781739142924b7a2f6ff", null ],
+ [ "SCIM_KEY_KP_Enter", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa2b051b63ac0ef23ca08ba1d5d10dea94", null ],
+ [ "SCIM_KEY_KP_F1", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faeb0c1fa7ef37e9b85319cc0f67de0e1b", null ],
+ [ "SCIM_KEY_KP_F2", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa7b19907d39ddad5c49361a0b2eb0a5d4", null ],
+ [ "SCIM_KEY_KP_F3", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa295c2110d932b65213d6b108095fece6", null ],
+ [ "SCIM_KEY_KP_F4", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa2d1dc4ab684ca9ae69a9fd7d76d87c5c", null ],
+ [ "SCIM_KEY_KP_Home", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa88e1e6795e4ad92e5e853efca73cf3f3", null ],
+ [ "SCIM_KEY_KP_Left", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa932bfcfa4ac3552d5f250d89a3729dc1", null ],
+ [ "SCIM_KEY_KP_Up", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa2abb16a9fec5e4068d9771ce60a0e618", null ],
+ [ "SCIM_KEY_KP_Right", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa1459e87d68a7aafcab58d66c55d7f874", null ],
+ [ "SCIM_KEY_KP_Down", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9715ec3f749d12e8ef38a9d8f5d0f433", null ],
+ [ "SCIM_KEY_KP_Prior", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa8837cce84fc302b962d218467a1d9457", null ],
+ [ "SCIM_KEY_KP_Page_Up", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac45ca0057b254da22ce6865bff183cfd", null ],
+ [ "SCIM_KEY_KP_Next", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa1281469493db0f005c42a76a4cc7cc93", null ],
+ [ "SCIM_KEY_KP_Page_Down", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa0d54a2405732da4ef81a4e25d179e4be", null ],
+ [ "SCIM_KEY_KP_End", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa1e6ffe0e8b121cd6d8b1961b0bc870c8", null ],
+ [ "SCIM_KEY_KP_Begin", "a00062.html#gga4aefe0843e618886b55102a0eb45b75facbe2a503c99c9aace99727c5a48a501b", null ],
+ [ "SCIM_KEY_KP_Insert", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa243f8d31d4dcf40701d42ea7352a6bf9", null ],
+ [ "SCIM_KEY_KP_Delete", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fae8bf09e8153ca7af411d3501e4962800", null ],
+ [ "SCIM_KEY_KP_Equal", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa2877b38f6502826369f9fefd38b1304", null ],
+ [ "SCIM_KEY_KP_Multiply", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa02f678e9c64229db680fbabff96292e5", null ],
+ [ "SCIM_KEY_KP_Add", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa3b8ff66c0f12c9942091ca504e2553c", null ],
+ [ "SCIM_KEY_KP_Separator", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa96fcc6c221caa0734ee5238ccde78f2f", null ],
+ [ "SCIM_KEY_KP_Subtract", "a00062.html#gga4aefe0843e618886b55102a0eb45b75facaa38c005cd8ae6380d469275b33208e", null ],
+ [ "SCIM_KEY_KP_Decimal", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa6aa92dfe8d0eaacadb2d284751e9bbde", null ],
+ [ "SCIM_KEY_KP_Divide", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad17061bf400c4ea839cf617865a7f94f", null ],
+ [ "SCIM_KEY_KP_0", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad77138404b762d73435c27fa037bbaae", null ],
+ [ "SCIM_KEY_KP_1", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa59c090f443cc243d9ed2b012b09f5b22", null ],
+ [ "SCIM_KEY_KP_2", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faf4219478b04a35b0d62923b979372bfd", null ],
+ [ "SCIM_KEY_KP_3", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fade11e130d0933e7dd4dbe705bd651527", null ],
+ [ "SCIM_KEY_KP_4", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa11790e890e1f3dc11ef2acf041a0f8f6", null ],
+ [ "SCIM_KEY_KP_5", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa6ec9b753ae38196497c95570680d698e", null ],
+ [ "SCIM_KEY_KP_6", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa86095af43699e6c95bb9155fa1028eea", null ],
+ [ "SCIM_KEY_KP_7", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac52255ea440391f8b7aab7be7149c9c4", null ],
+ [ "SCIM_KEY_KP_8", "a00062.html#gga4aefe0843e618886b55102a0eb45b75facf006264e952f65d899794e1cc7b4ef2", null ],
+ [ "SCIM_KEY_KP_9", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac287654e4f8bc7099970ecf9a178dce0", null ],
+ [ "SCIM_KEY_F1", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa85376551de6915de2e710439bf45adeb", null ],
+ [ "SCIM_KEY_F2", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faba0929d1b08139b545ce69f3aaf6a174", null ],
+ [ "SCIM_KEY_F3", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa3d9a66f7bc677ecaf5754cdf6ede3456", null ],
+ [ "SCIM_KEY_F4", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac9253b6fdcb69c2e2e87417420616e36", null ],
+ [ "SCIM_KEY_F5", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa846d185c9cccaad1a79e4befc21171e1", null ],
+ [ "SCIM_KEY_F6", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa640aa37aaa60e85e5e6e94b79d8a8d8c", null ],
+ [ "SCIM_KEY_F7", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa282994512033c0168de6c6a7bd960faf", null ],
+ [ "SCIM_KEY_F8", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fae7698c213998de6743d3eb5180418756", null ],
+ [ "SCIM_KEY_F9", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa48ed6be2574f7983d072942fda33209f", null ],
+ [ "SCIM_KEY_F10", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa7615daf628ac432ee996598518e5933", null ],
+ [ "SCIM_KEY_F11", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fade766607fab5aa7e188ca72abea2843d", null ],
+ [ "SCIM_KEY_F12", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faf1280f12a5504233e6e08c59e7e00049", null ],
+ [ "SCIM_KEY_F13", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac27523d0e93612de453119839f205a98", null ],
+ [ "SCIM_KEY_F14", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa4dcd3064da5bb3d18ff5e96dd1d08cf6", null ],
+ [ "SCIM_KEY_F15", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faac5755df0f1948655c67186b568881ee", null ],
+ [ "SCIM_KEY_F16", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa7115b3307b9013f3f861bfa03db4e4c2", null ],
+ [ "SCIM_KEY_F17", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa4bd52d8a0d4e115ff8f7a4efd8785e51", null ],
+ [ "SCIM_KEY_F18", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa11ff61da2a54bba19d59eb79e55eee0c", null ],
+ [ "SCIM_KEY_F19", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa4b3431b02649324fde0c1fa71943c0e", null ],
+ [ "SCIM_KEY_F20", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faddd14e2780623ab0b90317a7d408071a", null ],
+ [ "SCIM_KEY_F21", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa837256cf410603e8b7b4f3c05a0355df", null ],
+ [ "SCIM_KEY_F22", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fab773232d6e9fc4cb259add7bbe116969", null ],
+ [ "SCIM_KEY_F23", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faf689747509c757f033cee4605d851a9a", null ],
+ [ "SCIM_KEY_F24", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa11b896756609e83ca204edf09d354c68", null ],
+ [ "SCIM_KEY_F25", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa45f91f5480c96417091917091b090125", null ],
+ [ "SCIM_KEY_F26", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa8f601c4598f30f45d84b6595953d9fd", null ],
+ [ "SCIM_KEY_F27", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9f508c07cdc042b5b1594c6db0b84a9c", null ],
+ [ "SCIM_KEY_F28", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa03da839931cd953ad1ea5a61de92bf9f", null ],
+ [ "SCIM_KEY_F29", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fab1405e4108801063ad5e5011a3e4759e", null ],
+ [ "SCIM_KEY_F30", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa8b91c068deafe25a0deebabf961971be", null ],
+ [ "SCIM_KEY_F31", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa32ff4ffecaa02625ca5782eed76f699f", null ],
+ [ "SCIM_KEY_F32", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fafe39978cd4745be22e84097d03927cd8", null ],
+ [ "SCIM_KEY_F33", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa62fa5b234dd89a83bb9b012347302621", null ],
+ [ "SCIM_KEY_F34", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa7b1e0718228b62caa9ebe52a00d1ff5e", null ],
+ [ "SCIM_KEY_F35", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa1d699f9e468bc137a9c2dd7bcadcf7e4", null ],
+ [ "SCIM_KEY_Shift_L", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fab40f069a86f34db22bc4131290e6143e", null ],
+ [ "SCIM_KEY_Shift_R", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa444729a96bfdb290a824477907aca284", null ],
+ [ "SCIM_KEY_Control_L", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa15034fb550be9af1d41dc44130f9d1a", null ],
+ [ "SCIM_KEY_Control_R", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fafc4dddd9c0b04dc3977b9dd58dc62816", null ],
+ [ "SCIM_KEY_Caps_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa24a7e53e5405f151abeff572c4cdd04", null ],
+ [ "SCIM_KEY_Shift_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faed695e314177660765266dd80b682d9c", null ],
+ [ "SCIM_KEY_Meta_L", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa20f11a47eaf92125af6214589bce992d", null ],
+ [ "SCIM_KEY_Meta_R", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac5659c32418e9272f05215ae91051979", null ],
+ [ "SCIM_KEY_Alt_L", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa318fbc4651be24cdac4dfed2b4b1a7b4", null ],
+ [ "SCIM_KEY_Alt_R", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa29876260b41e0fe8e40821c51ee81e78", null ],
+ [ "SCIM_KEY_Super_L", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa8aa86471b107020aa0f448e07ad94e87", null ],
+ [ "SCIM_KEY_Super_R", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa98b989490f327358902c993da4f51cec", null ],
+ [ "SCIM_KEY_Hyper_L", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fac84ac4b726c8d6437107e999df5476de", null ],
+ [ "SCIM_KEY_Hyper_R", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa26d30b8f6d451bb810039bbc6ee52f5b", null ],
+ [ "SCIM_KEY_ISO_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa0429ce1691243007e29f93e110968be", null ],
+ [ "SCIM_KEY_ISO_Level2_Latch", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa13651b794c1f6193a921d54cfc5ce267", null ],
+ [ "SCIM_KEY_ISO_Level3_Shift", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fad2b178c6ac863c3fb8499b2de5fb1a57", null ],
+ [ "SCIM_KEY_ISO_Level3_Latch", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa3d5ffacbd416091421f8a8925f17195a", null ],
+ [ "SCIM_KEY_ISO_Level3_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75facdcf57d14e4b57e111980ab01a6b7b07", null ],
+ [ "SCIM_KEY_ISO_Group_Shift", "a00062.html#gga4aefe0843e618886b55102a0eb45b75facf1e34df33fe11af88e5a1f7f2f3b426", null ],
+ [ "SCIM_KEY_ISO_Group_Latch", "a00062.html#gga4aefe0843e618886b55102a0eb45b75facae61cd3a5f4cd4304edc3b65718e08d", null ],
+ [ "SCIM_KEY_ISO_Group_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faac96c155ce2f9666d1211b1568250e71", null ],
+ [ "SCIM_KEY_ISO_Next_Group", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9c1ccf5fd0ce66c2fc47db9226234cec", null ],
+ [ "SCIM_KEY_ISO_Next_Group_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fabf83ccc2dc16af097e75d511e8209b35", null ],
+ [ "SCIM_KEY_ISO_Prev_Group", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa7690e52b4c75a33e5cd72e174780d75a", null ],
+ [ "SCIM_KEY_ISO_Prev_Group_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fadb51e0807488effd869fbc67b9fcc8a5", null ],
+ [ "SCIM_KEY_ISO_First_Group", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa03c52b212c069fe5f227f158d9f85b8f", null ],
+ [ "SCIM_KEY_ISO_First_Group_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fafe5580f4ef11b43a735e308495075cae", null ],
+ [ "SCIM_KEY_ISO_Last_Group", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa2813f0364266f87b23f032f8aea894a7", null ],
+ [ "SCIM_KEY_ISO_Last_Group_Lock", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa2e7c8018938d431e4b91946f5281b3c", null ],
+ [ "SCIM_KEY_ISO_Left_Tab", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faec81480ff2e35d388f69be2a28597ec3", null ],
+ [ "SCIM_KEY_ISO_Move_Line_Up", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa82916f08d6fd3a4f3640123384271f72", null ],
+ [ "SCIM_KEY_ISO_Move_Line_Down", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faf216e280c414e5d2ee08610fe547e70c", null ],
+ [ "SCIM_KEY_ISO_Partial_Line_Up", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa9fdc254356f83d61f9398cb18e56a962", null ],
+ [ "SCIM_KEY_ISO_Partial_Line_Down", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa74649650aff01c2fcfe5e12a750d9328", null ],
+ [ "SCIM_KEY_ISO_Partial_Space_Left", "a00062.html#gga4aefe0843e618886b55102a0eb45b75faa2bfc53b3f56414e21e39d6891efa981", null ],
+ [ "SCIM_KEY_ISO_Partial_Space_Right", "a00062.html#gga4aefe0843e618886b55102a0eb45b75fa524b4c832757055e50ff06b5139b0974", null ],
+ [ "SCIM_KEY_ISO_Set_Margin_Left", "a00062.html#gga4aefe0843e618886b55102a0eb45b75facab87f0ccd19ee950e6ec79dbd03cb13", null ],
/usr/share/doc/packages/scim-devel/html/a00065.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00065.html 2022-08-31 19:01:57.204257156 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00065.html 2022-08-31 19:01:57.064256561 +0000
@@ -5,7 +5,7 @@
-scim: scim_event.h File Reference
+scim: scim_keyevent_data.h File Reference
@@ -60,2262 +60,193 @@
+
-
-
Defines the scim::KeyEvent class and related enums, functions.
-More...
-
-enum scim::KeyMask {
- scim::SCIM_KEY_NullMask = 0
-, scim::SCIM_KEY_ShiftMask = (1<<0)
-, scim::SCIM_KEY_CapsLockMask = (1<<1)
-, scim::SCIM_KEY_ControlMask = (1<<2)
-,
- scim::SCIM_KEY_AltMask = (1<<3)
-, scim::SCIM_KEY_MetaMask = (1<<4)
-, scim::SCIM_KEY_SuperMask = (1<<5)
-, scim::SCIM_KEY_HyperMask = (1<<6)
-,
- scim::SCIM_KEY_NumLockMask = (1<<7)
-, scim::SCIM_KEY_LockMask = SCIM_KEY_CapsLockMask
-, scim::SCIM_KEY_Mod1Mask = SCIM_KEY_AltMask
-, scim::SCIM_KEY_Mod2Mask = SCIM_KEY_MetaMask
-,
- scim::SCIM_KEY_Mod3Mask = SCIM_KEY_SuperMask
-, scim::SCIM_KEY_Mod4Mask = SCIM_KEY_HyperMask
-, scim::SCIM_KEY_Mod5Mask = SCIM_KEY_NumLockMask
-, scim::SCIM_KEY_ScrollLockMask = 0
-,
- scim::SCIM_KEY_QuirkKanaRoMask = (1<<14)
-, scim::SCIM_KEY_ReleaseMask = (1<<15)
-, scim::SCIM_KEY_AllMasks = 0xC0FF
-
- }
- Enum values of all valid key masks. More...
-
-enum scim::KeyCode {
- scim::SCIM_KEY_NullKey = 0
-, scim::SCIM_KEY_VoidSymbol = 0xFFFFFF
-, scim::SCIM_KEY_BackSpace = 0xFF08
-, scim::SCIM_KEY_Tab = 0xFF09
-,
- scim::SCIM_KEY_Linefeed = 0xFF0A
-, scim::SCIM_KEY_Clear = 0xFF0B
-, scim::SCIM_KEY_Return = 0xFF0D
-, scim::SCIM_KEY_Pause = 0xFF13
-,
- scim::SCIM_KEY_Scroll_Lock = 0xFF14
-, scim::SCIM_KEY_Sys_Req = 0xFF15
-, scim::SCIM_KEY_Escape = 0xFF1B
-, scim::SCIM_KEY_Delete = 0xFFFF
-,
- scim::SCIM_KEY_Multi_key = 0xFF20
-, scim::SCIM_KEY_Codeinput = 0xFF37
-, scim::SCIM_KEY_SingleCandidate = 0xFF3C
-, scim::SCIM_KEY_MultipleCandidate = 0xFF3D
-,
- scim::SCIM_KEY_PreviousCandidate = 0xFF3E
-, scim::SCIM_KEY_Kanji = 0xFF21
-, scim::SCIM_KEY_Muhenkan = 0xFF22
-, scim::SCIM_KEY_Henkan_Mode = 0xFF23
-,
- scim::SCIM_KEY_Henkan = 0xFF23
-, scim::SCIM_KEY_Romaji = 0xFF24
-, scim::SCIM_KEY_Hiragana = 0xFF25
-, scim::SCIM_KEY_Katakana = 0xFF26
-,
- scim::SCIM_KEY_Hiragana_Katakana = 0xFF27
-, scim::SCIM_KEY_Zenkaku = 0xFF28
-, scim::SCIM_KEY_Hankaku = 0xFF29
-, scim::SCIM_KEY_Zenkaku_Hankaku = 0xFF2A
-,
- scim::SCIM_KEY_Touroku = 0xFF2B
-, scim::SCIM_KEY_Massyo = 0xFF2C
-, scim::SCIM_KEY_Kana_Lock = 0xFF2D
-, scim::SCIM_KEY_Kana_Shift = 0xFF2E
-,
- scim::SCIM_KEY_Eisu_Shift = 0xFF2F
-, scim::SCIM_KEY_Eisu_toggle = 0xFF30
-, scim::SCIM_KEY_Kanji_Bangou = 0xFF37
-, scim::SCIM_KEY_Zen_Koho = 0xFF3D
-,
- scim::SCIM_KEY_Mae_Koho = 0xFF3E
-, scim::SCIM_KEY_Home = 0xFF50
-, scim::SCIM_KEY_Left = 0xFF51
-, scim::SCIM_KEY_Up = 0xFF52
-,
- scim::SCIM_KEY_Right = 0xFF53
-, scim::SCIM_KEY_Down = 0xFF54
-, scim::SCIM_KEY_Prior = 0xFF55
-, scim::SCIM_KEY_Page_Up = 0xFF55
-,
- scim::SCIM_KEY_Next = 0xFF56
-, scim::SCIM_KEY_Page_Down = 0xFF56
-, scim::SCIM_KEY_End = 0xFF57
-, scim::SCIM_KEY_Begin = 0xFF58
-,
- scim::SCIM_KEY_Select = 0xFF60
-, scim::SCIM_KEY_Print = 0xFF61
-, scim::SCIM_KEY_Execute = 0xFF62
-, scim::SCIM_KEY_Insert = 0xFF63
-,
- scim::SCIM_KEY_Undo = 0xFF65
-, scim::SCIM_KEY_Redo = 0xFF66
-, scim::SCIM_KEY_Menu = 0xFF67
-, scim::SCIM_KEY_Find = 0xFF68
-,
- scim::SCIM_KEY_Cancel = 0xFF69
-, scim::SCIM_KEY_Help = 0xFF6A
-, scim::SCIM_KEY_Break = 0xFF6B
-, scim::SCIM_KEY_Mode_switch = 0xFF7E
-,
- scim::SCIM_KEY_Num_Lock = 0xFF7F
-, scim::SCIM_KEY_KP_Space = 0xFF80
-, scim::SCIM_KEY_KP_Tab = 0xFF89
-, scim::SCIM_KEY_KP_Enter = 0xFF8D
-,
- scim::SCIM_KEY_KP_F1 = 0xFF91
-, scim::SCIM_KEY_KP_F2 = 0xFF92
-, scim::SCIM_KEY_KP_F3 = 0xFF93
-, scim::SCIM_KEY_KP_F4 = 0xFF94
-,
- scim::SCIM_KEY_KP_Home = 0xFF95
-, scim::SCIM_KEY_KP_Left = 0xFF96
-, scim::SCIM_KEY_KP_Up = 0xFF97
-, scim::SCIM_KEY_KP_Right = 0xFF98
-,
- scim::SCIM_KEY_KP_Down = 0xFF99
-, scim::SCIM_KEY_KP_Prior = 0xFF9A
-, scim::SCIM_KEY_KP_Page_Up = 0xFF9A
-, scim::SCIM_KEY_KP_Next = 0xFF9B
-,
- scim::SCIM_KEY_KP_Page_Down = 0xFF9B
-, scim::SCIM_KEY_KP_End = 0xFF9C
-, scim::SCIM_KEY_KP_Begin = 0xFF9D
-, scim::SCIM_KEY_KP_Insert = 0xFF9E
-,
- scim::SCIM_KEY_KP_Delete = 0xFF9F
-, scim::SCIM_KEY_KP_Equal = 0xFFBD
-, scim::SCIM_KEY_KP_Multiply = 0xFFAA
-, scim::SCIM_KEY_KP_Add = 0xFFAB
-,
- scim::SCIM_KEY_KP_Separator = 0xFFAC
-, scim::SCIM_KEY_KP_Subtract = 0xFFAD
-, scim::SCIM_KEY_KP_Decimal = 0xFFAE
-, scim::SCIM_KEY_KP_Divide = 0xFFAF
-,
- scim::SCIM_KEY_KP_0 = 0xFFB0
-, scim::SCIM_KEY_KP_1 = 0xFFB1
-, scim::SCIM_KEY_KP_2 = 0xFFB2
-, scim::SCIM_KEY_KP_3 = 0xFFB3
-,
- scim::SCIM_KEY_KP_4 = 0xFFB4
-, scim::SCIM_KEY_KP_5 = 0xFFB5
-, scim::SCIM_KEY_KP_6 = 0xFFB6
-, scim::SCIM_KEY_KP_7 = 0xFFB7
-,
- scim::SCIM_KEY_KP_8 = 0xFFB8
-, scim::SCIM_KEY_KP_9 = 0xFFB9
-, scim::SCIM_KEY_F1 = 0xFFBE
/usr/share/doc/packages/scim-devel/html/a00065.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00065.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00065.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,1758 +1,10 @@
var a00065 =
[
- [ "KeyEventList", "a00065.html#gafe3e8c1f1276da4a6331fa96fb1b2398", null ],
- [ "KeyMask", "a00065.html#ga897c063c5af5c3cdc600075f396d71ae", [
- [ "SCIM_KEY_NullMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aeab3c03a3ee2f391035dc38ce44c9d6203", null ],
- [ "SCIM_KEY_ShiftMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea8c2ee1637ba0ef6144559ef2a8396e82", null ],
- [ "SCIM_KEY_CapsLockMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea83e051991f2eeb8c289451e97792f66a", null ],
- [ "SCIM_KEY_ControlMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aeaa49d74ca1cfcff9e7d1fe6f414209206", null ],
- [ "SCIM_KEY_AltMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea2ee7002fd4a05f1d966bcf9896f6f5a9", null ],
- [ "SCIM_KEY_MetaMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aeacf213483bb24afd27a0df44856f5bb2d", null ],
- [ "SCIM_KEY_SuperMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aeab9d459cd2d40f9361a300b1d43cbc010", null ],
- [ "SCIM_KEY_HyperMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea1f321b5981304f982321a8958887ac5f", null ],
- [ "SCIM_KEY_NumLockMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea06d7edf7d48d05326f2706772af13598", null ],
- [ "SCIM_KEY_LockMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aeac6613783ffa6e4dfdf2871b9fd406018", null ],
- [ "SCIM_KEY_Mod1Mask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea1fa929a62463c16bf6b4adb087e8f539", null ],
- [ "SCIM_KEY_Mod2Mask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea748accb4094c03e01f17b7881d3bb5b2", null ],
- [ "SCIM_KEY_Mod3Mask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aeafc52d99dee74213078ed79a4787a3377", null ],
- [ "SCIM_KEY_Mod4Mask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea560647607f35a302c4ce2acddc62501a", null ],
- [ "SCIM_KEY_Mod5Mask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea40af45e40218f792cf589d9a5ad54c1b", null ],
- [ "SCIM_KEY_ScrollLockMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea0daf5c61370f605d1a0ff639192ccf81", null ],
- [ "SCIM_KEY_QuirkKanaRoMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aead3b26ac0d189d58e903bd6f9c4eb9c55", null ],
- [ "SCIM_KEY_ReleaseMask", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea2bc5f300d4865b913eb7313457fe657c", null ],
- [ "SCIM_KEY_AllMasks", "a00065.html#gga897c063c5af5c3cdc600075f396d71aea7c22d01f5b7a021009e0321c30f1a8ee", null ]
- ] ],
- [ "KeyCode", "a00065.html#ga4aefe0843e618886b55102a0eb45b75f", [
- [ "SCIM_KEY_NullKey", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa8ac9c0359282951f0a4523e07d289c70", null ],
- [ "SCIM_KEY_VoidSymbol", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa177abf5c39ba5d74192c48739b23b6be", null ],
- [ "SCIM_KEY_BackSpace", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa3f14ac207cd7e294a2eb86c7be650015", null ],
- [ "SCIM_KEY_Tab", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad599c6d0446c1f4544baa48090c5e313", null ],
- [ "SCIM_KEY_Linefeed", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa59609de0e7a4aa6cc3083154f429e9ee", null ],
- [ "SCIM_KEY_Clear", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad9eafcfea1c3203ad80bec6b43be234e", null ],
- [ "SCIM_KEY_Return", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa54f01e5d19485cb1856176a55dc6d071", null ],
- [ "SCIM_KEY_Pause", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa0a8ee50bfd45e7b403c849ab87f1ddca", null ],
- [ "SCIM_KEY_Scroll_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faea3f1e53840a650fbf2c1da0f8a01e6a", null ],
- [ "SCIM_KEY_Sys_Req", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac35654d6e405cadc8adfa5a2e211ee65", null ],
- [ "SCIM_KEY_Escape", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad4190abc7abd4cb9e3714311865b954d", null ],
- [ "SCIM_KEY_Delete", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faf40df069bc79ac012551a68dbe410a26", null ],
- [ "SCIM_KEY_Multi_key", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faffc9dd5a3f2624718271d0db882c33da", null ],
- [ "SCIM_KEY_Codeinput", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa11ea65f8500096da9c2d79cfed020f69", null ],
- [ "SCIM_KEY_SingleCandidate", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa8c8dc214d761500819ab9c39896eeb3a", null ],
- [ "SCIM_KEY_MultipleCandidate", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa93da1dae04ec643306558fa020485b7e", null ],
- [ "SCIM_KEY_PreviousCandidate", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fae586e84c1b9d28b9c6873fd7cdf8340d", null ],
- [ "SCIM_KEY_Kanji", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad86e70c54656c237b041b646010d155b", null ],
- [ "SCIM_KEY_Muhenkan", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faf63827c2207df3bfe960709f0039a99c", null ],
- [ "SCIM_KEY_Henkan_Mode", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fab125e2bc53b01d5bc1072e6d10417880", null ],
- [ "SCIM_KEY_Henkan", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa8029d2e8d95ae24492318fd47263b29b", null ],
- [ "SCIM_KEY_Romaji", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9190e38ee6283db11db59a128df0dc6e", null ],
- [ "SCIM_KEY_Hiragana", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faf74010f4ef3d73669721c060673a5785", null ],
- [ "SCIM_KEY_Katakana", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac432b58ccc4eaf0b5cd3d9943952de65", null ],
- [ "SCIM_KEY_Hiragana_Katakana", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa112dd28f03ff95dfe346b9388c312df", null ],
- [ "SCIM_KEY_Zenkaku", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa2260d4334535e9c1c35f5988406f5693", null ],
- [ "SCIM_KEY_Hankaku", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa877b23f1295c6147aabe11fc114f792c", null ],
- [ "SCIM_KEY_Zenkaku_Hankaku", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa645ff9db7a718032dbfafb3df3ea5699", null ],
- [ "SCIM_KEY_Touroku", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fafdcc1d308892649581728dee3b5e684d", null ],
- [ "SCIM_KEY_Massyo", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa2593b7f257454831695a51d6e0ffe20c", null ],
- [ "SCIM_KEY_Kana_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa5c0f6f862409950368e225be29f7cb7f", null ],
- [ "SCIM_KEY_Kana_Shift", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa2b436cf4401dbbbdfa87dc951cbf7db5", null ],
- [ "SCIM_KEY_Eisu_Shift", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa336a18e0cc6816ae374f00455795544f", null ],
- [ "SCIM_KEY_Eisu_toggle", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa53c2b7fa33c2297b182e44b9927aa718", null ],
- [ "SCIM_KEY_Kanji_Bangou", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faaabc5ff54a523bc25777aef7f71a9e18", null ],
- [ "SCIM_KEY_Zen_Koho", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac27e6b4048c0fa4ba672662cc5a06179", null ],
- [ "SCIM_KEY_Mae_Koho", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fae0457405b383d83548f5cf39074cea55", null ],
- [ "SCIM_KEY_Home", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa5bc5b214763c3818f8d9c4088eba4be2", null ],
- [ "SCIM_KEY_Left", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa8336344080bad6f9cd5852f95c578ca0", null ],
- [ "SCIM_KEY_Up", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa20cc66d7f69533dd1a3811f49d327b83", null ],
- [ "SCIM_KEY_Right", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa09e50871ced48c6cec7e1781bd283976", null ],
- [ "SCIM_KEY_Down", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faabbc8f8099035d1a57ef40010fa9c71d", null ],
- [ "SCIM_KEY_Prior", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa210cca5bbe0e9e1f0166ee60858fa11f", null ],
- [ "SCIM_KEY_Page_Up", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa6ece505ee912e1e2ea71329232758135", null ],
- [ "SCIM_KEY_Next", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa42d0219c73a7ba885948bd2cb61ccee0", null ],
- [ "SCIM_KEY_Page_Down", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9d4f87a0a2668460a06f66e56faad8ed", null ],
- [ "SCIM_KEY_End", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa3136376fee744684153c852f15f407f9", null ],
- [ "SCIM_KEY_Begin", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa1407e35a07786e08d8e90aba76be5536", null ],
- [ "SCIM_KEY_Select", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa4a07557e480d6795ef7c4584c909d943", null ],
- [ "SCIM_KEY_Print", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa1c7f182bd568e518576b2b55be5b92fa", null ],
- [ "SCIM_KEY_Execute", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9917037ae5680ada923cbdf5f7de6e8d", null ],
- [ "SCIM_KEY_Insert", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa1fda71a35bb697ebb3c3faa8f10e7143", null ],
- [ "SCIM_KEY_Undo", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa51b89f3a8b10716b0cbc226728f8fd38", null ],
- [ "SCIM_KEY_Redo", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa10a035a84c8c442cf5514094b78ef312", null ],
- [ "SCIM_KEY_Menu", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac3ec2176e526fa181ce3be67755ec587", null ],
- [ "SCIM_KEY_Find", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9a42d8eea51e1d5c74b1f5258e1074dd", null ],
- [ "SCIM_KEY_Cancel", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa085c4396abcf0a364250ad7b10682152", null ],
- [ "SCIM_KEY_Help", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa6bb773871f29804e80e38cdef9a994b7", null ],
- [ "SCIM_KEY_Break", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad7c455b371e7d486cafd5cf8c680ad0e", null ],
- [ "SCIM_KEY_Mode_switch", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa805dd795564cf394383332dd703dd457", null ],
- [ "SCIM_KEY_Num_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa0df84c5de2e2105e5dcc76fdd139081", null ],
- [ "SCIM_KEY_KP_Space", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa472aa4bb9d4de452a186fa28fd4f55e4", null ],
- [ "SCIM_KEY_KP_Tab", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa99cd2138f682781739142924b7a2f6ff", null ],
- [ "SCIM_KEY_KP_Enter", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa2b051b63ac0ef23ca08ba1d5d10dea94", null ],
- [ "SCIM_KEY_KP_F1", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faeb0c1fa7ef37e9b85319cc0f67de0e1b", null ],
- [ "SCIM_KEY_KP_F2", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa7b19907d39ddad5c49361a0b2eb0a5d4", null ],
- [ "SCIM_KEY_KP_F3", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa295c2110d932b65213d6b108095fece6", null ],
- [ "SCIM_KEY_KP_F4", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa2d1dc4ab684ca9ae69a9fd7d76d87c5c", null ],
- [ "SCIM_KEY_KP_Home", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa88e1e6795e4ad92e5e853efca73cf3f3", null ],
- [ "SCIM_KEY_KP_Left", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa932bfcfa4ac3552d5f250d89a3729dc1", null ],
- [ "SCIM_KEY_KP_Up", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa2abb16a9fec5e4068d9771ce60a0e618", null ],
- [ "SCIM_KEY_KP_Right", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa1459e87d68a7aafcab58d66c55d7f874", null ],
- [ "SCIM_KEY_KP_Down", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9715ec3f749d12e8ef38a9d8f5d0f433", null ],
- [ "SCIM_KEY_KP_Prior", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa8837cce84fc302b962d218467a1d9457", null ],
- [ "SCIM_KEY_KP_Page_Up", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac45ca0057b254da22ce6865bff183cfd", null ],
- [ "SCIM_KEY_KP_Next", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa1281469493db0f005c42a76a4cc7cc93", null ],
- [ "SCIM_KEY_KP_Page_Down", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa0d54a2405732da4ef81a4e25d179e4be", null ],
- [ "SCIM_KEY_KP_End", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa1e6ffe0e8b121cd6d8b1961b0bc870c8", null ],
- [ "SCIM_KEY_KP_Begin", "a00065.html#gga4aefe0843e618886b55102a0eb45b75facbe2a503c99c9aace99727c5a48a501b", null ],
- [ "SCIM_KEY_KP_Insert", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa243f8d31d4dcf40701d42ea7352a6bf9", null ],
- [ "SCIM_KEY_KP_Delete", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fae8bf09e8153ca7af411d3501e4962800", null ],
- [ "SCIM_KEY_KP_Equal", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa2877b38f6502826369f9fefd38b1304", null ],
- [ "SCIM_KEY_KP_Multiply", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa02f678e9c64229db680fbabff96292e5", null ],
- [ "SCIM_KEY_KP_Add", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa3b8ff66c0f12c9942091ca504e2553c", null ],
- [ "SCIM_KEY_KP_Separator", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa96fcc6c221caa0734ee5238ccde78f2f", null ],
- [ "SCIM_KEY_KP_Subtract", "a00065.html#gga4aefe0843e618886b55102a0eb45b75facaa38c005cd8ae6380d469275b33208e", null ],
- [ "SCIM_KEY_KP_Decimal", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa6aa92dfe8d0eaacadb2d284751e9bbde", null ],
- [ "SCIM_KEY_KP_Divide", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad17061bf400c4ea839cf617865a7f94f", null ],
- [ "SCIM_KEY_KP_0", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad77138404b762d73435c27fa037bbaae", null ],
- [ "SCIM_KEY_KP_1", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa59c090f443cc243d9ed2b012b09f5b22", null ],
- [ "SCIM_KEY_KP_2", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faf4219478b04a35b0d62923b979372bfd", null ],
- [ "SCIM_KEY_KP_3", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fade11e130d0933e7dd4dbe705bd651527", null ],
- [ "SCIM_KEY_KP_4", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa11790e890e1f3dc11ef2acf041a0f8f6", null ],
- [ "SCIM_KEY_KP_5", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa6ec9b753ae38196497c95570680d698e", null ],
- [ "SCIM_KEY_KP_6", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa86095af43699e6c95bb9155fa1028eea", null ],
- [ "SCIM_KEY_KP_7", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac52255ea440391f8b7aab7be7149c9c4", null ],
- [ "SCIM_KEY_KP_8", "a00065.html#gga4aefe0843e618886b55102a0eb45b75facf006264e952f65d899794e1cc7b4ef2", null ],
- [ "SCIM_KEY_KP_9", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac287654e4f8bc7099970ecf9a178dce0", null ],
- [ "SCIM_KEY_F1", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa85376551de6915de2e710439bf45adeb", null ],
- [ "SCIM_KEY_F2", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faba0929d1b08139b545ce69f3aaf6a174", null ],
- [ "SCIM_KEY_F3", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa3d9a66f7bc677ecaf5754cdf6ede3456", null ],
- [ "SCIM_KEY_F4", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac9253b6fdcb69c2e2e87417420616e36", null ],
- [ "SCIM_KEY_F5", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa846d185c9cccaad1a79e4befc21171e1", null ],
- [ "SCIM_KEY_F6", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa640aa37aaa60e85e5e6e94b79d8a8d8c", null ],
- [ "SCIM_KEY_F7", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa282994512033c0168de6c6a7bd960faf", null ],
- [ "SCIM_KEY_F8", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fae7698c213998de6743d3eb5180418756", null ],
- [ "SCIM_KEY_F9", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa48ed6be2574f7983d072942fda33209f", null ],
- [ "SCIM_KEY_F10", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa7615daf628ac432ee996598518e5933", null ],
- [ "SCIM_KEY_F11", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fade766607fab5aa7e188ca72abea2843d", null ],
- [ "SCIM_KEY_F12", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faf1280f12a5504233e6e08c59e7e00049", null ],
- [ "SCIM_KEY_F13", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac27523d0e93612de453119839f205a98", null ],
- [ "SCIM_KEY_F14", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa4dcd3064da5bb3d18ff5e96dd1d08cf6", null ],
- [ "SCIM_KEY_F15", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faac5755df0f1948655c67186b568881ee", null ],
- [ "SCIM_KEY_F16", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa7115b3307b9013f3f861bfa03db4e4c2", null ],
- [ "SCIM_KEY_F17", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa4bd52d8a0d4e115ff8f7a4efd8785e51", null ],
- [ "SCIM_KEY_F18", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa11ff61da2a54bba19d59eb79e55eee0c", null ],
- [ "SCIM_KEY_F19", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa4b3431b02649324fde0c1fa71943c0e", null ],
- [ "SCIM_KEY_F20", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faddd14e2780623ab0b90317a7d408071a", null ],
- [ "SCIM_KEY_F21", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa837256cf410603e8b7b4f3c05a0355df", null ],
- [ "SCIM_KEY_F22", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fab773232d6e9fc4cb259add7bbe116969", null ],
- [ "SCIM_KEY_F23", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faf689747509c757f033cee4605d851a9a", null ],
- [ "SCIM_KEY_F24", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa11b896756609e83ca204edf09d354c68", null ],
- [ "SCIM_KEY_F25", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa45f91f5480c96417091917091b090125", null ],
- [ "SCIM_KEY_F26", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa8f601c4598f30f45d84b6595953d9fd", null ],
- [ "SCIM_KEY_F27", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9f508c07cdc042b5b1594c6db0b84a9c", null ],
- [ "SCIM_KEY_F28", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa03da839931cd953ad1ea5a61de92bf9f", null ],
- [ "SCIM_KEY_F29", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fab1405e4108801063ad5e5011a3e4759e", null ],
- [ "SCIM_KEY_F30", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa8b91c068deafe25a0deebabf961971be", null ],
- [ "SCIM_KEY_F31", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa32ff4ffecaa02625ca5782eed76f699f", null ],
- [ "SCIM_KEY_F32", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fafe39978cd4745be22e84097d03927cd8", null ],
- [ "SCIM_KEY_F33", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa62fa5b234dd89a83bb9b012347302621", null ],
- [ "SCIM_KEY_F34", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa7b1e0718228b62caa9ebe52a00d1ff5e", null ],
- [ "SCIM_KEY_F35", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa1d699f9e468bc137a9c2dd7bcadcf7e4", null ],
- [ "SCIM_KEY_Shift_L", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fab40f069a86f34db22bc4131290e6143e", null ],
- [ "SCIM_KEY_Shift_R", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa444729a96bfdb290a824477907aca284", null ],
- [ "SCIM_KEY_Control_L", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa15034fb550be9af1d41dc44130f9d1a", null ],
- [ "SCIM_KEY_Control_R", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fafc4dddd9c0b04dc3977b9dd58dc62816", null ],
- [ "SCIM_KEY_Caps_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa24a7e53e5405f151abeff572c4cdd04", null ],
- [ "SCIM_KEY_Shift_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faed695e314177660765266dd80b682d9c", null ],
- [ "SCIM_KEY_Meta_L", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa20f11a47eaf92125af6214589bce992d", null ],
- [ "SCIM_KEY_Meta_R", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac5659c32418e9272f05215ae91051979", null ],
- [ "SCIM_KEY_Alt_L", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa318fbc4651be24cdac4dfed2b4b1a7b4", null ],
- [ "SCIM_KEY_Alt_R", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa29876260b41e0fe8e40821c51ee81e78", null ],
- [ "SCIM_KEY_Super_L", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa8aa86471b107020aa0f448e07ad94e87", null ],
- [ "SCIM_KEY_Super_R", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa98b989490f327358902c993da4f51cec", null ],
- [ "SCIM_KEY_Hyper_L", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fac84ac4b726c8d6437107e999df5476de", null ],
- [ "SCIM_KEY_Hyper_R", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa26d30b8f6d451bb810039bbc6ee52f5b", null ],
- [ "SCIM_KEY_ISO_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa0429ce1691243007e29f93e110968be", null ],
- [ "SCIM_KEY_ISO_Level2_Latch", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa13651b794c1f6193a921d54cfc5ce267", null ],
- [ "SCIM_KEY_ISO_Level3_Shift", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fad2b178c6ac863c3fb8499b2de5fb1a57", null ],
- [ "SCIM_KEY_ISO_Level3_Latch", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa3d5ffacbd416091421f8a8925f17195a", null ],
- [ "SCIM_KEY_ISO_Level3_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75facdcf57d14e4b57e111980ab01a6b7b07", null ],
- [ "SCIM_KEY_ISO_Group_Shift", "a00065.html#gga4aefe0843e618886b55102a0eb45b75facf1e34df33fe11af88e5a1f7f2f3b426", null ],
- [ "SCIM_KEY_ISO_Group_Latch", "a00065.html#gga4aefe0843e618886b55102a0eb45b75facae61cd3a5f4cd4304edc3b65718e08d", null ],
- [ "SCIM_KEY_ISO_Group_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faac96c155ce2f9666d1211b1568250e71", null ],
- [ "SCIM_KEY_ISO_Next_Group", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9c1ccf5fd0ce66c2fc47db9226234cec", null ],
- [ "SCIM_KEY_ISO_Next_Group_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fabf83ccc2dc16af097e75d511e8209b35", null ],
- [ "SCIM_KEY_ISO_Prev_Group", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa7690e52b4c75a33e5cd72e174780d75a", null ],
- [ "SCIM_KEY_ISO_Prev_Group_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fadb51e0807488effd869fbc67b9fcc8a5", null ],
- [ "SCIM_KEY_ISO_First_Group", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa03c52b212c069fe5f227f158d9f85b8f", null ],
- [ "SCIM_KEY_ISO_First_Group_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fafe5580f4ef11b43a735e308495075cae", null ],
- [ "SCIM_KEY_ISO_Last_Group", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa2813f0364266f87b23f032f8aea894a7", null ],
- [ "SCIM_KEY_ISO_Last_Group_Lock", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa2e7c8018938d431e4b91946f5281b3c", null ],
- [ "SCIM_KEY_ISO_Left_Tab", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faec81480ff2e35d388f69be2a28597ec3", null ],
- [ "SCIM_KEY_ISO_Move_Line_Up", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa82916f08d6fd3a4f3640123384271f72", null ],
- [ "SCIM_KEY_ISO_Move_Line_Down", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faf216e280c414e5d2ee08610fe547e70c", null ],
- [ "SCIM_KEY_ISO_Partial_Line_Up", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa9fdc254356f83d61f9398cb18e56a962", null ],
- [ "SCIM_KEY_ISO_Partial_Line_Down", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa74649650aff01c2fcfe5e12a750d9328", null ],
- [ "SCIM_KEY_ISO_Partial_Space_Left", "a00065.html#gga4aefe0843e618886b55102a0eb45b75faa2bfc53b3f56414e21e39d6891efa981", null ],
- [ "SCIM_KEY_ISO_Partial_Space_Right", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fa524b4c832757055e50ff06b5139b0974", null ],
- [ "SCIM_KEY_ISO_Set_Margin_Left", "a00065.html#gga4aefe0843e618886b55102a0eb45b75facab87f0ccd19ee950e6ec79dbd03cb13", null ],
- [ "SCIM_KEY_ISO_Set_Margin_Right", "a00065.html#gga4aefe0843e618886b55102a0eb45b75fab4412e00ab17658a3649d9a8c111033f", null ],
/usr/share/doc/packages/scim-devel/html/a00068.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00068.html 2022-08-31 19:01:57.276257461 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00068.html 2022-08-31 19:01:57.276257461 +0000
@@ -5,7 +5,7 @@
-scim: scim_signals.h File Reference
+scim: scim_config_base.h File Reference
@@ -61,66 +61,49 @@
+
-
C++ signal interface.
+
scim::ConfigBase Interface.
More...
-class scim::SlotNode
-href_anchor"mdescRight">A node class for managing slots connected to scim::Signal 's. More...
+class scim::ConfigError
+href_anchor"mdescRight">An exception class to hold Config related errors. More...
-class scim::DefaultMarshal< R >
-href_anchor"memitem:"> class scim::DefaultMarshal< bool >
-href_anchor"memitem:"> class scim::Signal
-href_anchor"mdescRight">Base class for the C++ signal interface. More...
+class scim::ConfigBase
+href_anchor"mdescRight">The interface class to access the configuration data. More...
-class scim::Signal0< R, Marshal >
-href_anchor"mdescRight">A template for a signal passing no arguments and returning a value of type R. More...
+class scim::DummyConfig
+href_anchor"mdescRight">A dummy implementation of interface class scim::ConfigBase . More...
-class scim::Signal0< void, IgnoreMarshal >
-href_anchor"memitem:"> class scim::Signal1< R, P1, Marshal >
-href_anchor"mdescRight">A template for a signal passing one argument of type P1 and returning a value of type R. More...
-
-class scim::Signal1< void, P1, IgnoreMarshal >
-href_anchor"memitem:"> class scim::Signal2< R, P1, P2, Marshal >
-href_anchor"mdescRight">A template for a signal passing two arguments of type P1 and P2, and returning a value of type R. More...
-
-class scim::Signal2< void, P1, P2, IgnoreMarshal >
-href_anchor"memitem:"> class scim::Signal3< R, P1, P2, P3, Marshal >
-href_anchor"mdescRight">A template for a signal passing three arguments of type P1, P2 and P3, and returning a value of type R. More...
-
-class scim::Signal3< void, P1, P2, P3, IgnoreMarshal >
-href_anchor"memitem:"> class scim::Signal4< R, P1, P2, P3, P4, Marshal >
-href_anchor"mdescRight">A template for a signal passing four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
-
-class scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >
-href_anchor"memitem:"> class scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >
-href_anchor"mdescRight">A template for a signal passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
-
-class scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >
-href_anchor"memitem:"> class scim::Signal6< R, P1, P2, P3, P4, P5, P6, Marshal >
-href_anchor"mdescRight">A template for a signal passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
-
-class scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal >
-href_anchor"memberdecls">
+
namespace scim
-href_anchor"details" id="details">
-C++ signal interface.
-
Provides a set of signal class templates you can use to create signals that can pass up to 6 arguments to signal handlers connected via the slot interface (see scim_slot.h ). The signal classes are named Signal0 to Signal6, where 0 to 6 specifies the number of arguments that can be passed to a slot.
-
Most code of this file are came from Inti project.
+
href_anchor"memberdecls">
+
+
typedef Pointer< ConfigBase > scim::ConfigPointer
+
+
typedef Slot1< void, const ConfigPointer & > scim::ConfigSlotVoid
+
+
typedef Signal1< void, const ConfigPointer & > scim::ConfigSignalVoid
+
+
+
+
scim::ConfigBase Interface.
+
Provide a unified interface to access the configuration data. All of SCIM objects should use this interface if they have any configuration data.
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00068.js
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00068.js
/usr/share/doc/packages/scim-devel/html/a00071.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00071.html 2022-08-31 19:01:57.320257649 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00071.html 2022-08-31 19:01:57.316257632 +0000
@@ -5,7 +5,7 @@
-scim: scim_utility.h File Reference
+scim: scim_bind.h File Reference
@@ -60,171 +60,72 @@
+
-
various utility functions.
+
Binding adapters.
More...
+
+class scim::BoundSlot0_1< R, P1 >
+href_anchor"mdescRight">Converts a slot taking one argument into a slot taking no arguments. More...
+
+class scim::BoundSlot1_2< R, P1, P2 >
+href_anchor"mdescRight">Converts a slot taking two arguments into a slot taking one argument. More...
+
+class scim::BoundSlot2_3< R, P1, P2, P3 >
+href_anchor"mdescRight">Converts a slot taking three arguments into a slot taking two arguments. More...
+
+class scim::BoundSlot3_4< R, P1, P2, P3, P4 >
+href_anchor"mdescRight">Converts a slot taking four arguments into a slot taking three arguments. More...
+
+class scim::BoundSlot4_5< R, P1, P2, P3, P4, P5 >
+href_anchor"mdescRight">Converts a slot taking five arguments into a slot taking four arguments. More...
+
+class scim::BoundSlot5_6< R, P1, P2, P3, P4, P5, P6 >
+href_anchor"mdescRight">Converts a slot taking six arguments into a slot taking five arguments. More...
+
+
-int scim::utf8_mbtowc (ucs4_t *pwc, const unsigned char *src, int src_len)
- Convert an utf8 char sequence to ucs4. More...
-
-int scim::utf8_wctomb (unsigned char *dest, ucs4_t wc, int dest_size)
- Convert an ucs4 code to utf8 char sequence. More...
-
-WideString scim::utf8_mbstowcs (const String &str)
- Convert an utf8 string to an ucs4 string. More...
-
-WideString scim::utf8_mbstowcs (const char *str, int len=-1)
- Convert an utf8 string to an ucs4 string. More...
-
-String scim::utf8_wcstombs (const WideString &wstr)
- Convert an ucs4 string to an utf8 string. More...
-
-String scim::utf8_wcstombs (const ucs4_t *wstr, int len=-1)
- Convert an ucs4 string to an utf8 string. More...
-
-ucs4_t scim::utf8_read_wchar (std::istream &is)
- Read a wide char from istream. More...
-
-std::ostream & scim::utf8_write_wchar (std::ostream &os, ucs4_t wc)
- Write a wide char to ostream. More...
-
-WideString scim::utf8_read_wstring (std::istream &is, ucs4_t delim=(ucs4_t) '\n', bool rm_delim=true)
- Read a wide string from istream. More...
-
-std::ostream & scim::utf8_write_wstring (std::ostream &os, const WideString &wstr)
- Write a wide string to ostream. More...
-
-void scim::scim_uint32tobytes (unsigned char *bytes, uint32 n)
- Convert an uint32 variable into a sequence of bytes. More...
-
-uint32 scim::scim_bytestouint32 (const unsigned char *bytes)
- Convert a sequence of bytes into an uint32 value. More...
-
-void scim::scim_uint16tobytes (unsigned char *bytes, uint16 n)
- Convert an uint16 variable into a sequence of bytes. More...
-
-uint16 scim::scim_bytestouint16 (const unsigned char *bytes)
- Convert a sequence of bytes into an uint16 value. More...
-
-String scim::scim_validate_locale (const String &locale)
- Test if the locale is valid, and return the good locale name. More...
-
-String scim::scim_get_locale_encoding (const String &locale)
- Get the encoding for a locale. More...
-
-String scim::scim_get_current_locale ()
- Get current system locale. More...
-
-String scim::scim_get_current_language ()
- Get current system language. More...
-
-int scim::scim_get_locale_maxlen (const String &locale)
- Get the max length of the multibyte char of a locale. More...
-
-int scim::scim_split_string_list (std::vector< String > &vec, const String &str, char delim=',')
- Split string list into a string vector according to the delim char. More...
-
-String scim::scim_combine_string_list (const std::vector< String > &vec, char delim=',')
- Combine a string vector into one string list, separated by char delim. More...
-
-bool scim::scim_is_little_endian ()
- Get machine endian type. More...
-
-bool scim::scim_if_wchar_ucs4_equal ()
- Test if wchar_t is using UCS4 encoding. More...
-
-ucs4_t scim::scim_wchar_to_full_width (ucs4_t code)
- Convert a half width unicode char to its full width counterpart. More...
-
-ucs4_t scim::scim_wchar_to_half_width (ucs4_t code)
- Convert a full width unicode char to its half width counterpart. More...
-
-String scim::scim_get_home_dir ()
- Get the home dir of current user. More...
-
-String scim::scim_get_user_name ()
- Get the name of current user. More...
-
-String scim::scim_get_user_data_dir ()
- Get SCIM data dir of current user. More...
-
-size_t scim::scim_load_file (const String &filename, char **bufptr)
- Load a file into memory. More...
-
-bool scim::scim_make_dir (const String &dir)
- Make a directory. More...
-
-String scim::scim_get_language_name (const String &lang)
- Get the localized name of a language id. More...
-
-String scim::scim_get_language_name_english (const String &lang)
- Get the English name of a language id. More...
-
-String scim::scim_get_language_name_untranslated (const String &lang)
- Get the untranslated name of a language id. More...
-
-String scim::scim_get_language_locales (const String &lang)
- Get the supported locales for a language. More...
-
-String scim::scim_get_locale_language (const String &locale)
- Get the language id for a locale. More...
-
-String scim::scim_validate_language (const String &lang)
- Test if the language is valid, and return the good language code. More...
-
-String scim::scim_get_normalized_language (const String &lang)
- Get the normalized language id of a language. More...
-
-int scim::scim_launch (bool daemon, const String &config, const String &imengines, const String &frontend, char *const argv[]=0)
- Launch a SCIM process with specific options. More...
-
-int scim::scim_launch_panel (bool daemon, const String &config, const String &display, char *const argv[]=0)
- Launch a SCIM Panel process with specific options. More...
-
-void scim::scim_usleep (unsigned int usec)
- Sleep some microseconds. More...
-
-void scim::scim_daemon ()
- Switch process into daemon mode. More...
-
+
+template<typename R , typename P1 >
+Slot0< R > * scim::bind (Slot1< R, P1 > *s, P1 p1)
+
/usr/share/doc/packages/scim-devel/html/a00071.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00071.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00071.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,51 +1,9 @@
var a00071 =
[
- [ "SCIM_PATH_DELIM_STRING", "a00137.html#gab648679093f1b1cabfb48b3546bf1f08", null ],
- [ "SCIM_PATH_DELIM", "a00137.html#gae424ae0281097016303d4c3b5a025008", null ],
- [ "RET_ILSEQ", "a00137.html#ga39152aa221474c8738e2a6aa3f8e5257", null ],
- [ "RET_TOOFEW", "a00137.html#ga428616fe4fe080b464c82b2b2dcdbdae", null ],
- [ "RET_TOOSMALL", "a00137.html#ga4cbae3ac713c50e36b210612d82048d8", null ],
- [ "BAD_WCHAR", "a00137.html#ga60c0e047bba18230a84d313d4d868fe0", null ],
- [ "BAD_CHAR", "a00137.html#gab21b4d64518fec18af04931e0f8e1291", null ],
- [ "utf8_mbtowc", "a00071.html#ga8c55a57b4489b1d939fe53567a043db6", null ],
- [ "utf8_wctomb", "a00071.html#ga5effbb22bfcbf64c7e84bad555f4190c", null ],
- [ "utf8_mbstowcs", "a00071.html#gada69741f58703518e99f226cedff86b0", null ],
- [ "utf8_mbstowcs", "a00071.html#gaa5b72a01e13044f387da310d92eb1cb8", null ],
- [ "utf8_wcstombs", "a00071.html#gaa04a9b51fe62ba01b30e44f91111e242", null ],
- [ "utf8_wcstombs", "a00071.html#gaea6900589ce133c8cc817d57fce44ead", null ],
- [ "utf8_read_wchar", "a00071.html#ga6603f7230f6e994bb1efd454c1b54714", null ],
- [ "utf8_write_wchar", "a00071.html#gababc2d8ce04808270db80f14c84d919c", null ],
- [ "utf8_read_wstring", "a00071.html#ga1b14d7acdf3f7ae6899e9dbd11c1dc12", null ],
- [ "utf8_write_wstring", "a00071.html#ga9f030ae5058130d240ad691c9b928630", null ],
- [ "scim_uint32tobytes", "a00071.html#ga77a2abed87c67ec3df7f55aadc0a5281", null ],
- [ "scim_bytestouint32", "a00071.html#gadf8f6bdbdd69c4fca4034506b5a4ea53", null ],
- [ "scim_uint16tobytes", "a00071.html#ga6d528a34858123544476b0f24ca40bf7", null ],
- [ "scim_bytestouint16", "a00071.html#ga6fbc7a3765ee3bd4d15815783a9fd62d", null ],
- [ "scim_validate_locale", "a00071.html#ga0d09b35f1379f410095195aad2fd8c5b", null ],
- [ "scim_get_locale_encoding", "a00071.html#ga8295356f70f115475ca7ac92261e7923", null ],
- [ "scim_get_current_locale", "a00071.html#ga21d290f3dac0e3cd09ee79755d04aad9", null ],
- [ "scim_get_current_language", "a00071.html#gab23dbdbbd6586896f6563887f28d17fa", null ],
- [ "scim_get_locale_maxlen", "a00071.html#ga995cc001fb45663340dc8f6314510650", null ],
- [ "scim_split_string_list", "a00071.html#gab81340813c7b2a262f2091ba561d9de4", null ],
- [ "scim_combine_string_list", "a00071.html#gadee65c3e219c703675151c5fdf0622e2", null ],
- [ "scim_is_little_endian", "a00071.html#ga1c0f4754fc9c5c1f92882e401f5a986d", null ],
- [ "scim_if_wchar_ucs4_equal", "a00071.html#gadc0f795fb52a36d59aec824784a7358d", null ],
- [ "scim_wchar_to_full_width", "a00071.html#gad41f1b2fc799098a55eec62b9a7c8e20", null ],
- [ "scim_wchar_to_half_width", "a00071.html#ga74e54116d63a1d2ed902a0d5811e9f53", null ],
- [ "scim_get_home_dir", "a00071.html#gadf19caab1ba6ef10a1ad0c9f626e1572", null ],
- [ "scim_get_user_name", "a00071.html#gaeb6485d8c51b90957f01e0314b183b44", null ],
- [ "scim_get_user_data_dir", "a00071.html#gade7c9b0c5175d81f54fc76091e5d5493", null ],
- [ "scim_load_file", "a00071.html#ga68a219e7088f713786f8d041f5947e06", null ],
- [ "scim_make_dir", "a00071.html#ga51cf575e87532d9317537026f5fdb9d1", null ],
- [ "scim_get_language_name", "a00071.html#gad367d09eaf868619bf81463f2a721426", null ],
- [ "scim_get_language_name_english", "a00071.html#gae4c6df4adbbefec46aba2bea07b5e9f9", null ],
- [ "scim_get_language_name_untranslated", "a00071.html#ga4992b66d16bfda68955bf0b6df9d6cae", null ],
- [ "scim_get_language_locales", "a00071.html#ga2fae97282d1fd8a3dcf1a85a8d70bc94", null ],
- [ "scim_get_locale_language", "a00071.html#ga15b987228c2e0bd1de013cbf5bd528de", null ],
- [ "scim_validate_language", "a00071.html#gae8c6148d095929b233780618b6aef32c", null ],
- [ "scim_get_normalized_language", "a00071.html#gaf5238f370cab1a0ceb4750e0e3f7ee4c", null ],
- [ "scim_launch", "a00071.html#ga6ec95791a020f2e9c77439f09acc6d9d", null ],
- [ "scim_launch_panel", "a00071.html#ga5ff640f9d25ffb5a10aa08d3b3cf373e", null ],
- [ "scim_usleep", "a00071.html#ga2713a9165e6bd479200141651e825d6e", null ],
- [ "scim_daemon", "a00071.html#ga1afa0f6eaf94f87c8cd75e9f9c534d6e", null ]
+ [ "bind", "a00071.html#ga4e5cc2c0b962fc9950c021ba36403854", null ],
+ [ "bind", "a00071.html#gad7d89f19fb902f26ac5fc42ffdc89435", null ],
+ [ "bind", "a00071.html#ga3a8b533231509e01e825534853c813f8", null ],
+ [ "bind", "a00071.html#ga29152c6883c40a89d4497ef00cdb3333", null ],
+ [ "bind", "a00071.html#gac433690f563a1a3258935a4a1e3e4f01", null ],
+ [ "bind", "a00071.html#gabf099a8152885ec6c6b010d39dbb973a", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00074.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00074.html 2022-08-31 19:01:57.376257887 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00074.html 2022-08-31 19:01:57.376257887 +0000
@@ -5,7 +5,7 @@
-scim: scim_compose_key.h File Reference
+scim: scim_panel_common.h File Reference
@@ -61,39 +61,32 @@
+
-
Defines scim::ComposeKeyFactory and scim::ComposeKeyInstance .
+
Defines some structures and types which are used by both scim::PanelAgent and scim::PanelClient .
More...
-
-
Defines scim::ComposeKeyFactory and scim::ComposeKeyInstance .
+
href_anchor"details" id="details">
+Defines some structures and types which are used by both scim::PanelAgent and scim::PanelClient .
/usr/share/doc/packages/scim-devel/html/a00077.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00077.html 2022-08-31 19:01:57.404258005 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00077.html 2022-08-31 19:01:57.408258023 +0000
@@ -5,7 +5,7 @@
-scim: scim_frontend_module.h File Reference
+scim: scim_imengine.h File Reference
@@ -63,47 +63,93 @@
Classes |
Namespaces |
Typedefs |
-Functions
-
+Enumerations
+
-
definition of FrontEndModule related classes.
+
Defines scim::IMEngineFactoryBase and scim::IMEngineInstanceBase interfaces.
More...
+class scim::IMEngineFactoryBase
+href_anchor"mdescRight">The base class of the real input methods' IMEngineFactory classes. More...
+
+class scim::IMEngineInstanceBase
+href_anchor"mdescRight">The base class of the real input methods' IMEngineInstance classes. More...
+
+class scim::DummyIMEngineFactory
+href_anchor"mdescRight">A trivial IMEngine that do nothing. More...
+
+class scim::DummyIMEngineInstance
+href_anchor"memberdecls">
namespace scim
href_anchor"memberdecls">
-typedef void(* scim::FrontEndModuleInitFunc ) (const BackEndPointer &backend, const ConfigPointer &config, int argc, char **argv)
- Initialize a FrontEnd Module . More...
-
-typedef void(* scim::FrontEndModuleRunFunc ) (void)
- Run a FrontEnd Module . More...
-
+typedef Pointer< IMEngineFactoryBase > scim::IMEngineFactoryPointer
+
+typedef Pointer< IMEngineInstanceBase > scim::IMEngineInstancePointer
+
+typedef Slot1< void, IMEngineInstanceBase * > scim::IMEngineSlotVoid
+
+typedef Slot2< void, IMEngineInstanceBase *, int > scim::IMEngineSlotInt
+
+typedef Slot2< void, IMEngineInstanceBase *, bool > scim::IMEngineSlotBool
+
+typedef Slot2< void, IMEngineInstanceBase *, const String & > scim::IMEngineSlotString
+
+typedef Slot2< void, IMEngineInstanceBase *, const WideString & > scim::IMEngineSlotWideString
+
+typedef Slot2< void, IMEngineInstanceBase *, const KeyEvent & > scim::IMEngineSlotKeyEvent
+
+typedef Slot2< void, IMEngineInstanceBase *, const LookupTable & > scim::IMEngineSlotLookupTable
+
+typedef Slot2< void, IMEngineInstanceBase *, const Property & > scim::IMEngineSlotProperty
+
+typedef Slot2< void, IMEngineInstanceBase *, const PropertyList & > scim::IMEngineSlotPropertyList
+
+typedef Slot3< void, IMEngineInstanceBase *, const String &, const Transaction & > scim::IMEngineSlotStringTransaction
+
+typedef Slot3< void, IMEngineInstanceBase *, const WideString &, const AttributeList & > scim::IMEngineSlotWideStringAttributeList
+
+typedef Slot5< bool, IMEngineInstanceBase *, WideString &, int &, int, int > scim::IMEngineSlotGetSurroundingText
+
+typedef Slot3< bool, IMEngineInstanceBase *, int, int > scim::IMEngineSlotDeleteSurroundingText
+
-
definition of FrontEndModule related classes.
+
Defines scim::IMEngineFactoryBase and scim::IMEngineInstanceBase interfaces.
+
scim::IMEngineFactoryBase and scim::IMEngineInstanceBase are the most important part of SCIM platform.
+
These interfaces are used to write input method engine modules.
/usr/share/doc/packages/scim-devel/html/a00077.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00077.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00077.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,6 +1,27 @@
var a00077 =
[
- [ "FrontEndModuleInitFunc", "a00077.html#gabb9b2231eff6816ddf0989eaaeb633a5", null ],
- [ "FrontEndModuleRunFunc", "a00077.html#ga12c009e5ee1367652404eb3015835885", null ],
- [ "scim_get_frontend_module_list", "a00077.html#gaf2e20b33321ec57afcc20bca767d13b2", null ]
+ [ "IMEngineFactoryPointer", "a00077.html#ga688a08d9d3cb1b9549b5d8254dcf53ca", null ],
+ [ "IMEngineInstancePointer", "a00077.html#ga818c8e9295992f3b4226ee903f7d6f87", null ],
+ [ "IMEngineSlotVoid", "a00077.html#ga34c7e02c6215d8a990b62b4fdc230131", null ],
+ [ "IMEngineSlotInt", "a00077.html#ga788da0e62a764e09dadeb1a6c4e05a7d", null ],
+ [ "IMEngineSlotBool", "a00077.html#ga27be9a2df43b2f1e1f4a261c38d9b6af", null ],
+ [ "IMEngineSlotString", "a00077.html#ga1054865b5589d6d616b9a950cda525ad", null ],
+ [ "IMEngineSlotWideString", "a00077.html#ga6a295790fb4bd60d5860ebc0ef1bbd1b", null ],
+ [ "IMEngineSlotKeyEvent", "a00077.html#gae074e84d1c7ff5ae9e9f6c5ca041ca97", null ],
+ [ "IMEngineSlotLookupTable", "a00077.html#ga8da3541512b5f743ba8a9823fcb232bf", null ],
+ [ "IMEngineSlotProperty", "a00077.html#gaccb53d25c7c8f4b2165094a17126e17b", null ],
+ [ "IMEngineSlotPropertyList", "a00077.html#ga4ad9872231cda5fdc89e883b98c2c7bc", null ],
+ [ "IMEngineSlotStringTransaction", "a00077.html#ga39891ac5e52a66ea666886dc8be1bf0e", null ],
+ [ "IMEngineSlotWideStringAttributeList", "a00077.html#ga1bbf0ac58b3effbb917472ea55642d3c", null ],
+ [ "IMEngineSlotGetSurroundingText", "a00077.html#gafab673539103ed5ce8c7e5038a125403", null ],
+ [ "IMEngineSlotDeleteSurroundingText", "a00077.html#ga375e4473d4ed9ac3c098474f94bd71d4", null ],
+ [ "ClientCapability", "a00077.html#ga4f5e9e0461fb6a3dff0c2942429de97a", [
+ [ "SCIM_CLIENT_CAP_ONTHESPOT_PREEDIT", "a00077.html#gga4f5e9e0461fb6a3dff0c2942429de97aa2359d0d05087f8ee07ee45e620d6f1eb", null ],
+ [ "SCIM_CLIENT_CAP_SINGLE_LEVEL_PROPERTY", "a00077.html#gga4f5e9e0461fb6a3dff0c2942429de97aa8fd332bc9c9671b0e5837ae1537e1132", null ],
+ [ "SCIM_CLIENT_CAP_MULTI_LEVEL_PROPERTY", "a00077.html#gga4f5e9e0461fb6a3dff0c2942429de97aaacb463b9a1b2b6e549df7d63e42d4d72", null ],
+ [ "SCIM_CLIENT_CAP_TRIGGER_PROPERTY", "a00077.html#gga4f5e9e0461fb6a3dff0c2942429de97aa191cebfb0add87bf86c69192f529a8ef", null ],
+ [ "SCIM_CLIENT_CAP_HELPER_MODULE", "a00077.html#gga4f5e9e0461fb6a3dff0c2942429de97aa00696b51b7322a8965227c544fd13589", null ],
+ [ "SCIM_CLIENT_CAP_SURROUNDING_TEXT", "a00077.html#gga4f5e9e0461fb6a3dff0c2942429de97aae2c37e26ffd220a2ce0d65dc254a98a4", null ],
+ [ "SCIM_CLIENT_CAP_ALL_CAPABILITIES", "a00077.html#gga4f5e9e0461fb6a3dff0c2942429de97aaf05fc55ea1183401d436280429bc880c", null ]
+ ] ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00080.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00080.html 2022-08-31 19:01:57.452258209 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00080.html 2022-08-31 19:01:57.456258227 +0000
@@ -5,7 +5,7 @@
-scim: scim_compose_key_data.h File Reference
+scim: scim_iconv.h File Reference
@@ -59,15 +59,40 @@
-
+
+
definition of IConvert related classes.
+More...
+
+
+class scim::IConvert
+href_anchor"mdescRight">A class to convert strings between UCS-4 and local encodings. More...
+
+
+
+
definition of IConvert related classes.
+
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00080.js
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00080.js
/usr/share/doc/packages/scim-devel/html/a00083.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00083.html 2022-08-31 19:01:57.488258362 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00083.html 2022-08-31 19:01:57.496258397 +0000
@@ -5,7 +5,7 @@
-scim: scim_lookup_table.h File Reference
+scim: scim_slot.h File Reference
@@ -61,41 +61,192 @@
+
-
definition of LookupTable classes.
+
C++ slot interface.
More...
+class scim::FunctionSlot0< R >
+href_anchor"mdescRight">A slot template for static functions taking no arguments and returning a value of type R. More...
+
+class scim::MethodSlot0< T, R >
+href_anchor"mdescRight">A slot template for methods in a class of type T taking no arguments and returning a value of type R. More...
+
+class scim::SignalSlot0< T, R >
+href_anchor"memitem:"> class scim::Slot1< R, P1 >
+href_anchor"mdescRight">Base class template for slots passing one argument of type P1 and returning a value of type R. More...
+
+class scim::FunctionSlot1< R, P1 >
+href_anchor"mdescRight">A slot template for static functions taking one argument of type P1 and returning a value of type R. More...
+
+class scim::MethodSlot1< T, R, P1 >
+href_anchor"mdescRight">A slot template for methods in a class of type T taking one argument of type P1 and returning a value of type R. More...
+
+class scim::SignalSlot1< T, R, P1 >
+href_anchor"memitem:"> class scim::Slot2< R, P1, P2 >
+href_anchor"mdescRight">Base class template for slots passing two arguments of type P1 and P2, and returning a value of type R. More...
+
+class scim::FunctionSlot2< R, P1, P2 >
+href_anchor"mdescRight">A slot template for static functions taking two arguments of type P1 and P2, and returning a value of type R. More...
+
+class scim::MethodSlot2< T, R, P1, P2 >
+href_anchor"mdescRight">A slot template for methods in a class of type T taking two arguments of type P1 and P2, and returning a value of type R. More...
+
+class scim::SignalSlot2< T, R, P1, P2 >
+href_anchor"memitem:"> class scim::Slot3< R, P1, P2, P3 >
+href_anchor"mdescRight">Base class template for slots passing three arguments of type P1, P2 and P3, and returning a value of type R. More...
+
+class scim::FunctionSlot3< R, P1, P2, P3 >
+href_anchor"mdescRight">A slot template for static functions taking three arguments of type P1, P2 and P3, and returning a value of type R. More...
+
+class scim::MethodSlot3< T, R, P1, P2, P3 >
+href_anchor"mdescRight">A slot template for methods in a class of type T taking three arguments of type P1, P2 and P3, and returning a value of type R. More...
+
+class scim::SignalSlot3< T, R, P1, P2, P3 >
+href_anchor"memitem:"> class scim::Slot4< R, P1, P2, P3, P4 >
+href_anchor"mdescRight">Base class template for slots passing four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
+
+class scim::FunctionSlot4< R, P1, P2, P3, P4 >
+href_anchor"mdescRight">A slot template for static functions taking four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
+
+class scim::MethodSlot4< T, R, P1, P2, P3, P4 >
+href_anchor"mdescRight">A slot template for methods in a class of type T taking four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
+
+class scim::SignalSlot4< T, R, P1, P2, P3, P4 >
+href_anchor"memitem:"> class scim::Slot5< R, P1, P2, P3, P4, P5 >
+href_anchor"mdescRight">Base class template for slots passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
+
+class scim::FunctionSlot5< R, P1, P2, P3, P4, P5 >
+href_anchor"mdescRight">A slot template for static functions taking five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
+
+class scim::MethodSlot5< T, R, P1, P2, P3, P4, P5 >
+href_anchor"mdescRight">A slot template for methods in a class of type T taking five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
+
+class scim::SignalSlot5< T, R, P1, P2, P3, P4, P5 >
+href_anchor"memitem:"> class scim::Slot6< R, P1, P2, P3, P4, P5, P6 >
+href_anchor"mdescRight">Base class template for slots passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
+
+class scim::FunctionSlot6< R, P1, P2, P3, P4, P5, P6 >
+href_anchor"mdescRight">A slot template for static functions taking six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
+
+class scim::MethodSlot6< T, R, P1, P2, P3, P4, P5, P6 >
+href_anchor"mdescRight">A slot template for methods in a class of type T taking six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
+
+class scim::SignalSlot6< T, R, P1, P2, P3, P4, P5, P6 >
+href_anchor"memberdecls">
namespace scim
href_anchor"memberdecls">
-
-#define SCIM_LOOKUP_TABLE_MAX_PAGESIZE 16
-
+
+
+template<typename R >
+Slot0< R > * scim::slot (R(*function)())
+
+template<typename T1 , typename T2 , typename R >
+Slot0< R > * scim::slot (T1 *&object, R(T2::*function)())
+
+template<typename T1 , typename T2 , typename R >
+Slot0< R > * scim::slot (T1 *const &object, R(T2::*function)())
+
+template<typename T1 , typename T2 , typename R >
+Slot0< R > * scim::slot (T1 &object, R(T2::*function)())
+
+template<typename R , typename P1 >
+Slot1< R, P1 > * scim::slot (R(*function)(P1))
+
+template<typename T1 , typename T2 , typename R , typename P1 >
+Slot1< R, P1 > * scim::slot (T1 *&object, R(T2::*function)(P1))
+
+template<typename T1 , typename T2 , typename R , typename P1 >
+Slot1< R, P1 > * scim::slot (T1 *const &object, R(T2::*function)(P1))
+
+template<typename T1 , typename T2 , typename R , typename P1 >
+Slot1< R, P1 > * scim::slot (T1 &object, R(T2::*function)(P1))
+
+template<typename R , typename P1 , typename P2 >
+Slot2< R, P1, P2 > * scim::slot (R(*function)(P1, P2))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 >
+Slot2< R, P1, P2 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 >
+Slot2< R, P1, P2 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 >
+Slot2< R, P1, P2 > * scim::slot (T1 &object, R(T2::*function)(P1, P2))
+
+template<typename R , typename P1 , typename P2 , typename P3 >
+Slot3< R, P1, P2, P3 > * scim::slot (R(*function)(P1, P2, P3))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 >
+Slot3< R, P1, P2, P3 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2, P3))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 >
+Slot3< R, P1, P2, P3 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2, P3))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 >
+Slot3< R, P1, P2, P3 > * scim::slot (T1 &object, R(T2::*function)(P1, P2, P3))
+
+template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
+Slot4< R, P1, P2, P3, P4 > * scim::slot (R(*function)(P1, P2, P3, P4))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 >
+Slot4< R, P1, P2, P3, P4 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2, P3, P4))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 >
+Slot4< R, P1, P2, P3, P4 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2, P3, P4))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 >
+Slot4< R, P1, P2, P3, P4 > * scim::slot (T1 &object, R(T2::*function)(P1, P2, P3, P4))
+
+template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
+Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (R(*function)(P1, P2, P3, P4, P5))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
+Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2, P3, P4, P5))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
+Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2, P3, P4, P5))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
+Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (T1 &object, R(T2::*function)(P1, P2, P3, P4, P5))
+
+template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 >
+Slot6< R, P1, P2, P3, P4, P5, P6 > * scim::slot (R(*function)(P1, P2, P3, P4, P5, P6))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 >
+Slot6< R, P1, P2, P3, P4, P5, P6 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2, P3, P4, P5, P6))
+
+template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 >
+Slot6< R, P1, P2, P3, P4, P5, P6 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2, P3, P4, P5, P6))
+
/usr/share/doc/packages/scim-devel/html/a00083.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00083.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00083.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,4 +1,31 @@
var a00083 =
[
- [ "SCIM_LOOKUP_TABLE_MAX_PAGESIZE", "a00137.html#gadca0fdc84407454c4e8729c30417af94", null ]
+ [ "slot", "a00083.html#gaf90718f4ee3371b80213f2068f4aab8d", null ],
+ [ "slot", "a00083.html#ga352fe7da91e7edb47bad3b45d9a2ecfe", null ],
+ [ "slot", "a00083.html#ga2c50d90e02d9c8d0011a6b0b456acb50", null ],
+ [ "slot", "a00083.html#gab66580c6feadcfb551d62d3839bf0bc9", null ],
+ [ "slot", "a00083.html#gac399a4c079a0d171f618735c1a31f580", null ],
+ [ "slot", "a00083.html#ga4b18b067ad04fd21cbd2b57db5215b89", null ],
+ [ "slot", "a00083.html#ga04710cb23c2ab22a1f7b151f38c6637d", null ],
+ [ "slot", "a00083.html#ga9b22f52c219f74601e2ce44453de5e03", null ],
+ [ "slot", "a00083.html#gabd03d5123b2534fa0f137441b3eadf2f", null ],
+ [ "slot", "a00083.html#gaf3b8f3e20c08f188f695f489f6297a51", null ],
+ [ "slot", "a00083.html#ga7f697142f41e96a6d95ec64167e4357e", null ],
+ [ "slot", "a00083.html#gaf46e6516bad601d5e29433fe5456cbe3", null ],
+ [ "slot", "a00083.html#ga28b4b3eb8026f4631c12d79ef9bfed86", null ],
+ [ "slot", "a00083.html#ga6baadf54788d4e7113f0addc247e20d2", null ],
+ [ "slot", "a00083.html#ga0365c9cdc10a316b77143f89e06b097a", null ],
+ [ "slot", "a00083.html#ga8c692f11649776018ef1b86439f9e0e8", null ],
+ [ "slot", "a00083.html#ga3c6fa679ec2619fd688e717164f01d76", null ],
+ [ "slot", "a00083.html#gad0912387533a5739dd90cdbfef70c398", null ],
+ [ "slot", "a00083.html#ga9287735c90f83a93e9dbb9902fb2a237", null ],
+ [ "slot", "a00083.html#ga021d9f328a38135fb6114b1f7b64c46a", null ],
+ [ "slot", "a00083.html#ga374ed8940cea0fb6de43254049503bc0", null ],
+ [ "slot", "a00083.html#gab35ce0e7b6e64a9540eeea0fbb0f01ac", null ],
+ [ "slot", "a00083.html#gae4433acd7e937a47f0df359a9ff99b8b", null ],
+ [ "slot", "a00083.html#gaa94f48b8a74e6774c63177bc4f2cf232", null ],
+ [ "slot", "a00083.html#gac1141136a353ebcafe4e1db862b3d7a7", null ],
+ [ "slot", "a00083.html#ga1ff1af9b2f1bad65c408c301f17fb363", null ],
+ [ "slot", "a00083.html#gad10e14666adf5c567f7bb4fab6e8bc5a", null ],
+ [ "slot", "a00083.html#ga7a8fe344e22d8d74b1c65d22d4845394", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00086.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00086.html 2022-08-31 19:01:57.544258600 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00086.html 2022-08-31 19:01:57.556258651 +0000
@@ -5,7 +5,7 @@
-scim: scim_config_base.h File Reference
+scim: scim_trans_commands.h File Reference
@@ -60,50 +60,233 @@
+
-
scim::ConfigBase Interface.
+
Transaction commands.
More...
namespace scim
href_anchor"memberdecls">
-
-typedef Pointer< ConfigBase > scim::ConfigPointer
-
-typedef Slot1< void, const ConfigPointer & > scim::ConfigSlotVoid
-
-typedef Signal1< void, const ConfigPointer & > scim::ConfigSignalVoid
-
+
+const int scim::SCIM_TRANS_CMD_UNKNOWN = 0
+ Unknown command. No use. More...
+
+const int scim::SCIM_TRANS_CMD_REQUEST = 1
+ It's the first command which should be put into the Transaction sending from a socket client to a socket server. More...
+
+const int scim::SCIM_TRANS_CMD_REPLY = 2
+ It's the first command which should be put into the Transaction sending from a socket server to a socket client. More...
+
+const int scim::SCIM_TRANS_CMD_OK = 3
+ This command is usually used in the Transaction sending from a socket server to a socket client to indicate that the request previously sent from the client was executed successfully. More...
+
+const int scim::SCIM_TRANS_CMD_FAIL = 4
+ This command is usually used in the Transaction sending from a socket server to a socket client to indicate that the request previously sent from the client was failed to be executed. More...
+
+const int scim::SCIM_TRANS_CMD_OPEN_CONNECTION = 5
+ This command is used internally by scim_socket_open_connection() and scim_socket_accept_connection() . More...
+
+const int scim::SCIM_TRANS_CMD_CLOSE_CONNECTION = 6
+ It's used to request the socket server to close the connection forcedly. More...
+
+const int scim::SCIM_TRANS_CMD_LOAD_FILE = 7
+ Request the socket server to load and send a file to the client. More...
+
+const int scim::SCIM_TRANS_CMD_SAVE_FILE = 8
+ Request the socket server to save a buffer into a file. More...
+
+const int scim::SCIM_TRANS_CMD_EXIT = 99
+ This command should be sent from a socket server to its clients to let them exit. More...
+
+const int scim::SCIM_TRANS_CMD_PROCESS_KEY_EVENT = 100
+ This command is used in SocketIMEngine to SocketFrontEnd and Panel to FrontEnd protocols to send a KeyEvent to an IMEngineInstance. More...
+
+const int scim::SCIM_TRANS_CMD_MOVE_PREEDIT_CARET = 101
+
+const int scim::SCIM_TRANS_CMD_SELECT_CANDIDATE = 102
+
+const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE_PAGE_SIZE = 103
+
+const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_UP = 104
+
+const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_DOWN = 105
+
+const int scim::SCIM_TRANS_CMD_RESET = 106
+
+const int scim::SCIM_TRANS_CMD_FOCUS_IN = 107
+
+const int scim::SCIM_TRANS_CMD_FOCUS_OUT = 108
+
+const int scim::SCIM_TRANS_CMD_TRIGGER_PROPERTY = 109
+
+const int scim::SCIM_TRANS_CMD_PROCESS_HELPER_EVENT = 110
+
+const int scim::SCIM_TRANS_CMD_UPDATE_CLIENT_CAPABILITIES = 111
+
+const int scim::SCIM_TRANS_CMD_SHOW_PREEDIT_STRING = 150
+
+const int scim::SCIM_TRANS_CMD_SHOW_AUX_STRING = 151
+
+const int scim::SCIM_TRANS_CMD_SHOW_LOOKUP_TABLE = 152
+
+const int scim::SCIM_TRANS_CMD_HIDE_PREEDIT_STRING = 153
+
+const int scim::SCIM_TRANS_CMD_HIDE_AUX_STRING = 154
+
+const int scim::SCIM_TRANS_CMD_HIDE_LOOKUP_TABLE = 155
+
+const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_CARET = 156
+
+const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_STRING = 157
+
+const int scim::SCIM_TRANS_CMD_UPDATE_AUX_STRING = 158
+
+const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE = 159
+
+const int scim::SCIM_TRANS_CMD_COMMIT_STRING = 160
+
+const int scim::SCIM_TRANS_CMD_FORWARD_KEY_EVENT = 161
+
+const int scim::SCIM_TRANS_CMD_REGISTER_PROPERTIES = 162
+
+const int scim::SCIM_TRANS_CMD_UPDATE_PROPERTY = 163
+
+const int scim::SCIM_TRANS_CMD_BEEP = 164
+
+const int scim::SCIM_TRANS_CMD_START_HELPER = 165
+
+const int scim::SCIM_TRANS_CMD_STOP_HELPER = 166
+
+const int scim::SCIM_TRANS_CMD_SEND_HELPER_EVENT = 167
+
+const int scim::SCIM_TRANS_CMD_GET_SURROUNDING_TEXT = 168
+
+const int scim::SCIM_TRANS_CMD_DELETE_SURROUNDING_TEXT = 169
+
+const int scim::SCIM_TRANS_CMD_NEW_INSTANCE = 200
+
+const int scim::SCIM_TRANS_CMD_DELETE_INSTANCE = 201
+
+const int scim::SCIM_TRANS_CMD_DELETE_ALL_INSTANCES = 202
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_LIST = 203
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_NAME = 204
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_AUTHORS = 205
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_CREDITS = 206
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_HELP = 207
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_LOCALES = 208
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_ICON_FILE = 209
+
+const int scim::SCIM_TRANS_CMD_GET_FACTORY_LANGUAGE = 210
+
+const int scim::SCIM_TRANS_CMD_FLUSH_CONFIG = 300
+
+const int scim::SCIM_TRANS_CMD_ERASE_CONFIG = 301
+
+const int scim::SCIM_TRANS_CMD_GET_CONFIG_STRING = 302
+
+const int scim::SCIM_TRANS_CMD_SET_CONFIG_STRING = 303
+
+const int scim::SCIM_TRANS_CMD_GET_CONFIG_INT = 304
+
+const int scim::SCIM_TRANS_CMD_SET_CONFIG_INT = 305
+
+const int scim::SCIM_TRANS_CMD_GET_CONFIG_BOOL = 306
+
+const int scim::SCIM_TRANS_CMD_SET_CONFIG_BOOL = 307
+
+const int scim::SCIM_TRANS_CMD_GET_CONFIG_DOUBLE = 308
+
+const int scim::SCIM_TRANS_CMD_SET_CONFIG_DOUBLE = 309
+
+const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_STRING = 310
+
+const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_STRING = 311
+
+const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_INT = 312
+
+const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_INT = 313
+
+const int scim::SCIM_TRANS_CMD_RELOAD_CONFIG = 314
/usr/share/doc/packages/scim-devel/html/a00086.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00086.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00086.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,6 +1,99 @@
var a00086 =
[
- [ "ConfigPointer", "a00086.html#gae76ea975dc827cc24f94e6eb98a99e60", null ],
- [ "ConfigSlotVoid", "a00086.html#ga7b53d0626da49663b9a8f0f932124ccc", null ],
- [ "ConfigSignalVoid", "a00086.html#ga7d6be7449cc24b9ced6ae7ee66def310", null ]
+ [ "SCIM_TRANS_CMD_UNKNOWN", "a00086.html#ga3102d9619a6abcc3a81f1b8026e79788", null ],
+ [ "SCIM_TRANS_CMD_REQUEST", "a00086.html#ga3454e50a89b1c4c336c9184f30e14ae4", null ],
+ [ "SCIM_TRANS_CMD_REPLY", "a00086.html#ga4d62009f79a0b0573e2324f2de9bc8ef", null ],
+ [ "SCIM_TRANS_CMD_OK", "a00086.html#gab1928c18aedef90d1d44ef77f9fef662", null ],
+ [ "SCIM_TRANS_CMD_FAIL", "a00086.html#ga121acff17a5f2821ae1e815640535671", null ],
+ [ "SCIM_TRANS_CMD_OPEN_CONNECTION", "a00086.html#ga21ec95373d6846486ccc2f1a97e66812", null ],
+ [ "SCIM_TRANS_CMD_CLOSE_CONNECTION", "a00086.html#ga86bf890a6d76502f71fda73aec4ca2d3", null ],
+ [ "SCIM_TRANS_CMD_LOAD_FILE", "a00086.html#ga637ef200445c161e5446dd41e69488b8", null ],
+ [ "SCIM_TRANS_CMD_SAVE_FILE", "a00086.html#ga3307ca00b453635230643b2134419338", null ],
+ [ "SCIM_TRANS_CMD_EXIT", "a00086.html#ga347ad73806d05255fea551af6d704540", null ],
+ [ "SCIM_TRANS_CMD_PROCESS_KEY_EVENT", "a00086.html#gad6daa6dc5fea6928c4f33bee5df6608c", null ],
+ [ "SCIM_TRANS_CMD_MOVE_PREEDIT_CARET", "a00086.html#gaf06e0a920f860be0ec4524dce582294d", null ],
+ [ "SCIM_TRANS_CMD_SELECT_CANDIDATE", "a00086.html#gaa53d484351a49861fcb5d79e09fe91fd", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE_PAGE_SIZE", "a00086.html#ga0bdf7a889a591226564c69b633e90129", null ],
+ [ "SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_UP", "a00086.html#ga448862949976d40b96d40986dcdac430", null ],
+ [ "SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_DOWN", "a00086.html#ga5ce97a74e64105d23f362e2bc5533fcf", null ],
+ [ "SCIM_TRANS_CMD_RESET", "a00086.html#ga52492c2fafcb0c78526de3c9a2dddc0c", null ],
+ [ "SCIM_TRANS_CMD_FOCUS_IN", "a00086.html#gad9c732c5e1018343b4f7f5ed3f5161ee", null ],
+ [ "SCIM_TRANS_CMD_FOCUS_OUT", "a00086.html#gabd5bd080d2bb49b08fdd9182c262a5da", null ],
+ [ "SCIM_TRANS_CMD_TRIGGER_PROPERTY", "a00086.html#ga5ad87339ef5fe53165c2c5e33b6ad41d", null ],
+ [ "SCIM_TRANS_CMD_PROCESS_HELPER_EVENT", "a00086.html#ga5415cddfe1d1ee1341330ee9ea9814af", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_CLIENT_CAPABILITIES", "a00086.html#ga9d754baea4da19b3b05e78284417f4ce", null ],
+ [ "SCIM_TRANS_CMD_SHOW_PREEDIT_STRING", "a00086.html#ga0b0c004ee6572fee35bceb62bb1dbdd9", null ],
+ [ "SCIM_TRANS_CMD_SHOW_AUX_STRING", "a00086.html#gacf9983f83c7a9dd6b40f58df2586f480", null ],
+ [ "SCIM_TRANS_CMD_SHOW_LOOKUP_TABLE", "a00086.html#ga66219115c75014b963a21df81d10f012", null ],
+ [ "SCIM_TRANS_CMD_HIDE_PREEDIT_STRING", "a00086.html#gac089294ce751d5a8a1c7ae8f05596f8e", null ],
+ [ "SCIM_TRANS_CMD_HIDE_AUX_STRING", "a00086.html#ga87867adca6b91ced2fa42caaa82bb68a", null ],
+ [ "SCIM_TRANS_CMD_HIDE_LOOKUP_TABLE", "a00086.html#ga447deaf1be678c6f9afac20fc54b3a14", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_PREEDIT_CARET", "a00086.html#gad116daf6b73b822ef1311e8636b5cd9c", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_PREEDIT_STRING", "a00086.html#gaef63391197c34765cfa44db8026f6282", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_AUX_STRING", "a00086.html#ga960e132f493c5f801e2770ef54826838", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE", "a00086.html#gac5091dd9ee563f51e84b6dda8c6da55e", null ],
+ [ "SCIM_TRANS_CMD_COMMIT_STRING", "a00086.html#ga8258502fbc028966da28e300059cb104", null ],
+ [ "SCIM_TRANS_CMD_FORWARD_KEY_EVENT", "a00086.html#ga7cdc5bb1719b9e46564811561eb2de1a", null ],
+ [ "SCIM_TRANS_CMD_REGISTER_PROPERTIES", "a00086.html#ga7cbb13d359141c4b083810209e2fe8be", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_PROPERTY", "a00086.html#gaacd39268cebe105e8f48700f8a482a82", null ],
+ [ "SCIM_TRANS_CMD_BEEP", "a00086.html#gad7fe26ed8acd86a6e0a320e69d5dd4f2", null ],
+ [ "SCIM_TRANS_CMD_START_HELPER", "a00086.html#ga31239400d2293fd39ebdeb87ac3e1dd9", null ],
+ [ "SCIM_TRANS_CMD_STOP_HELPER", "a00086.html#gae7db2d95943d373f5bb1f197266759af", null ],
+ [ "SCIM_TRANS_CMD_SEND_HELPER_EVENT", "a00086.html#gad4a0ce8858a6c6ddefdc70ae62d2323b", null ],
+ [ "SCIM_TRANS_CMD_GET_SURROUNDING_TEXT", "a00086.html#gaaa085c348b49ce886dcac2205ba1a712", null ],
+ [ "SCIM_TRANS_CMD_DELETE_SURROUNDING_TEXT", "a00086.html#ga0deeda586e923fc7728ba7041a1f7978", null ],
+ [ "SCIM_TRANS_CMD_NEW_INSTANCE", "a00086.html#ga3382488332457a9fd0d05a5e7545f7bc", null ],
+ [ "SCIM_TRANS_CMD_DELETE_INSTANCE", "a00086.html#ga3a35d76ce49b4f5583460a8c14db7aef", null ],
+ [ "SCIM_TRANS_CMD_DELETE_ALL_INSTANCES", "a00086.html#ga739deae99b01c9db3d9e6d52999bbb87", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_LIST", "a00086.html#gab5e80c19bec04786b8658da0a207d0c4", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_NAME", "a00086.html#ga611b86a2cbb7bc1785eaf4c3af7f9a08", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_AUTHORS", "a00086.html#gac4fafc16996b24aa8ce5105c10aa4be7", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_CREDITS", "a00086.html#gabab3996f42242e8bc51646a605221738", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_HELP", "a00086.html#gaa5c939a35144173f456e631e53b9f33b", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_LOCALES", "a00086.html#gabbb49de6d6001c76f4996a6ce2a101ee", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_ICON_FILE", "a00086.html#ga84e198f581aba2c01187912b41f6c04a", null ],
+ [ "SCIM_TRANS_CMD_GET_FACTORY_LANGUAGE", "a00086.html#ga5fa58ac28f43db96aafca647ba10ed3c", null ],
+ [ "SCIM_TRANS_CMD_FLUSH_CONFIG", "a00086.html#gae4ec8e24d93003ff82b737dec1e07c8a", null ],
+ [ "SCIM_TRANS_CMD_ERASE_CONFIG", "a00086.html#ga3ab37fc7c0a079ba8371e866aba767c5", null ],
+ [ "SCIM_TRANS_CMD_GET_CONFIG_STRING", "a00086.html#ga5d93f6e27f6985011ff6f7873d93ae51", null ],
+ [ "SCIM_TRANS_CMD_SET_CONFIG_STRING", "a00086.html#gaeaea031ee631b1e5366265270dd3a867", null ],
+ [ "SCIM_TRANS_CMD_GET_CONFIG_INT", "a00086.html#ga271a23cb4a7283f029c730d7bbededbd", null ],
+ [ "SCIM_TRANS_CMD_SET_CONFIG_INT", "a00086.html#ga02c7a8441a7e7519b6ff1ba2b3b8abaf", null ],
+ [ "SCIM_TRANS_CMD_GET_CONFIG_BOOL", "a00086.html#gaa67c3fced1fc9b715a45cadfde3197c2", null ],
+ [ "SCIM_TRANS_CMD_SET_CONFIG_BOOL", "a00086.html#gaa65e0ee4bb0b0f8e51a755b019c76b62", null ],
+ [ "SCIM_TRANS_CMD_GET_CONFIG_DOUBLE", "a00086.html#gaaa30470d01cd4056bea1137ea3b76718", null ],
+ [ "SCIM_TRANS_CMD_SET_CONFIG_DOUBLE", "a00086.html#ga6559ebd470ed55dcba1609ea61286908", null ],
+ [ "SCIM_TRANS_CMD_GET_CONFIG_VECTOR_STRING", "a00086.html#gaf25c3dcc3a0ed0345576144a7cdb272e", null ],
+ [ "SCIM_TRANS_CMD_SET_CONFIG_VECTOR_STRING", "a00086.html#gae3fa15fcefefcc3824db885f536d6b6e", null ],
+ [ "SCIM_TRANS_CMD_GET_CONFIG_VECTOR_INT", "a00086.html#gab5c7eeeb188cf40357ac0a290726b9fd", null ],
+ [ "SCIM_TRANS_CMD_SET_CONFIG_VECTOR_INT", "a00086.html#gad000f08e833b65f76369e33bf6ba8896", null ],
+ [ "SCIM_TRANS_CMD_RELOAD_CONFIG", "a00086.html#gae765c3172f1698286837a0cd5cc91bb0", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_SCREEN", "a00086.html#gaf63275c03b5a72216ec49a633f0fe0de", null ],
+ [ "SCIM_TRANS_CMD_UPDATE_SPOT_LOCATION", "a00086.html#gaefe6a8b8aa6a8e81a6a793029b004acd", null ],
+ [ "SCIM_TRANS_CMD_PANEL_EXIT", "a00086.html#ga84f7209b6be61dabb6db981e2b4936e2", null ],
+ [ "SCIM_TRANS_CMD_PANEL_TURN_ON", "a00086.html#ga3b7429c083f708b50cd069d3cf5f3de0", null ],
+ [ "SCIM_TRANS_CMD_PANEL_TURN_OFF", "a00086.html#ga83d8fcb099dfa10c4df8b2afd4fd26c5", null ],
+ [ "SCIM_TRANS_CMD_PANEL_UPDATE_FACTORY_INFO", "a00086.html#gaea19ee457d818a17ad913f4fece4f732", null ],
+ [ "SCIM_TRANS_CMD_PANEL_SHOW_HELP", "a00086.html#gac9a4b909c4211cba7082ffcf040ff222", null ],
+ [ "SCIM_TRANS_CMD_PANEL_SHOW_FACTORY_MENU", "a00086.html#gae5a9b7de8a8d4d13dfa927ae79f7f163", null ],
+ [ "SCIM_TRANS_CMD_PANEL_REGISTER_INPUT_CONTEXT", "a00086.html#gaad18ba8dde2b786cd70500e2ea870857", null ],
+ [ "SCIM_TRANS_CMD_PANEL_REMOVE_INPUT_CONTEXT", "a00086.html#ga1edddc1ef2be6e609ef9343215224203", null ],
+ [ "SCIM_TRANS_CMD_PANEL_REQUEST_HELP", "a00086.html#gae4fad7a374a097b2949efa6648f49db1", null ],
+ [ "SCIM_TRANS_CMD_PANEL_REQUEST_FACTORY_MENU", "a00086.html#ga66ed4136459df26dbc5c90857649bde5", null ],
+ [ "SCIM_TRANS_CMD_PANEL_CHANGE_FACTORY", "a00086.html#ga68aa080e7e30941579358705a4b46bcb", null ],
+ [ "SCIM_TRANS_CMD_PANEL_REGISTER_HELPER", "a00086.html#ga29c15aaaca0c4a09263c6a177e8df524", null ],
+ [ "SCIM_TRANS_CMD_PANEL_SEND_IMENGINE_EVENT", "a00086.html#ga464590621b82ddff70e9e00394a2cb3a", null ],
+ [ "SCIM_TRANS_CMD_PANEL_SEND_KEY_EVENT", "a00086.html#gafb0d3342b5c35fcfd2e8b262db5c4109", null ],
+ [ "SCIM_TRANS_CMD_HELPER_PROCESS_IMENGINE_EVENT", "a00086.html#ga31f3b6f84a015155176507e63e8827fb", null ],
+ [ "SCIM_TRANS_CMD_HELPER_ATTACH_INPUT_CONTEXT", "a00086.html#ga7f3f38335f64fa7b14d27befbfee9a0d", null ],
+ [ "SCIM_TRANS_CMD_HELPER_DETACH_INPUT_CONTEXT", "a00086.html#ga0da0405839110c0322e2fadcd5638846", null ],
+ [ "SCIM_TRANS_CMD_HELPER_MANAGER_GET_HELPER_LIST", "a00086.html#gad2c994ef7ba220426c45739021917487", null ],
+ [ "SCIM_TRANS_CMD_HELPER_MANAGER_RUN_HELPER", "a00086.html#gaca8bd40315b03e17e8c09d0e96703d28", null ],
+ [ "SCIM_TRANS_CMD_CONTROLLER_REQUEST_FACTORY_MENU", "a00086.html#gaecc9178054d1d4de58b567a8eac07e8f", null ],
+ [ "SCIM_TRANS_CMD_CONTROLLER_CHANGE_FACTORY", "a00086.html#gadbd6ac815e8d3ceb05b3af6a20eb02c3", null ],
+ [ "SCIM_TRANS_CMD_CONTROLLER_GET_CURRENT_FACTORY", "a00086.html#ga79558431d187007c109c4f6e4626a015", null ],
+ [ "SCIM_TRANS_CMD_CONTROLLER_GET_CURRENT_CONTEXT", "a00086.html#ga6dbae438346733a7973dd31482f39ba3", null ],
+ [ "SCIM_TRANS_CMD_PANEL_RETURN_CURRENT_FACTORY_INFO", "a00086.html#ga427f27b2132da2d2ae6ae135e6e172ee", null ],
+ [ "SCIM_TRANS_CMD_PANEL_RETURN_CURRENT_CONTEXT", "a00086.html#ga9c1358c41c044bff0d2f8fc8092418f1", null ],
+ [ "SCIM_TRANS_CMD_USER_DEFINED", "a00086.html#ga32da14569252c7b133e7bb5f47b2e3b2", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00089.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00089.html 2022-08-31 19:01:57.608258873 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00089.html 2022-08-31 19:01:57.604258855 +0000
@@ -5,7 +5,7 @@
-scim: scim_socket.h File Reference
+scim: scim_hotkey.h File Reference
@@ -62,89 +62,54 @@
-
+Enumerations
+
/usr/share/doc/packages/scim-devel/html/a00089.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00089.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00089.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,18 +1,12 @@
var a00089 =
[
- [ "SocketServerSlotSocket", "a00089.html#ga3302e7ce1124282917597a6be5ee537c", null ],
- [ "SocketServerSignalSocket", "a00089.html#ga3e8fb05c8d4183b0660556a40a251850", null ],
- [ "SocketFamily", "a00089.html#gacc123ee748d644961e203b0794004254", [
- [ "SCIM_SOCKET_UNKNOWN", "a00089.html#ggacc123ee748d644961e203b0794004254a225d7b04097f4d180efcb8f7fe9e9d0f", null ],
- [ "SCIM_SOCKET_LOCAL", "a00089.html#ggacc123ee748d644961e203b0794004254afbb3dda14b48e951f3bff528b59857cc", null ],
- [ "SCIM_SOCKET_INET", "a00089.html#ggacc123ee748d644961e203b0794004254ac4279331823f105429a58109235e017b", null ]
- ] ],
- [ "scim_get_default_socket_frontend_address", "a00089.html#gac357603ad78841fae0b4437025b43a7b", null ],
- [ "scim_get_default_socket_imengine_address", "a00089.html#ga7aae95b6e7b86c2993dc244759cac4a9", null ],
- [ "scim_get_default_socket_config_address", "a00089.html#ga8d187ba6052af4f7b33f96ca20314790", null ],
- [ "scim_get_default_panel_socket_address", "a00089.html#gaceaef715ab0be1fa5aed4a8a761d25db", null ],
- [ "scim_get_default_helper_manager_socket_address", "a00089.html#gaf6636c8beac7b58a54d6fcd34772cd01", null ],
- [ "scim_get_default_socket_timeout", "a00089.html#ga8fc4ea36502c6697719e36b8d25bb207", null ],
- [ "scim_socket_open_connection", "a00089.html#ga90586f6824f64e0a30dfcac63ceb0f4a", null ],
- [ "scim_socket_accept_connection", "a00089.html#gaf213ad157c287344062f93dcb68a32ed", null ]
+ [ "FrontEndHotkeyAction", "a00089.html#gab15cba53bb52488932e2f9d9f51234d5", [
+ [ "SCIM_FRONTEND_HOTKEY_NOOP", "a00089.html#ggab15cba53bb52488932e2f9d9f51234d5aebfaacfd5567e6ef14dd62b80c05e539", null ],
+ [ "SCIM_FRONTEND_HOTKEY_TRIGGER", "a00089.html#ggab15cba53bb52488932e2f9d9f51234d5a910393f7abf94ff18028db01dc27a2fd", null ],
+ [ "SCIM_FRONTEND_HOTKEY_ON", "a00089.html#ggab15cba53bb52488932e2f9d9f51234d5af12275c17674b91c62d76ca8dac7a8e7", null ],
+ [ "SCIM_FRONTEND_HOTKEY_OFF", "a00089.html#ggab15cba53bb52488932e2f9d9f51234d5a0938d5de269ae527a9eab9e0d73f793b", null ],
+ [ "SCIM_FRONTEND_HOTKEY_NEXT_FACTORY", "a00089.html#ggab15cba53bb52488932e2f9d9f51234d5a17a57cbc5c20322bf7a9a9ea62ebc5d0", null ],
+ [ "SCIM_FRONTEND_HOTKEY_PREVIOUS_FACTORY", "a00089.html#ggab15cba53bb52488932e2f9d9f51234d5a987323f48513d7778436e41ccd2f2de1", null ],
+ [ "SCIM_FRONTEND_HOTKEY_SHOW_FACTORY_MENU", "a00089.html#ggab15cba53bb52488932e2f9d9f51234d5a39174078d6455d06459ae5564f360b2e", null ]
+ ] ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00092.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00092.html 2022-08-31 19:01:57.656259077 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00092.html 2022-08-31 19:01:57.656259077 +0000
@@ -5,7 +5,7 @@
-scim: scim_private.h File Reference
+scim: scim_types.h File Reference
@@ -60,175 +60,43 @@
+
-
-
-#define _ (String) (String)
-
-#define N_ (String) (String)
-
-#define bindtextdomain (Package, Directory)
-
-#define textdomain (domain)
-
-#define bind_textdomain_codeset (domain, codeset)
-
-#define G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-
-#define G_GNUC_END_IGNORE_DEPRECATIONS
-
+
+defines some basic data types.
+More...
+#include <stdint.h>
+
-private used headers are included in this header.
-
-
-
-
-
-
-
-
- #define _
- (
-
- String )
- (String)
-
-
-
-
-
-
-
-◆ N_
-
-
-
-
-
- #define N_
- (
-
- String )
- (String)
-
-
-
-
-
-
-
-◆ bindtextdomain
-
-
-
-
-
- #define bindtextdomain
- (
-
- Package,
-
-
-
-
-
- Directory
-
-
-
- )
-
-
-
-
-
-
-
-
-◆ textdomain
-
-
-
-
-
- #define textdomain
- (
-
- domain )
-
-
-
-
-
-
-
-
-◆ bind_textdomain_codeset
-
-
-
-
-
- #define bind_textdomain_codeset
- (
-
- domain,
-
-
-
-
-
- codeset
-
-
-
- )
-
-
-
-
-
-
-
-
-◆ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-
-
-
-
-
- #define G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-
-
-
-
-
-
-
-◆ G_GNUC_END_IGNORE_DEPRECATIONS
-
-
-
-
-
- #define G_GNUC_END_IGNORE_DEPRECATIONS
-
-
/usr/share/doc/packages/scim-devel/html/a00092.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00092.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00092.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,10 +1,9 @@
var a00092 =
[
- [ "_", "a00092.html#a32a3cf3d9dd914f5aeeca5423c157934", null ],
- [ "N_", "a00092.html#a75278405e7f034d2b1af80bfd94675fe", null ],
- [ "bindtextdomain", "a00092.html#a19d270d34b833dec51cd00fd788010da", null ],
- [ "textdomain", "a00092.html#a546b35b7d92266d3dda583a45f601913", null ],
- [ "bind_textdomain_codeset", "a00092.html#a7923f336df28a27501e1da318befdf52", null ],
- [ "G_GNUC_BEGIN_IGNORE_DEPRECATIONS", "a00092.html#a7ec63a506c1cac51f7dd6eee3046eb3e", null ],
- [ "G_GNUC_END_IGNORE_DEPRECATIONS", "a00092.html#acffbfa2889f624fa53669e40944b54dc", null ]
+ [ "uint16", "a00092.html#af386a2f47839e4dc17f4e9c3f97b3dc4", null ],
+ [ "uint32", "a00092.html#a984ae8c1b52846cf538b7f936193d590", null ],
+ [ "uint64", "a00092.html#aff978b76dde8b9b14ab727e1ccaa57a5", null ],
+ [ "ucs4_t", "a00092.html#a34ddb69b99962cd0e75941288f8b2ee8", null ],
+ [ "String", "a00092.html#ae6432a785654dd7fbfe52e8dd8cd7799", null ],
+ [ "WideString", "a00092.html#a850f268430a53180832d6677ba9d27a8", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00095.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00095.html 2022-08-31 19:01:57.704259281 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00095.html 2022-08-31 19:01:57.704259281 +0000
@@ -5,7 +5,7 @@
-
scim: scim_helper_manager.h File Reference
+
scim: scim_filter_manager.h File Reference
@@ -62,31 +62,29 @@
-
+
-
Defines scim::HelperManager .
+
Defines scim::FilterManager .
More...
+class scim::FilterManager
+href_anchor"memberdecls">
namespace scim
href_anchor"details" id="details">
-Defines scim::HelperManager .
-
scim::HelperManager is a class used to manage all Client Helper modules.
+
Defines scim::FilterManager .
+
scim::FilterManager is a class used to manage all Filter modules.
/usr/share/doc/packages/scim-devel/html/a00098.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00098.html 2022-08-31 19:01:57.736259417 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00098.html 2022-08-31 19:01:57.736259417 +0000
@@ -5,7 +5,7 @@
-scim: scim_bind.h File Reference
+scim: scim_panel_client.h File Reference
@@ -61,71 +61,50 @@
+
-
Binding adapters.
+
Defines scim::PanelClient and it's related types.
More...
-
+
-class scim::BoundSlot0_1< R, P1 >
-href_anchor"mdescRight">Converts a slot taking one argument into a slot taking no arguments. More...
-
-class scim::BoundSlot1_2< R, P1, P2 >
-href_anchor"mdescRight">Converts a slot taking two arguments into a slot taking one argument. More...
-
-class scim::BoundSlot2_3< R, P1, P2, P3 >
-href_anchor"mdescRight">Converts a slot taking three arguments into a slot taking two arguments. More...
-
-class scim::BoundSlot3_4< R, P1, P2, P3, P4 >
-href_anchor"mdescRight">Converts a slot taking four arguments into a slot taking three arguments. More...
-
-class scim::BoundSlot4_5< R, P1, P2, P3, P4, P5 >
-href_anchor"mdescRight">Converts a slot taking five arguments into a slot taking four arguments. More...
-
-class scim::BoundSlot5_6< R, P1, P2, P3, P4, P5, P6 >
-href_anchor"mdescRight">Converts a slot taking six arguments into a slot taking five arguments. More...
+class href_anchor"memItemRight" valign="bottom">scim::PanelClient
+href_anchor"mdescRight">PanelClient is used by FrontEnd to communicate with Panel daemon. More...
namespace scim
href_anchor"memberdecls">
-
-
-template<typename R , typename P1 >
-Slot0< R > * scim::bind (Slot1< R, P1 > *s, P1 p1)
-
-template<typename R , typename P1 , typename P2 >
-Slot1< R, P1 > * scim::bind (Slot2< R, P1, P2 > *s, P2 p2)
-
-template<typename R , typename P1 , typename P2 , typename P3 >
-Slot2< R, P1, P2 > * scim::bind (Slot3< R, P1, P2, P3 > *s, P3 p3)
-
-template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
-Slot3< R, P1, P2, P3 > * scim::bind (Slot4< R, P1, P2, P3, P4 > *s, P4 p4)
-
-template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
-Slot4< R, P1, P2, P3, P4 > * scim::bind (Slot5< R, P1, P2, P3, P4, P5 > *s, P5 p5)
-
-template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 >
-Slot5< R, P1, P2, P3, P4, P5 > * scim::bind (Slot6< R, P1, P2, P3, P4, P5, P6 > *s, P6 p6)
-
+
+typedef Slot1< void, int > scim::PanelClientSlotVoid
+
+typedef Slot2< void, int, int > scim::PanelClientSlotInt
+
+typedef Slot2< void, int, const String & > scim::PanelClientSlotString
+
+typedef Slot2< void, int, const WideString & > scim::PanelClientSlotWideString
+
+typedef Slot4< void, int, const String &, const String &, const Transaction & > scim::PanelClientSlotStringStringTransaction
+
+typedef Slot2< void, int, const KeyEvent & > scim::PanelClientSlotKeyEvent
+
-Binding adapters.
-
A binding adaptor is an object that allows you to convert between slot types. Usually you wont use a BoundSlot directly but instead call the bind() factory function (similiar to the slot() factory function) which will create an appropriate bound slot for you, depending on the parameters passed.
-
Most code of this file are came from Inti project.
+
Defines scim::PanelClient and it's related types.
+
scim::PanelClient is a class used to connect with a Panel daemon. It acts like a Socket Client and handles all socket communication issues.
/usr/share/doc/packages/scim-devel/html/a00098.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00098.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00098.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,9 +1,9 @@
var a00098 =
[
- [ "bind", "a00098.html#ga4e5cc2c0b962fc9950c021ba36403854", null ],
- [ "bind", "a00098.html#gad7d89f19fb902f26ac5fc42ffdc89435", null ],
- [ "bind", "a00098.html#ga3a8b533231509e01e825534853c813f8", null ],
- [ "bind", "a00098.html#ga29152c6883c40a89d4497ef00cdb3333", null ],
- [ "bind", "a00098.html#gac433690f563a1a3258935a4a1e3e4f01", null ],
- [ "bind", "a00098.html#gabf099a8152885ec6c6b010d39dbb973a", null ]
+ [ "PanelClientSlotVoid", "a00098.html#gade562fc025bd968d60ade22950222a4a", null ],
+ [ "PanelClientSlotInt", "a00098.html#ga2bc0ef3d069c7ccb677606c9089349b6", null ],
+ [ "PanelClientSlotString", "a00098.html#gafe2d0d0029dd7a9c200221cf233edbfe", null ],
+ [ "PanelClientSlotWideString", "a00098.html#gaf364e72bdf1db27af0a101abd2c87f87", null ],
+ [ "PanelClientSlotStringStringTransaction", "a00098.html#ga6f6c72613a62fbaa1055b264badf23fe", null ],
+ [ "PanelClientSlotKeyEvent", "a00098.html#ga93a4ad78b25831f659261cd4e1460c2f", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00101.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00101.html 2022-08-31 19:01:57.784259621 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00101.html 2022-08-31 19:01:57.780259603 +0000
@@ -5,7 +5,7 @@
-scim: scim_helper.h File Reference
+scim: scim_helper_manager.h File Reference
@@ -61,70 +61,32 @@
+
-
Defines scim::HelperAgent and it's related types.
+
Defines scim::HelperManager .
More...
namespace scim
-href_anchor"memberdecls">
-
-typedef Slot3< void, const HelperAgent *, int, const String & > scim::HelperAgentSlotVoid
-
-typedef Slot4< void, const HelperAgent *, int, const String &, const String & > scim::HelperAgentSlotString
-
-typedef Slot4< void, const HelperAgent *, int, const String &, int > scim::HelperAgentSlotInt
-
-typedef Slot5< void, const HelperAgent *, int, const String &, int, int > scim::HelperAgentSlotIntInt
-
-typedef Slot4< void, const HelperAgent *, int, const String &, const Transaction & > scim::HelperAgentSlotTransaction
-
-
-
-
Defines scim::HelperAgent and it's related types.
-
scim::HelperAgent is a class used to write Client Helper modules.
+
href_anchor"details" id="details">
+Defines scim::HelperManager .
+
scim::HelperManager is a class used to manage all Client Helper modules.
/usr/share/doc/packages/scim-devel/html/a00104.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00104.html 2022-08-31 19:01:57.816259756 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00104.html 2022-08-31 19:01:57.816259756 +0000
@@ -5,7 +5,7 @@
-scim: scim_global_config.h File Reference
+scim: scim_attribute.h File Reference
@@ -60,73 +60,86 @@
+
-
functions to read the global configurations.
+
Definition of scim::Attribute and scim::AttributeList .
More...
-String scim::scim_global_config_read (const String &key, const String &defVal=String())
- Read a string value from the global configuration file. More...
-
-int scim::scim_global_config_read (const String &key, int defVal)
- Read an int value from the global configuration file. More...
-
-bool scim::scim_global_config_read (const String &key, bool defVal)
- Read a bool value from the global configuration file. More...
-
-double scim::scim_global_config_read (const String &key, double defVal)
- Read a double value from the global configuration file. More...
-
-std::vector< String > scim::scim_global_config_read (const String &key, const std::vector< String > &defVal)
- Read a string list from the global configuration file. More...
-
-std::vector< int > scim::scim_global_config_read (const String &key, const std::vector< int > &defVal)
- Read an int list from the global configuration file. More...
-
-void scim::scim_global_config_write (const String &key, const String &val)
- Write a string value into the user global config. More...
-
-void scim::scim_global_config_write (const String &key, int val)
- Write an int value into the user global config. More...
-
-void scim::scim_global_config_write (const String &key, bool val)
- Write a bool value into the user global config. More...
-
-void scim::scim_global_config_write (const String &key, double val)
- Write a double value into the user global config. More...
-
-void scim::scim_global_config_write (const String &key, const std::vector< String > &val)
- Write a string list into the user global config. More...
-
-void scim::scim_global_config_write (const String &key, const std::vector< int > &val)
- Write an int list into the user global config. More...
-
-void scim::scim_global_config_reset (const String &key)
- Reset the value associated to the specified key to its default value. More...
-
-bool scim::scim_global_config_flush ()
- Flush the updated global config into user global config file. More...
-
+bool scim::operator< (const Attribute &lhs, const Attribute &rhs)
+
+
-
functions to read the global configurations.
-
The global configuration file (normally /etc/scim/global) is used to store the configurations for libscim itself and the system wide configurations which will be read before any Config module is loaded.
+
Definition of scim::Attribute and scim::AttributeList .
+
Provide class scim::Attribute to control the drawing effect of strings.
/usr/share/doc/packages/scim-devel/html/a00104.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00104.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00104.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,17 +1,19 @@
var a00104 =
[
- [ "scim_global_config_read", "a00104.html#ga3402d4cab92a386b5cbb2451d6ee965f", null ],
- [ "scim_global_config_read", "a00104.html#ga9647c298a70bfb1b530729a25233ac94", null ],
- [ "scim_global_config_read", "a00104.html#ga6ee620cdca87a716146915017361b94c", null ],
- [ "scim_global_config_read", "a00104.html#gac0af6ec0ae4e65328defec24b364627a", null ],
- [ "scim_global_config_read", "a00104.html#ga0abc53b68868e05ef680bb302592217e", null ],
- [ "scim_global_config_read", "a00104.html#ga2f8b126db65233fd4fd734a4c906c597", null ],
- [ "scim_global_config_write", "a00104.html#gab899089a1be658932d3cb5068c63ba32", null ],
- [ "scim_global_config_write", "a00104.html#ga722773f22f962c736674267c6321df0e", null ],
- [ "scim_global_config_write", "a00104.html#gab6eb309a4aaceae1074ed835f6c34ebb", null ],
- [ "scim_global_config_write", "a00104.html#ga326317b1cdf6cf82f639b84ef6652950", null ],
- [ "scim_global_config_write", "a00104.html#ga8af7c226302bdea8acc23e00ad2a0a50", null ],
- [ "scim_global_config_write", "a00104.html#gac2346628ac110ae22e73a3ef0306cb96", null ],
- [ "scim_global_config_reset", "a00104.html#ga5badb1d3a1fdb8404907e2c48913ac6d", null ],
- [ "scim_global_config_flush", "a00104.html#gaadd44aedefae061911dd1084d966f104", null ]
+ [ "SCIM_RGB_COLOR", "a00137.html#ga7c9b85f722a62ebeaa56a8b4e1433c9d", null ],
+ [ "SCIM_RGB_COLOR_RED", "a00137.html#ga4a9fb93192078e71e3f1eee03d18ec22", null ],
+ [ "SCIM_RGB_COLOR_GREEN", "a00137.html#ga27b793990c7973e2f0bcea2c4c81c418", null ],
+ [ "SCIM_RGB_COLOR_BLUE", "a00137.html#ga49b0c68bf824ca6d2aeb9bf24d0e723f", null ],
+ [ "AttributeList", "a00104.html#ga81a9bf12437e21157b5fb7dabda841fe", null ],
+ [ "AttributeType", "a00104.html#gac9561a01d6d8ccee2697d02c223090cb", [
+ [ "SCIM_ATTR_NONE", "a00104.html#ggac9561a01d6d8ccee2697d02c223090cba2a49a9c4ec6389aa27ed3f593b7778c1", null ],
+ [ "SCIM_ATTR_DECORATE", "a00104.html#ggac9561a01d6d8ccee2697d02c223090cba46e8d096c0cc72470fc4856e84ccec01", null ],
+ [ "SCIM_ATTR_FOREGROUND", "a00104.html#ggac9561a01d6d8ccee2697d02c223090cba8f0e75f0c89a877d0a516186f7c205db", null ],
+ [ "SCIM_ATTR_BACKGROUND", "a00104.html#ggac9561a01d6d8ccee2697d02c223090cba64cf4700d4ceddb4a2003493afb47ba2", null ]
+ ] ],
+ [ "operator<", "a00104.html#gafabb325803420d1715b882c1a7bfa4d4", null ],
+ [ "SCIM_ATTR_DECORATE_NONE", "a00104.html#ga82fad50de577c689942d8a0efd574379", null ],
+ [ "SCIM_ATTR_DECORATE_UNDERLINE", "a00104.html#gaea9d5ce2cd39c5d3055891c5cee14e88", null ],
+ [ "SCIM_ATTR_DECORATE_HIGHLIGHT", "a00104.html#ga9f653aff850f0dbf22ea10f3103995f0", null ],
+ [ "SCIM_ATTR_DECORATE_REVERSE", "a00104.html#gac9b4666400e27e6e55001c08285edcc8", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00107.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00107.html 2022-08-31 19:01:57.864259961 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00107.html 2022-08-31 19:01:57.868259978 +0000
@@ -5,7 +5,7 @@
-scim: scim_panel_client.h File Reference
+scim: scim_panel_agent.h File Reference
@@ -63,18 +63,18 @@
Classes |
Namespaces |
Typedefs
-
+
-
Defines scim::PanelClient and it's related types.
+
Defines scim::PanelAgent and their related types.
More...
-
#include <scim_panel_common.h >
+
-class href_anchor"memItemRight" valign="bottom">scim::PanelClient
-href_anchor"mdescRight">PanelClient is used by FrontEnd to communicate with Panel daemon. More...
+class href_anchor"memItemRight" valign="bottom">scim::PanelAgent
+href_anchor"mdescRight">The class to implement all socket protocol in Panel. More...
-
Defines scim::PanelClient and it's related types.
-
scim::PanelClient is a class used to connect with a Panel daemon. It acts like a Socket Client and handles all socket communication issues.
+
Defines scim::PanelAgent and their related types.
+
scim::PanelAgent is a class used to write Panel daemons. It acts like a Socket Server and handles all socket clients issues.
/usr/share/doc/packages/scim-devel/html/a00107.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00107.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00107.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,9 +1,16 @@
var a00107 =
[
- [ "PanelClientSlotVoid", "a00107.html#gade562fc025bd968d60ade22950222a4a", null ],
- [ "PanelClientSlotInt", "a00107.html#ga2bc0ef3d069c7ccb677606c9089349b6", null ],
- [ "PanelClientSlotString", "a00107.html#gafe2d0d0029dd7a9c200221cf233edbfe", null ],
- [ "PanelClientSlotWideString", "a00107.html#gaf364e72bdf1db27af0a101abd2c87f87", null ],
- [ "PanelClientSlotStringStringTransaction", "a00107.html#ga6f6c72613a62fbaa1055b264badf23fe", null ],
- [ "PanelClientSlotKeyEvent", "a00107.html#ga93a4ad78b25831f659261cd4e1460c2f", null ]
+ [ "PanelAgentSlotVoid", "a00107.html#ga0b1f0df2dd3f8a375208d941cd2bc6b4", null ],
+ [ "PanelAgentSlotInt", "a00107.html#ga0cb12cc0a98016079555c1e6f2fc5b3e", null ],
+ [ "PanelAgentSlotString", "a00107.html#ga9a1c13c6049de7535cc14c3327d570d5", null ],
+ [ "PanelAgentSlotFactoryInfo", "a00107.html#ga1591ae587739d3f5be3ab3b17565eafe", null ],
+ [ "PanelAgentSlotFactoryInfoVector", "a00107.html#ga195bcefc05382038438e7835d7066ba0", null ],
+ [ "PanelAgentSlotLookupTable", "a00107.html#gae7fdb1bcf164def3e87c02fab4bdbbc3", null ],
+ [ "PanelAgentSlotProperty", "a00107.html#ga24bb28f0046c3b5e38aa0516738fd3bd", null ],
+ [ "PanelAgentSlotPropertyList", "a00107.html#ga00f61d489a65fa88a0378ff54a285af4", null ],
+ [ "PanelAgentSlotIntInt", "a00107.html#gad7279f41745db7935a351cf10f9126f3", null ],
+ [ "PanelAgentSlotIntProperty", "a00107.html#gaba6a392445726622448e56fa11f3ab67", null ],
+ [ "PanelAgentSlotIntPropertyList", "a00107.html#gac115cc1d9f5e6868756ccf4190a2b183", null ],
+ [ "PanelAgentSlotIntHelperInfo", "a00107.html#ga859e5508f739acb02d48849e1513a6c3", null ],
+ [ "PanelAgentSlotAttributeString", "a00107.html#ga42b0ae1e7827edf3834a285cb4ec7ce2", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00110.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00110.html 2022-08-31 19:01:57.928260233 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00110.html 2022-08-31 19:01:57.924260216 +0000
@@ -5,7 +5,7 @@
-
scim: scim_keyevent_data.h File Reference
+
scim: scim_property.h File Reference
@@ -60,193 +60,94 @@
+
+
+class scim::Property
+href_anchor"mdescRight">Class to hold a property of a IMEngineInstance object or a Panel GUI client. More...
+
+
-
-
◆ SCIM_NUM_KEY_UNICODES
-
-
-
-
◆ SCIM_NUM_KEY_NAMES
-
-
-
-
◆ SCIM_NUM_KEY_MASKS
-
-
-
-
-
◆ __scim_key_to_unicode_tab
-
-
-
-
-
-
-
-
- __Uint16Pair __scim_key_to_unicode_tab[]
-
-
-
-
-static
-
-
-
-
-
-
-
-
◆ __scim_keys_by_code
+
+
◆ SCIM_PROPERTY_ACTIVE
-
-
-
- __KeyName __scim_keys_by_code[]
+ #define SCIM_PROPERTY_ACTIVE 0x01
-
-
-static
-
-
-
-
◆ __scim_keys_by_name
+
+
◆ SCIM_PROPERTY_VISIBLE
-
-
-
- __KeyName __scim_keys_by_name[]
+ #define SCIM_PROPERTY_VISIBLE 0x02
-
-
-static
-
-
/usr/share/doc/packages/scim-devel/html/a00110.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00110.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00110.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,10 +1,15 @@
var a00110 =
[
- [ "SCIM_NUM_KEY_UNICODES", "a00110.html#ae38540580d05fde5030eccf49c81214e", null ],
- [ "SCIM_NUM_KEY_NAMES", "a00110.html#a6f429faa6384e66df46e3cd446dfa124", null ],
- [ "SCIM_NUM_KEY_MASKS", "a00110.html#a4faf95a5b67750ca2cf24a2372c5877f", null ],
- [ "__scim_key_to_unicode_tab", "a00110.html#a689024bdf1b31e00d696e236dc6d99ef", null ],
- [ "__scim_keys_by_code", "a00110.html#aa79cecbee182a91505cb0a70e3c67f0c", null ],
- [ "__scim_keys_by_name", "a00110.html#acf05cfca64167e686323c42b32efee08", null ],
- [ "__scim_key_mask_names", "a00110.html#afd3fc0ee5793ba10b13b3c3f52ab315e", null ]
+ [ "SCIM_PROPERTY_ACTIVE", "a00110.html#a0f462b7244dd2658cde103ca56391e4c", null ],
+ [ "SCIM_PROPERTY_VISIBLE", "a00110.html#a0f3f4084fc30d2684a9796e74c035b70", null ],
+ [ "PropertyList", "a00110.html#gac4099a109cec998bbfad588fcf4c8f79", null ],
+ [ "operator<", "a00110.html#ga8ad2bb10451d655b136e1744ddbc388f", null ],
+ [ "operator<", "a00110.html#ga908c0052f1e10bb185bca98ffacc0667", null ],
+ [ "operator<", "a00110.html#ga8c1eac5f570ffb8df501be2bc30d4889", null ],
+ [ "operator==", "a00110.html#ga05307f33a0e67a62d41b9f3e62300a07", null ],
+ [ "operator==", "a00110.html#ga5d6941e157e0989d8db9ad87d517c1db", null ],
+ [ "operator==", "a00110.html#ga717363d2ed93e345d85a9fc78a4d2d7f", null ],
+ [ "operator!=", "a00110.html#ga7d02ed659bd83daed4f95fe4993909cd", null ],
+ [ "operator!=", "a00110.html#gaf5b9d87624d7c9304568758f81e89b84", null ],
+ [ "operator!=", "a00110.html#gad63c38f3a1039de2460934141a06f890", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00113.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00113.html 2022-08-31 19:01:57.996260522 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00113.html 2022-08-31 19:01:57.992260505 +0000
@@ -5,7 +5,7 @@
-
scim: scim_slot.h File Reference
+scim: scim_helper_module.h File Reference
@@ -61,192 +61,53 @@
+
-
C++ slot interface.
+
Defines scim::HelperModule and it's related types.
More...
-class scim::Slot
-href_anchor"mdescRight">Base class for slots that can connect to scim::Signals. More...
+class scim::HelperModule
+href_anchor"mdescRight">The class used to load a Helper module and run its Helpers. More...
-class scim::Slot0< R >
-href_anchor"mdescRight">Base class template for slots passing no arguments and returning a value of type R. More...
-
-class scim::FunctionSlot0< R >
-href_anchor"mdescRight">A slot template for static functions taking no arguments and returning a value of type R. More...
-
-class scim::MethodSlot0< T, R >
-href_anchor"mdescRight">A slot template for methods in a class of type T taking no arguments and returning a value of type R. More...
-
-class scim::SignalSlot0< T, R >
-href_anchor"memitem:"> class scim::Slot1< R, P1 >
-href_anchor"mdescRight">Base class template for slots passing one argument of type P1 and returning a value of type R. More...
-
-class scim::FunctionSlot1< R, P1 >
-href_anchor"mdescRight">A slot template for static functions taking one argument of type P1 and returning a value of type R. More...
-
-class scim::MethodSlot1< T, R, P1 >
-href_anchor"mdescRight">A slot template for methods in a class of type T taking one argument of type P1 and returning a value of type R. More...
-
-class scim::SignalSlot1< T, R, P1 >
-href_anchor"memitem:"> class scim::Slot2< R, P1, P2 >
-href_anchor"mdescRight">Base class template for slots passing two arguments of type P1 and P2, and returning a value of type R. More...
-
-class scim::FunctionSlot2< R, P1, P2 >
-href_anchor"mdescRight">A slot template for static functions taking two arguments of type P1 and P2, and returning a value of type R. More...
-
-class scim::MethodSlot2< T, R, P1, P2 >
-href_anchor"mdescRight">A slot template for methods in a class of type T taking two arguments of type P1 and P2, and returning a value of type R. More...
-
-class scim::SignalSlot2< T, R, P1, P2 >
-href_anchor"memitem:"> class scim::Slot3< R, P1, P2, P3 >
-href_anchor"mdescRight">Base class template for slots passing three arguments of type P1, P2 and P3, and returning a value of type R. More...
-
-class scim::FunctionSlot3< R, P1, P2, P3 >
-href_anchor"mdescRight">A slot template for static functions taking three arguments of type P1, P2 and P3, and returning a value of type R. More...
-
-class scim::MethodSlot3< T, R, P1, P2, P3 >
-href_anchor"mdescRight">A slot template for methods in a class of type T taking three arguments of type P1, P2 and P3, and returning a value of type R. More...
-
-class scim::SignalSlot3< T, R, P1, P2, P3 >
-href_anchor"memitem:"> class scim::Slot4< R, P1, P2, P3, P4 >
-href_anchor"mdescRight">Base class template for slots passing four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
-
-class scim::FunctionSlot4< R, P1, P2, P3, P4 >
-href_anchor"mdescRight">A slot template for static functions taking four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
-
-class scim::MethodSlot4< T, R, P1, P2, P3, P4 >
-href_anchor"mdescRight">A slot template for methods in a class of type T taking four arguments of type P1, P2, P3 and P4, and returning a value of type R. More...
-
-class scim::SignalSlot4< T, R, P1, P2, P3, P4 >
-href_anchor"memitem:"> class scim::Slot5< R, P1, P2, P3, P4, P5 >
-href_anchor"mdescRight">Base class template for slots passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
-
-class scim::FunctionSlot5< R, P1, P2, P3, P4, P5 >
-href_anchor"mdescRight">A slot template for static functions taking five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
-
-class scim::MethodSlot5< T, R, P1, P2, P3, P4, P5 >
-href_anchor"mdescRight">A slot template for methods in a class of type T taking five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
-
-class scim::SignalSlot5< T, R, P1, P2, P3, P4, P5 >
-href_anchor"memitem:"> class scim::Slot6< R, P1, P2, P3, P4, P5, P6 >
-href_anchor"mdescRight">Base class template for slots passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
-
-class scim::FunctionSlot6< R, P1, P2, P3, P4, P5, P6 >
-href_anchor"mdescRight">A slot template for static functions taking six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
-
-class scim::MethodSlot6< T, R, P1, P2, P3, P4, P5, P6 >
-href_anchor"mdescRight">A slot template for methods in a class of type T taking six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
-
-class scim::SignalSlot6< T, R, P1, P2, P3, P4, P5, P6 >
-href_anchor"memberdecls">
+
-
-template<typename R >
-Slot0< R > * scim::slot (R(*function)())
-
-template<typename T1 , typename T2 , typename R >
-Slot0< R > * scim::slot (T1 *&object, R(T2::*function)())
-
-template<typename T1 , typename T2 , typename R >
-Slot0< R > * scim::slot (T1 *const &object, R(T2::*function)())
-
-template<typename T1 , typename T2 , typename R >
-Slot0< R > * scim::slot (T1 &object, R(T2::*function)())
-
-template<typename R , typename P1 >
-Slot1< R, P1 > * scim::slot (R(*function)(P1))
-
-template<typename T1 , typename T2 , typename R , typename P1 >
-Slot1< R, P1 > * scim::slot (T1 *&object, R(T2::*function)(P1))
-
-template<typename T1 , typename T2 , typename R , typename P1 >
-Slot1< R, P1 > * scim::slot (T1 *const &object, R(T2::*function)(P1))
-
-template<typename T1 , typename T2 , typename R , typename P1 >
-Slot1< R, P1 > * scim::slot (T1 &object, R(T2::*function)(P1))
-
-template<typename R , typename P1 , typename P2 >
-Slot2< R, P1, P2 > * scim::slot (R(*function)(P1, P2))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 >
-Slot2< R, P1, P2 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 >
-Slot2< R, P1, P2 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 >
-Slot2< R, P1, P2 > * scim::slot (T1 &object, R(T2::*function)(P1, P2))
-
-template<typename R , typename P1 , typename P2 , typename P3 >
-Slot3< R, P1, P2, P3 > * scim::slot (R(*function)(P1, P2, P3))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 >
-Slot3< R, P1, P2, P3 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2, P3))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 >
-Slot3< R, P1, P2, P3 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2, P3))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 >
-Slot3< R, P1, P2, P3 > * scim::slot (T1 &object, R(T2::*function)(P1, P2, P3))
-
-template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
-Slot4< R, P1, P2, P3, P4 > * scim::slot (R(*function)(P1, P2, P3, P4))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 >
-Slot4< R, P1, P2, P3, P4 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2, P3, P4))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 >
-Slot4< R, P1, P2, P3, P4 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2, P3, P4))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 >
-Slot4< R, P1, P2, P3, P4 > * scim::slot (T1 &object, R(T2::*function)(P1, P2, P3, P4))
-
-template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
-Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (R(*function)(P1, P2, P3, P4, P5))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
-Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (T1 *&object, R(T2::*function)(P1, P2, P3, P4, P5))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
-Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (T1 *const &object, R(T2::*function)(P1, P2, P3, P4, P5))
-
-template<typename T1 , typename T2 , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
-Slot5< R, P1, P2, P3, P4, P5 > * scim::slot (T1 &object, R(T2::*function)(P1, P2, P3, P4, P5))
-
-template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 >
-Slot6< R, P1, P2, P3, P4, P5, P6 > * scim::slot (R(*function)(P1, P2, P3, P4, P5, P6))
/usr/share/doc/packages/scim-devel/html/a00113.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00113.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00113.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,31 +1,7 @@
var a00113 =
[
- [ "slot", "a00113.html#gaf90718f4ee3371b80213f2068f4aab8d", null ],
- [ "slot", "a00113.html#ga352fe7da91e7edb47bad3b45d9a2ecfe", null ],
- [ "slot", "a00113.html#ga2c50d90e02d9c8d0011a6b0b456acb50", null ],
- [ "slot", "a00113.html#gab66580c6feadcfb551d62d3839bf0bc9", null ],
- [ "slot", "a00113.html#gac399a4c079a0d171f618735c1a31f580", null ],
- [ "slot", "a00113.html#ga4b18b067ad04fd21cbd2b57db5215b89", null ],
- [ "slot", "a00113.html#ga04710cb23c2ab22a1f7b151f38c6637d", null ],
- [ "slot", "a00113.html#ga9b22f52c219f74601e2ce44453de5e03", null ],
- [ "slot", "a00113.html#gabd03d5123b2534fa0f137441b3eadf2f", null ],
- [ "slot", "a00113.html#gaf3b8f3e20c08f188f695f489f6297a51", null ],
- [ "slot", "a00113.html#ga7f697142f41e96a6d95ec64167e4357e", null ],
- [ "slot", "a00113.html#gaf46e6516bad601d5e29433fe5456cbe3", null ],
- [ "slot", "a00113.html#ga28b4b3eb8026f4631c12d79ef9bfed86", null ],
- [ "slot", "a00113.html#ga6baadf54788d4e7113f0addc247e20d2", null ],
- [ "slot", "a00113.html#ga0365c9cdc10a316b77143f89e06b097a", null ],
- [ "slot", "a00113.html#ga8c692f11649776018ef1b86439f9e0e8", null ],
- [ "slot", "a00113.html#ga3c6fa679ec2619fd688e717164f01d76", null ],
- [ "slot", "a00113.html#gad0912387533a5739dd90cdbfef70c398", null ],
- [ "slot", "a00113.html#ga9287735c90f83a93e9dbb9902fb2a237", null ],
- [ "slot", "a00113.html#ga021d9f328a38135fb6114b1f7b64c46a", null ],
- [ "slot", "a00113.html#ga374ed8940cea0fb6de43254049503bc0", null ],
- [ "slot", "a00113.html#gab35ce0e7b6e64a9540eeea0fbb0f01ac", null ],
- [ "slot", "a00113.html#gae4433acd7e937a47f0df359a9ff99b8b", null ],
- [ "slot", "a00113.html#gaa94f48b8a74e6774c63177bc4f2cf232", null ],
- [ "slot", "a00113.html#gac1141136a353ebcafe4e1db862b3d7a7", null ],
- [ "slot", "a00113.html#ga1ff1af9b2f1bad65c408c301f17fb363", null ],
- [ "slot", "a00113.html#gad10e14666adf5c567f7bb4fab6e8bc5a", null ],
- [ "slot", "a00113.html#ga7a8fe344e22d8d74b1c65d22d4845394", null ]
+ [ "HelperModuleNumberOfHelpersFunc", "a00113.html#gae2d32dfc0e4c3631226f8ee4eb757417", null ],
+ [ "HelperModuleGetHelperInfoFunc", "a00113.html#ga1bcccedce6642b73915d1155fb1bf2d4", null ],
+ [ "HelperModuleRunHelperFunc", "a00113.html#gab2dcd9a6f050ca46a5b994d7e618eeaa", null ],
+ [ "scim_get_helper_module_list", "a00113.html#gae8b8feb4c9d8de960bdbee9f8c153ab2", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00116.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00116.html 2022-08-31 19:01:58.048260742 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00116.html 2022-08-31 19:01:58.048260742 +0000
@@ -5,7 +5,7 @@
-scim: scim_config_module.h File Reference
+scim: scim_frontend.h File Reference
@@ -62,19 +62,21 @@
-
+Typedefs
+
-
Define scim::ConfigModule class for manipulating the config modules.
+
Defines scim::FrontEndBase interface.
More...
-
Define scim::ConfigModule class for manipulating the config modules.
-
Class scim::ConfigModule is a wrapper of class scim::Module , which is for manipulating the configuration modules.
+
Defines scim::FrontEndBase interface.
/usr/share/doc/packages/scim-devel/html/a00116.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00116.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00116.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,6 +1,4 @@
var a00116 =
[
- [ "ConfigModuleInitFunc", "a00116.html#ga03514b8676d136be674c113153684f42", null ],
- [ "ConfigModuleCreateConfigFunc", "a00116.html#ga70f0bb29be81939679eadf8c89f7d0b7", null ],
- [ "scim_get_config_module_list", "a00116.html#ga9a77d0ea3e46bd61606183e08ddaabfc", null ]
+ [ "FrontEndPointer", "a00116.html#ga0c6a34624ff51f12378c46f27a6d0801", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00119.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00119.html 2022-08-31 19:01:58.096260946 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00119.html 2022-08-31 19:01:58.096260946 +0000
@@ -5,7 +5,7 @@
-scim: scim_filter_module.h File Reference
+scim: scim_filter.h File Reference
@@ -62,19 +62,27 @@
-
+Typedefs
+
-
definition of FilterModule related classes.
+
Defines scim::FilterFactoryBase and scim::FilterInstanceBase interfaces.
More...
-
definition of FilterModule related classes.
+
Defines scim::FilterFactoryBase and scim::FilterInstanceBase interfaces.
+
scim::FilterFactoryBase and scim::FilterInstanceBase are used to implement filter IMEngines, such as Simplified Chinese <-> Traditional Chinese converter etc.
/usr/share/doc/packages/scim-devel/html/a00119.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00119.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00119.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,7 +1,4 @@
var a00119 =
[
- [ "FilterModuleInitFunc", "a00119.html#ga8e0761a3ad90e7293d5f88d21c5c970e", null ],
- [ "FilterModuleCreateFilterFunc", "a00119.html#gad4f65482d54b94ae1bfd944683d1d090", null ],
- [ "FilterModuleGetFilterInfoFunc", "a00119.html#ga86ad3d3de5b333ff88af7823dbdda173", null ],
- [ "scim_get_filter_module_list", "a00119.html#gac5748233a38f490985fcb9dbc01aac00", null ]
+ [ "FilterFactoryPointer", "a00119.html#ga06e027f4cc9423e7c908aada5050277d", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00125.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00125.html 2022-08-31 19:01:58.148261167 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00125.html 2022-08-31 19:01:58.152261184 +0000
@@ -5,7 +5,7 @@
-scim: scim_transaction.h File Reference
+scim: scim_utility.h File Reference
@@ -60,66 +60,171 @@
+
-
Transaction class.
+
various utility functions.
More...
namespace scim
href_anchor"memberdecls">
-
-enum scim::TransactionDataType {
- scim::SCIM_TRANS_DATA_UNKNOWN
-, scim::SCIM_TRANS_DATA_COMMAND
-, scim::SCIM_TRANS_DATA_RAW
-, scim::SCIM_TRANS_DATA_UINT32
-,
- scim::SCIM_TRANS_DATA_STRING
-, scim::SCIM_TRANS_DATA_WSTRING
-, scim::SCIM_TRANS_DATA_KEYEVENT
-, scim::SCIM_TRANS_DATA_ATTRIBUTE_LIST
-,
- scim::SCIM_TRANS_DATA_LOOKUP_TABLE
-, scim::SCIM_TRANS_DATA_PROPERTY
-, scim::SCIM_TRANS_DATA_PROPERTY_LIST
-, scim::SCIM_TRANS_DATA_VECTOR_UINT32
-,
- scim::SCIM_TRANS_DATA_VECTOR_STRING
-, scim::SCIM_TRANS_DATA_VECTOR_WSTRING
-, scim::SCIM_TRANS_DATA_TRANSACTION
-
- }
- Signature of all valid data types which can be store into transaction. More...
-
+
+#define SCIM_PATH_DELIM_STRING "/"
+
+#define SCIM_PATH_DELIM '/'
+
+#define RET_ILSEQ 0
+
+#define RET_TOOFEW (n) (-1-(n))
+
+#define RET_TOOSMALL -1
+
+#define BAD_WCHAR ((ucs4_t) 0xfffd)
+
+#define BAD_CHAR '?'
+
+
+
+int scim::utf8_mbtowc (ucs4_t *pwc, const unsigned char *src, int src_len)
+ Convert an utf8 char sequence to ucs4. More...
+
+int scim::utf8_wctomb (unsigned char *dest, ucs4_t wc, int dest_size)
+ Convert an ucs4 code to utf8 char sequence. More...
+
+WideString scim::utf8_mbstowcs (const String &str)
+ Convert an utf8 string to an ucs4 string. More...
+
+WideString scim::utf8_mbstowcs (const char *str, int len=-1)
+ Convert an utf8 string to an ucs4 string. More...
+
+String scim::utf8_wcstombs (const WideString &wstr)
+ Convert an ucs4 string to an utf8 string. More...
+
+String scim::utf8_wcstombs (const ucs4_t *wstr, int len=-1)
+ Convert an ucs4 string to an utf8 string. More...
+
+ucs4_t scim::utf8_read_wchar (std::istream &is)
+ Read a wide char from istream. More...
+
+std::ostream & scim::utf8_write_wchar (std::ostream &os, ucs4_t wc)
+ Write a wide char to ostream. More...
+
+WideString scim::utf8_read_wstring (std::istream &is, ucs4_t delim=(ucs4_t) '\n', bool rm_delim=true)
+ Read a wide string from istream. More...
+
+std::ostream & scim::utf8_write_wstring (std::ostream &os, const WideString &wstr)
+ Write a wide string to ostream. More...
+
+void scim::scim_uint32tobytes (unsigned char *bytes, uint32 n)
+ Convert an uint32 variable into a sequence of bytes. More...
+
+uint32 scim::scim_bytestouint32 (const unsigned char *bytes)
+ Convert a sequence of bytes into an uint32 value. More...
+
+void scim::scim_uint16tobytes (unsigned char *bytes, uint16 n)
+ Convert an uint16 variable into a sequence of bytes. More...
+
+uint16 scim::scim_bytestouint16 (const unsigned char *bytes)
+ Convert a sequence of bytes into an uint16 value. More...
+
+String scim::scim_validate_locale (const String &locale)
+ Test if the locale is valid, and return the good locale name. More...
+
+String scim::scim_get_locale_encoding (const String &locale)
+ Get the encoding for a locale. More...
+
+String scim::scim_get_current_locale ()
+ Get current system locale. More...
+
+String scim::scim_get_current_language ()
+ Get current system language. More...
+
+int scim::scim_get_locale_maxlen (const String &locale)
+ Get the max length of the multibyte char of a locale. More...
+
+int scim::scim_split_string_list (std::vector< String > &vec, const String &str, char delim=',')
+ Split string list into a string vector according to the delim char. More...
+
+String scim::scim_combine_string_list (const std::vector< String > &vec, char delim=',')
+ Combine a string vector into one string list, separated by char delim. More...
+
+bool scim::scim_is_little_endian ()
+ Get machine endian type. More...
+
+bool scim::scim_if_wchar_ucs4_equal ()
+ Test if wchar_t is using UCS4 encoding. More...
+
+ucs4_t scim::scim_wchar_to_full_width (ucs4_t code)
+ Convert a half width unicode char to its full width counterpart. More...
+
+ucs4_t scim::scim_wchar_to_half_width (ucs4_t code)
+ Convert a full width unicode char to its half width counterpart. More...
+
+String scim::scim_get_home_dir ()
+ Get the home dir of current user. More...
+
+String scim::scim_get_user_name ()
+ Get the name of current user. More...
+
+String scim::scim_get_user_data_dir ()
+ Get SCIM data dir of current user. More...
+
+size_t scim::scim_load_file (const String &filename, char **bufptr)
+ Load a file into memory. More...
+
+bool scim::scim_make_dir (const String &dir)
+ Make a directory. More...
+
+String scim::scim_get_language_name (const String &lang)
+ Get the localized name of a language id. More...
+
+String scim::scim_get_language_name_english (const String &lang)
+ Get the English name of a language id. More...
+
+String scim::scim_get_language_name_untranslated (const String &lang)
+ Get the untranslated name of a language id. More...
+
+String scim::scim_get_language_locales (const String &lang)
+ Get the supported locales for a language. More...
+
+String scim::scim_get_locale_language (const String &locale)
+ Get the language id for a locale. More...
+
+String scim::scim_validate_language (const String &lang)
+ Test if the language is valid, and return the good language code. More...
+
+String scim::scim_get_normalized_language (const String &lang)
+ Get the normalized language id of a language. More...
+
/usr/share/doc/packages/scim-devel/html/a00125.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00125.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00125.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,20 +1,51 @@
var a00125 =
[
- [ "TransactionDataType", "a00125.html#gad097314245c4f0bce212ebd514953cc5", [
- [ "SCIM_TRANS_DATA_UNKNOWN", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a2b35c61d1d2499454a9f91cc4d2f35ca", null ],
- [ "SCIM_TRANS_DATA_COMMAND", "a00125.html#ggad097314245c4f0bce212ebd514953cc5aa000092009d952d612e03cbc2d61c6a3", null ],
- [ "SCIM_TRANS_DATA_RAW", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a0d2ef313d806e4d4684b7ec16eedd503", null ],
- [ "SCIM_TRANS_DATA_UINT32", "a00125.html#ggad097314245c4f0bce212ebd514953cc5aa3dd94ae7a0ef4c106ec7d38f2622e80", null ],
- [ "SCIM_TRANS_DATA_STRING", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a1eb3529abacd4b677a423dd0f83feca2", null ],
- [ "SCIM_TRANS_DATA_WSTRING", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a748685dc9f62d79098965d9f373dd5c3", null ],
- [ "SCIM_TRANS_DATA_KEYEVENT", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a17603ca243819831942f72b68f4ca4a6", null ],
- [ "SCIM_TRANS_DATA_ATTRIBUTE_LIST", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a3916be5cb1abd2586943aac9cacb4e3e", null ],
- [ "SCIM_TRANS_DATA_LOOKUP_TABLE", "a00125.html#ggad097314245c4f0bce212ebd514953cc5af5013efc154b57b5ece56cd8f4981820", null ],
- [ "SCIM_TRANS_DATA_PROPERTY", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a39053a1af1341c82d36fd56f99fd141e", null ],
- [ "SCIM_TRANS_DATA_PROPERTY_LIST", "a00125.html#ggad097314245c4f0bce212ebd514953cc5accb41ca2ee6466ecf3a5b1a2cc8405f6", null ],
- [ "SCIM_TRANS_DATA_VECTOR_UINT32", "a00125.html#ggad097314245c4f0bce212ebd514953cc5a217d34a30212fcdd76033159e1f3b38c", null ],
- [ "SCIM_TRANS_DATA_VECTOR_STRING", "a00125.html#ggad097314245c4f0bce212ebd514953cc5adb6d28374734482b99fe6fb3932622dd", null ],
- [ "SCIM_TRANS_DATA_VECTOR_WSTRING", "a00125.html#ggad097314245c4f0bce212ebd514953cc5aa46d3e55e93473b543695b007ba0f318", null ],
- [ "SCIM_TRANS_DATA_TRANSACTION", "a00125.html#ggad097314245c4f0bce212ebd514953cc5af90bead3836c4711e10c8f2507d1dacb", null ]
- ] ]
+ [ "SCIM_PATH_DELIM_STRING", "a00137.html#gab648679093f1b1cabfb48b3546bf1f08", null ],
+ [ "SCIM_PATH_DELIM", "a00137.html#gae424ae0281097016303d4c3b5a025008", null ],
+ [ "RET_ILSEQ", "a00137.html#ga39152aa221474c8738e2a6aa3f8e5257", null ],
+ [ "RET_TOOFEW", "a00137.html#ga428616fe4fe080b464c82b2b2dcdbdae", null ],
+ [ "RET_TOOSMALL", "a00137.html#ga4cbae3ac713c50e36b210612d82048d8", null ],
+ [ "BAD_WCHAR", "a00137.html#ga60c0e047bba18230a84d313d4d868fe0", null ],
+ [ "BAD_CHAR", "a00137.html#gab21b4d64518fec18af04931e0f8e1291", null ],
+ [ "utf8_mbtowc", "a00125.html#ga8c55a57b4489b1d939fe53567a043db6", null ],
+ [ "utf8_wctomb", "a00125.html#ga5effbb22bfcbf64c7e84bad555f4190c", null ],
+ [ "utf8_mbstowcs", "a00125.html#gada69741f58703518e99f226cedff86b0", null ],
+ [ "utf8_mbstowcs", "a00125.html#gaa5b72a01e13044f387da310d92eb1cb8", null ],
+ [ "utf8_wcstombs", "a00125.html#gaa04a9b51fe62ba01b30e44f91111e242", null ],
+ [ "utf8_wcstombs", "a00125.html#gaea6900589ce133c8cc817d57fce44ead", null ],
+ [ "utf8_read_wchar", "a00125.html#ga6603f7230f6e994bb1efd454c1b54714", null ],
+ [ "utf8_write_wchar", "a00125.html#gababc2d8ce04808270db80f14c84d919c", null ],
+ [ "utf8_read_wstring", "a00125.html#ga1b14d7acdf3f7ae6899e9dbd11c1dc12", null ],
+ [ "utf8_write_wstring", "a00125.html#ga9f030ae5058130d240ad691c9b928630", null ],
+ [ "scim_uint32tobytes", "a00125.html#ga77a2abed87c67ec3df7f55aadc0a5281", null ],
+ [ "scim_bytestouint32", "a00125.html#gadf8f6bdbdd69c4fca4034506b5a4ea53", null ],
+ [ "scim_uint16tobytes", "a00125.html#ga6d528a34858123544476b0f24ca40bf7", null ],
+ [ "scim_bytestouint16", "a00125.html#ga6fbc7a3765ee3bd4d15815783a9fd62d", null ],
+ [ "scim_validate_locale", "a00125.html#ga0d09b35f1379f410095195aad2fd8c5b", null ],
+ [ "scim_get_locale_encoding", "a00125.html#ga8295356f70f115475ca7ac92261e7923", null ],
+ [ "scim_get_current_locale", "a00125.html#ga21d290f3dac0e3cd09ee79755d04aad9", null ],
+ [ "scim_get_current_language", "a00125.html#gab23dbdbbd6586896f6563887f28d17fa", null ],
+ [ "scim_get_locale_maxlen", "a00125.html#ga995cc001fb45663340dc8f6314510650", null ],
+ [ "scim_split_string_list", "a00125.html#gab81340813c7b2a262f2091ba561d9de4", null ],
+ [ "scim_combine_string_list", "a00125.html#gadee65c3e219c703675151c5fdf0622e2", null ],
+ [ "scim_is_little_endian", "a00125.html#ga1c0f4754fc9c5c1f92882e401f5a986d", null ],
+ [ "scim_if_wchar_ucs4_equal", "a00125.html#gadc0f795fb52a36d59aec824784a7358d", null ],
+ [ "scim_wchar_to_full_width", "a00125.html#gad41f1b2fc799098a55eec62b9a7c8e20", null ],
+ [ "scim_wchar_to_half_width", "a00125.html#ga74e54116d63a1d2ed902a0d5811e9f53", null ],
+ [ "scim_get_home_dir", "a00125.html#gadf19caab1ba6ef10a1ad0c9f626e1572", null ],
+ [ "scim_get_user_name", "a00125.html#gaeb6485d8c51b90957f01e0314b183b44", null ],
+ [ "scim_get_user_data_dir", "a00125.html#gade7c9b0c5175d81f54fc76091e5d5493", null ],
+ [ "scim_load_file", "a00125.html#ga68a219e7088f713786f8d041f5947e06", null ],
+ [ "scim_make_dir", "a00125.html#ga51cf575e87532d9317537026f5fdb9d1", null ],
+ [ "scim_get_language_name", "a00125.html#gad367d09eaf868619bf81463f2a721426", null ],
+ [ "scim_get_language_name_english", "a00125.html#gae4c6df4adbbefec46aba2bea07b5e9f9", null ],
+ [ "scim_get_language_name_untranslated", "a00125.html#ga4992b66d16bfda68955bf0b6df9d6cae", null ],
+ [ "scim_get_language_locales", "a00125.html#ga2fae97282d1fd8a3dcf1a85a8d70bc94", null ],
+ [ "scim_get_locale_language", "a00125.html#ga15b987228c2e0bd1de013cbf5bd528de", null ],
+ [ "scim_validate_language", "a00125.html#gae8c6148d095929b233780618b6aef32c", null ],
+ [ "scim_get_normalized_language", "a00125.html#gaf5238f370cab1a0ceb4750e0e3f7ee4c", null ],
+ [ "scim_launch", "a00125.html#ga6ec95791a020f2e9c77439f09acc6d9d", null ],
+ [ "scim_launch_panel", "a00125.html#ga5ff640f9d25ffb5a10aa08d3b3cf373e", null ],
+ [ "scim_usleep", "a00125.html#ga2713a9165e6bd479200141651e825d6e", null ],
+ [ "scim_daemon", "a00125.html#ga1afa0f6eaf94f87c8cd75e9f9c534d6e", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00128.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00128.html 2022-08-31 19:01:58.204261406 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00128.html 2022-08-31 19:01:58.204261406 +0000
@@ -5,7 +5,7 @@
-scim: scim_exception.h File Reference
+scim: scim_socket.h File Reference
@@ -61,31 +61,90 @@
+
-
Defines the scim::Exception class.
+
Socket interfaces.
More...
+
+
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00128.js
Missing in old package: /usr/share/doc/packages/scim-devel/html/a00128.js
/usr/share/doc/packages/scim-devel/html/a00131.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00131.html 2022-08-31 19:01:58.240261559 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00131.html 2022-08-31 19:01:58.236261541 +0000
@@ -5,7 +5,7 @@
-scim: scim_frontend.h File Reference
+scim: scim_compose_key_data.h File Reference
@@ -59,43 +59,15 @@
-
-
Defines scim::FrontEndBase interface.
-More...
-
-
-
Defines scim::FrontEndBase interface.
-
+
/usr/share/doc/packages/scim-devel/html/a00134.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00134.html 2022-08-31 19:01:58.268261677 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00134.html 2022-08-31 19:01:58.268261677 +0000
@@ -5,7 +5,7 @@
-scim: scim_module.h File Reference
+scim: scim_helper.h File Reference
@@ -62,36 +62,69 @@
-
+Typedefs |
+Variables
+
-
definition of Module related classes.
+
Defines scim::HelperAgent and it's related types.
More...
namespace scim
href_anchor"memberdecls">
-
-int scim::scim_get_module_list (std::vector< String > &mod_list, const String &type="")
-
+
+typedef Slot3< void, const HelperAgent *, int, const String & > scim::HelperAgentSlotVoid
+
+typedef Slot4< void, const HelperAgent *, int, const String &, const String & > scim::HelperAgentSlotString
+
+typedef Slot4< void, const HelperAgent *, int, const String &, int > scim::HelperAgentSlotInt
+
+typedef Slot5< void, const HelperAgent *, int, const String &, int, int > scim::HelperAgentSlotIntInt
+
+typedef Slot4< void, const HelperAgent *, int, const String &, const Transaction & > scim::HelperAgentSlotTransaction
+
+
-
definition of Module related classes.
+
Defines scim::HelperAgent and it's related types.
+
scim::HelperAgent is a class used to write Client Helper modules.
/usr/share/doc/packages/scim-devel/html/a00134.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00134.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00134.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,4 +1,13 @@
var a00134 =
[
- [ "scim_get_module_list", "a00134.html#ga87ffb29336f4c5caa503100ef561f3e2", null ]
+ [ "HelperAgentSlotVoid", "a00134.html#ga5a51aa145841b0b46674ab6996fb51bd", null ],
+ [ "HelperAgentSlotString", "a00134.html#ga621e13292b0fa86ab6c6a875b3bf3874", null ],
+ [ "HelperAgentSlotInt", "a00134.html#gabe6cf2f9cfb9d2105f981e0f6a15df3f", null ],
+ [ "HelperAgentSlotIntInt", "a00134.html#ga44c1e482392c8ff002350cd299ff706d", null ],
+ [ "HelperAgentSlotTransaction", "a00134.html#gaed047c6d43b2cad15484d0920c47af43", null ],
+ [ "SCIM_HELPER_STAND_ALONE", "a00134.html#gafbfb584762577b5bdf051b5b2c556922", null ],
+ [ "SCIM_HELPER_AUTO_START", "a00134.html#ga69c1633a3ce3c2bd2ffb435dac55e3cd", null ],
+ [ "SCIM_HELPER_AUTO_RESTART", "a00134.html#ga1fff7377de7aad93917855a55d7f7f76", null ],
+ [ "SCIM_HELPER_NEED_SCREEN_INFO", "a00134.html#ga1457d0f30f2c644db97be2b0a3cd006e", null ],
+ [ "SCIM_HELPER_NEED_SPOT_LOCATION_INFO", "a00134.html#ga2fcc978e52b8c6d850fd7328c9535de4", null ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/a00150.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00150.html 2022-08-31 19:01:58.324261915 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00150.html 2022-08-31 19:01:58.324261915 +0000
@@ -466,7 +466,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00154.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00154.html 2022-08-31 19:01:58.356262052 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00154.html 2022-08-31 19:01:58.356262052 +0000
@@ -114,7 +114,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00158.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00158.html 2022-08-31 19:01:58.404262255 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00158.html 2022-08-31 19:01:58.404262255 +0000
@@ -531,7 +531,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00162.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00162.html 2022-08-31 19:01:58.444262425 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00162.html 2022-08-31 19:01:58.444262425 +0000
@@ -199,7 +199,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00166.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00166.html 2022-08-31 19:01:58.476262561 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00166.html 2022-08-31 19:01:58.476262561 +0000
@@ -198,7 +198,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00170.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00170.html 2022-08-31 19:01:58.512262714 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00170.html 2022-08-31 19:01:58.512262714 +0000
@@ -198,7 +198,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00174.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00174.html 2022-08-31 19:01:58.548262867 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00174.html 2022-08-31 19:01:58.548262867 +0000
@@ -208,7 +208,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00178.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00178.html 2022-08-31 19:01:58.580263003 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00178.html 2022-08-31 19:01:58.580263003 +0000
@@ -214,7 +214,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00182.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00182.html 2022-08-31 19:01:58.616263156 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00182.html 2022-08-31 19:01:58.616263156 +0000
@@ -220,7 +220,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00186.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00186.html 2022-08-31 19:01:58.652263309 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00186.html 2022-08-31 19:01:58.652263309 +0000
@@ -225,7 +225,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00190.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00190.html 2022-08-31 19:01:58.696263496 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00190.html 2022-08-31 19:01:58.696263496 +0000
@@ -522,7 +522,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00194.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00194.html 2022-08-31 19:01:58.752263733 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00194.html 2022-08-31 19:01:58.752263733 +0000
@@ -650,7 +650,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00198.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00198.html 2022-08-31 19:01:58.784263870 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00198.html 2022-08-31 19:01:58.784263870 +0000
@@ -114,7 +114,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00202.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00202.html 2022-08-31 19:01:58.844264124 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00202.html 2022-08-31 19:01:58.844264124 +0000
@@ -1316,7 +1316,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00206.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00206.html 2022-08-31 19:01:58.900264363 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00206.html 2022-08-31 19:01:58.900264363 +0000
@@ -968,7 +968,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00210.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00210.html 2022-08-31 19:01:58.936264515 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00210.html 2022-08-31 19:01:58.936264515 +0000
@@ -209,7 +209,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00214.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00214.html 2022-08-31 19:01:58.972264668 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00214.html 2022-08-31 19:01:58.972264668 +0000
@@ -289,7 +289,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00218.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00218.html 2022-08-31 19:01:59.004264805 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00218.html 2022-08-31 19:01:59.004264805 +0000
@@ -253,7 +253,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00226.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00226.html 2022-08-31 19:01:59.064265060 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00226.html 2022-08-31 19:01:59.064265060 +0000
@@ -1024,7 +1024,7 @@
The documentation for this struct was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00230.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00230.html 2022-08-31 19:01:59.096265196 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00230.html 2022-08-31 19:01:59.096265196 +0000
@@ -174,7 +174,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00234.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00234.html 2022-08-31 19:01:59.124265314 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00234.html 2022-08-31 19:01:59.124265314 +0000
@@ -114,7 +114,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00238.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00238.html 2022-08-31 19:01:59.160265467 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00238.html 2022-08-31 19:01:59.160265467 +0000
@@ -261,7 +261,7 @@
The documentation for this struct was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00242.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00242.html 2022-08-31 19:01:59.208265671 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00242.html 2022-08-31 19:01:59.212265689 +0000
@@ -629,7 +629,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00246.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00246.html 2022-08-31 19:01:59.288266011 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00246.html 2022-08-31 19:01:59.288266011 +0000
@@ -1438,7 +1438,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00250.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00250.html 2022-08-31 19:01:59.328266182 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00250.html 2022-08-31 19:01:59.328266182 +0000
@@ -437,7 +437,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00254.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00254.html 2022-08-31 19:01:59.364266335 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00254.html 2022-08-31 19:01:59.364266335 +0000
@@ -323,7 +323,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00258.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00258.html 2022-08-31 19:01:59.396266470 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00258.html 2022-08-31 19:01:59.396266470 +0000
@@ -114,7 +114,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00262.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00262.html 2022-08-31 19:01:59.492266879 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00262.html 2022-08-31 19:01:59.492266879 +0000
@@ -2800,7 +2800,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00266.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00266.html 2022-08-31 19:01:59.532267048 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00266.html 2022-08-31 19:01:59.532267048 +0000
@@ -270,7 +270,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00270.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00270.html 2022-08-31 19:01:59.560267167 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00270.html 2022-08-31 19:01:59.560267167 +0000
@@ -107,7 +107,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00274.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00274.html 2022-08-31 19:01:59.596267321 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00274.html 2022-08-31 19:01:59.596267321 +0000
@@ -224,7 +224,7 @@
The documentation for this struct was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00278.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00278.html 2022-08-31 19:01:59.648267541 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00278.html 2022-08-31 19:01:59.648267541 +0000
@@ -759,7 +759,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00282.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00282.html 2022-08-31 19:01:59.684267694 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00282.html 2022-08-31 19:01:59.684267694 +0000
@@ -227,7 +227,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00286.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00286.html 2022-08-31 19:01:59.720267847 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00286.html 2022-08-31 19:01:59.720267847 +0000
@@ -297,7 +297,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00290.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00290.html 2022-08-31 19:01:59.760268018 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00290.html 2022-08-31 19:01:59.760268018 +0000
@@ -412,7 +412,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00294.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00294.html 2022-08-31 19:01:59.800268187 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00294.html 2022-08-31 19:01:59.800268187 +0000
@@ -460,7 +460,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00298.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00298.html 2022-08-31 19:01:59.840268357 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00298.html 2022-08-31 19:01:59.840268357 +0000
@@ -459,7 +459,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00302.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00302.html 2022-08-31 19:01:59.884268544 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00302.html 2022-08-31 19:01:59.884268544 +0000
@@ -544,7 +544,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00306.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00306.html 2022-08-31 19:01:59.912268663 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00306.html 2022-08-31 19:01:59.916268680 +0000
@@ -114,7 +114,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00310.html differs (HTML document, UTF-8 Unicode text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00310.html 2022-08-31 19:01:59.968268901 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00310.html 2022-08-31 19:01:59.964268884 +0000
@@ -743,7 +743,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00314.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00314.html 2022-08-31 19:02:00.064269309 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00314.html 2022-08-31 19:02:00.060269292 +0000
@@ -1974,7 +1974,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00318.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00318.html 2022-08-31 19:02:00.112269513 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00318.html 2022-08-31 19:02:00.112269513 +0000
@@ -522,7 +522,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00322.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00322.html 2022-08-31 19:02:00.164269734 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00322.html 2022-08-31 19:02:00.164269734 +0000
@@ -383,7 +383,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00326.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00326.html 2022-08-31 19:02:00.200269887 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00326.html 2022-08-31 19:02:00.200269887 +0000
@@ -283,7 +283,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00330.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00330.html 2022-08-31 19:02:00.248270091 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00330.html 2022-08-31 19:02:00.248270091 +0000
@@ -802,7 +802,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00334.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00334.html 2022-08-31 19:02:00.292270278 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00334.html 2022-08-31 19:02:00.292270278 +0000
@@ -453,7 +453,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00338.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00338.html 2022-08-31 19:02:00.324270414 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00338.html 2022-08-31 19:02:00.324270414 +0000
@@ -107,7 +107,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00342.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00342.html 2022-08-31 19:02:00.356270549 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00342.html 2022-08-31 19:02:00.356270549 +0000
@@ -317,7 +317,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00346.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00346.html 2022-08-31 19:02:00.392270702 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00346.html 2022-08-31 19:02:00.392270702 +0000
@@ -274,7 +274,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00350.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00350.html 2022-08-31 19:02:00.472271042 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00350.html 2022-08-31 19:02:00.472271042 +0000
@@ -1337,7 +1337,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00354.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00354.html 2022-08-31 19:02:00.544271348 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00354.html 2022-08-31 19:02:00.544271348 +0000
@@ -1397,7 +1397,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00358.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00358.html 2022-08-31 19:02:00.580271501 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00358.html 2022-08-31 19:02:00.580271501 +0000
@@ -107,7 +107,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00362.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00362.html 2022-08-31 19:02:00.612271638 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00362.html 2022-08-31 19:02:00.612271638 +0000
@@ -224,7 +224,7 @@
The documentation for this struct was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00366.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00366.html 2022-08-31 19:02:00.660271841 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00366.html 2022-08-31 19:02:00.660271841 +0000
@@ -617,7 +617,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00370.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00370.html 2022-08-31 19:02:00.704272029 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00370.html 2022-08-31 19:02:00.704272029 +0000
@@ -271,7 +271,7 @@
If this property is visible.
Returns true if this property is visible.
-References SCIM_PROPERTY_VISIBLE .
+References SCIM_PROPERTY_VISIBLE .
Referenced by show() .
@@ -304,7 +304,7 @@
A active property can be clicked by users.
Returns true if this property is active.
-References SCIM_PROPERTY_ACTIVE .
+References SCIM_PROPERTY_ACTIVE .
Referenced by set_active() .
@@ -564,7 +564,7 @@
-References active() , and SCIM_PROPERTY_ACTIVE .
+References active() , and SCIM_PROPERTY_ACTIVE .
@@ -592,7 +592,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00374.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00374.html 2022-08-31 19:02:00.740272182 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00374.html 2022-08-31 19:02:00.740272182 +0000
@@ -273,7 +273,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00378.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00378.html 2022-08-31 19:02:00.772272318 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00378.html 2022-08-31 19:02:00.772272318 +0000
@@ -202,7 +202,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00382.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00382.html 2022-08-31 19:02:00.804272453 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00382.html 2022-08-31 19:02:00.804272453 +0000
@@ -192,7 +192,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00386.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00386.html 2022-08-31 19:02:00.840272607 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00386.html 2022-08-31 19:02:00.840272607 +0000
@@ -221,7 +221,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00390.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00390.html 2022-08-31 19:02:00.880272777 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00390.html 2022-08-31 19:02:00.880272777 +0000
@@ -271,7 +271,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00394.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00394.html 2022-08-31 19:02:00.916272929 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00394.html 2022-08-31 19:02:00.916272929 +0000
@@ -239,7 +239,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00398.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00398.html 2022-08-31 19:02:00.968273150 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00398.html 2022-08-31 19:02:00.968273150 +0000
@@ -277,7 +277,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00402.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00402.html 2022-08-31 19:02:01.004273304 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00402.html 2022-08-31 19:02:01.004273304 +0000
@@ -239,7 +239,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00406.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00406.html 2022-08-31 19:02:01.040273457 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00406.html 2022-08-31 19:02:01.044273473 +0000
@@ -298,7 +298,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00410.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00410.html 2022-08-31 19:02:01.076273610 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00410.html 2022-08-31 19:02:01.080273626 +0000
@@ -259,7 +259,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00414.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00414.html 2022-08-31 19:02:01.116273779 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00414.html 2022-08-31 19:02:01.116273779 +0000
@@ -311,7 +311,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00418.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00418.html 2022-08-31 19:02:01.152273932 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00418.html 2022-08-31 19:02:01.152273932 +0000
@@ -271,7 +271,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00422.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00422.html 2022-08-31 19:02:01.192274103 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00422.html 2022-08-31 19:02:01.192274103 +0000
@@ -324,7 +324,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00426.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00426.html 2022-08-31 19:02:01.228274255 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00426.html 2022-08-31 19:02:01.228274255 +0000
@@ -283,7 +283,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00430.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00430.html 2022-08-31 19:02:01.268274425 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00430.html 2022-08-31 19:02:01.268274425 +0000
@@ -337,7 +337,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00434.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00434.html 2022-08-31 19:02:01.304274578 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00434.html 2022-08-31 19:02:01.304274578 +0000
@@ -295,7 +295,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00438.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00438.html 2022-08-31 19:02:01.344274748 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00438.html 2022-08-31 19:02:01.344274748 +0000
@@ -350,7 +350,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00442.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00442.html 2022-08-31 19:02:01.380274901 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00442.html 2022-08-31 19:02:01.380274901 +0000
@@ -307,7 +307,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00446.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/a00446.html 2022-08-31 19:02:01.412275037 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00446.html 2022-08-31 19:02:01.412275037 +0000
@@ -158,7 +158,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00450.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00450.html 2022-08-31 19:02:01.448275190 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00450.html 2022-08-31 19:02:01.448275190 +0000
@@ -210,7 +210,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00454.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00454.html 2022-08-31 19:02:01.480275326 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00454.html 2022-08-31 19:02:01.480275326 +0000
@@ -185,7 +185,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00458.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00458.html 2022-08-31 19:02:01.516275479 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00458.html 2022-08-31 19:02:01.516275479 +0000
@@ -196,7 +196,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00462.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00462.html 2022-08-31 19:02:01.552275632 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00462.html 2022-08-31 19:02:01.552275632 +0000
@@ -184,7 +184,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00466.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00466.html 2022-08-31 19:02:01.584275768 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00466.html 2022-08-31 19:02:01.584275768 +0000
@@ -210,7 +210,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00470.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00470.html 2022-08-31 19:02:01.620275921 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00470.html 2022-08-31 19:02:01.620275921 +0000
@@ -185,7 +185,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00474.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00474.html 2022-08-31 19:02:01.652276057 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00474.html 2022-08-31 19:02:01.656276074 +0000
@@ -196,7 +196,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00478.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00478.html 2022-08-31 19:02:01.688276210 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00478.html 2022-08-31 19:02:01.688276210 +0000
@@ -184,7 +184,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00482.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00482.html 2022-08-31 19:02:01.724276363 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00482.html 2022-08-31 19:02:01.724276363 +0000
@@ -230,7 +230,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00486.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00486.html 2022-08-31 19:02:01.756276499 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00486.html 2022-08-31 19:02:01.760276516 +0000
@@ -195,7 +195,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00490.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00490.html 2022-08-31 19:02:01.792276652 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00490.html 2022-08-31 19:02:01.792276652 +0000
@@ -206,7 +206,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00494.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00494.html 2022-08-31 19:02:01.828276805 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00494.html 2022-08-31 19:02:01.828276805 +0000
@@ -194,7 +194,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00498.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00498.html 2022-08-31 19:02:01.864276958 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00498.html 2022-08-31 19:02:01.864276958 +0000
@@ -242,7 +242,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00502.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00502.html 2022-08-31 19:02:01.896277093 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00502.html 2022-08-31 19:02:01.896277093 +0000
@@ -201,7 +201,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00506.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00506.html 2022-08-31 19:02:01.932277247 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00506.html 2022-08-31 19:02:01.932277247 +0000
@@ -212,7 +212,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00510.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00510.html 2022-08-31 19:02:01.968277400 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00510.html 2022-08-31 19:02:01.968277400 +0000
@@ -200,7 +200,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00514.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00514.html 2022-08-31 19:02:02.004277553 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00514.html 2022-08-31 19:02:02.004277553 +0000
@@ -254,7 +254,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00518.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00518.html 2022-08-31 19:02:02.036277688 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00518.html 2022-08-31 19:02:02.036277688 +0000
@@ -207,7 +207,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00522.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00522.html 2022-08-31 19:02:02.072277841 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00522.html 2022-08-31 19:02:02.072277841 +0000
@@ -218,7 +218,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00526.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00526.html 2022-08-31 19:02:02.108277994 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00526.html 2022-08-31 19:02:02.108277994 +0000
@@ -206,7 +206,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00530.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00530.html 2022-08-31 19:02:02.144278148 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00530.html 2022-08-31 19:02:02.144278148 +0000
@@ -263,7 +263,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00534.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00534.html 2022-08-31 19:02:02.176278283 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00534.html 2022-08-31 19:02:02.176278283 +0000
@@ -212,7 +212,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00538.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00538.html 2022-08-31 19:02:02.212278436 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00538.html 2022-08-31 19:02:02.212278436 +0000
@@ -223,7 +223,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00542.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00542.html 2022-08-31 19:02:02.248278589 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00542.html 2022-08-31 19:02:02.248278589 +0000
@@ -211,7 +211,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00546.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00546.html 2022-08-31 19:02:02.284278742 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00546.html 2022-08-31 19:02:02.284278742 +0000
@@ -278,7 +278,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00550.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00550.html 2022-08-31 19:02:02.316278878 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00550.html 2022-08-31 19:02:02.320278896 +0000
@@ -219,7 +219,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00554.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00554.html 2022-08-31 19:02:02.352279031 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00554.html 2022-08-31 19:02:02.352279031 +0000
@@ -230,7 +230,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00558.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00558.html 2022-08-31 19:02:02.388279184 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00558.html 2022-08-31 19:02:02.388279184 +0000
@@ -218,7 +218,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00562.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00562.html 2022-08-31 19:02:02.420279320 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00562.html 2022-08-31 19:02:02.420279320 +0000
@@ -114,7 +114,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00566.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00566.html 2022-08-31 19:02:02.456279473 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00566.html 2022-08-31 19:02:02.456279473 +0000
@@ -324,7 +324,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00570.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00570.html 2022-08-31 19:02:02.496279643 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00570.html 2022-08-31 19:02:02.496279643 +0000
@@ -599,7 +599,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00574.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00574.html 2022-08-31 19:02:02.540279830 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00574.html 2022-08-31 19:02:02.540279830 +0000
@@ -563,7 +563,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00578.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00578.html 2022-08-31 19:02:02.580280000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00578.html 2022-08-31 19:02:02.580280000 +0000
@@ -279,7 +279,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00582.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00582.html 2022-08-31 19:02:02.612280136 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00582.html 2022-08-31 19:02:02.612280136 +0000
@@ -114,7 +114,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00586.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00586.html 2022-08-31 19:02:02.672280390 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00586.html 2022-08-31 19:02:02.672280390 +0000
@@ -1118,7 +1118,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/a00590.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/a00590.html 2022-08-31 19:02:02.724280612 +0000
+++ new//usr/share/doc/packages/scim-devel/html/a00590.html 2022-08-31 19:02:02.724280612 +0000
@@ -667,7 +667,7 @@
The documentation for this class was generated from the following file:
/usr/share/doc/packages/scim-devel/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html 2022-08-31 19:02:02.760280765 +0000
+++ new//usr/share/doc/packages/scim-devel/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html 2022-08-31 19:02:02.764280781 +0000
@@ -65,110 +65,110 @@
-file scim.h
-href_anchor"memitem:"> file scim_attribute.h
-href_anchor"mdescRight">Definition of scim::Attribute and scim::AttributeList .
-
-file scim_backend.h
-href_anchor"mdescRight">definition of scim::BackEnd class.
-
-file scim_bind.h
-href_anchor"mdescRight">Binding adapters.
-
-file scim_compose_key.h
-href_anchor"mdescRight">Defines scim::ComposeKeyFactory and scim::ComposeKeyInstance .
-href_anchor"memitem:"> file scim_compose_key_data.h
-href_anchor"memitem:"> file scim_config_base.h
-href_anchor"mdescRight">scim::ConfigBase Interface.
-href_anchor"memitem:"> file scim_config_module.h
-href_anchor"mdescRight">Define scim::ConfigModule class for manipulating the config modules.
-href_anchor"memitem:"> file scim_config_path.h
-href_anchor"mdescRight">This file defines some common used configuration keys.
+file scim.h
+href_anchor"memitem:"> file scim_attribute.h
+href_anchor"mdescRight">Definition of scim::Attribute and scim::AttributeList .
+
+file scim_backend.h
+href_anchor"mdescRight">definition of scim::BackEnd class.
+
+file scim_bind.h
+href_anchor"mdescRight">Binding adapters.
+
+file scim_compose_key.h
+href_anchor"mdescRight">Defines scim::ComposeKeyFactory and scim::ComposeKeyInstance .
+href_anchor"memitem:"> file scim_compose_key_data.h
+href_anchor"memitem:"> file scim_config_base.h
+href_anchor"mdescRight">scim::ConfigBase Interface.
+href_anchor"memitem:"> file scim_config_module.h
+href_anchor"mdescRight">Define scim::ConfigModule class for manipulating the config modules.
+href_anchor"memitem:"> file scim_config_path.h
+href_anchor"mdescRight">This file defines some common used configuration keys.
-file scim_connection.h
-href_anchor"mdescRight">C++ signal-slot connection interface.
+file scim_connection.h
+href_anchor"mdescRight">C++ signal-slot connection interface.
file scim_debug.h
href_anchor"mdescRight">Defines class scim::DebugOutput and related MACROS.
-href_anchor"memitem:"> file scim_event.h
-href_anchor"mdescRight">Defines the scim::KeyEvent class and related enums, functions.
-href_anchor"memitem:"> file scim_exception.h
-href_anchor"mdescRight">Defines the scim::Exception class.
-href_anchor"memitem:"> file scim_filter.h
-href_anchor"mdescRight">Defines scim::FilterFactoryBase and scim::FilterInstanceBase interfaces.
-href_anchor"memitem:"> file scim_filter_manager.h
-href_anchor"mdescRight">Defines scim::FilterManager .
-href_anchor"memitem:"> file scim_filter_module.h
-href_anchor"mdescRight">definition of FilterModule related classes.
-
-file scim_frontend.h
-href_anchor"mdescRight">Defines scim::FrontEndBase interface.
-href_anchor"memitem:"> file scim_frontend_module.h
-href_anchor"mdescRight">definition of FrontEndModule related classes.
-
-file scim_global_config.h
-href_anchor"mdescRight">functions to read the global configurations.
-
-file scim_helper.h
-href_anchor"mdescRight">Defines scim::HelperAgent and it's related types.
-href_anchor"memitem:"> file scim_helper_manager.h
-href_anchor"mdescRight">Defines scim::HelperManager .
-href_anchor"memitem:"> file scim_helper_module.h
-href_anchor"mdescRight">Defines scim::HelperModule and it's related types.
-href_anchor"memitem:"> file scim_hotkey.h
-href_anchor"mdescRight">Defines the scim::HotkeyMatcher and scim::IMEngineHotkeyMatcher classes.
-href_anchor"memitem:"> file scim_iconv.h
-href_anchor"mdescRight">definition of IConvert related classes.
-
-file scim_imengine.h
-href_anchor"mdescRight">Defines scim::IMEngineFactoryBase and scim::IMEngineInstanceBase interfaces.
-
-file scim_imengine_module.h
-href_anchor"mdescRight">definition of IMEngineModule related classes.
-
-file scim_keyboard_layout_data.h
-href_anchor"memitem:"> file scim_keyevent_data.h
-href_anchor"memitem:"> file scim_lookup_table.h
-href_anchor"mdescRight">definition of LookupTable classes.
-
-file scim_module.h
-href_anchor"mdescRight">definition of Module related classes.
-
-file scim_object.h
-href_anchor"mdescRight">Reference counted base class interface.
-
-file scim_panel_agent.h
-href_anchor"mdescRight">Defines scim::PanelAgent and their related types.
-href_anchor"memitem:"> file scim_panel_client.h
-href_anchor"mdescRight">Defines scim::PanelClient and it's related types.
-href_anchor"memitem:"> file scim_panel_common.h
-href_anchor"mdescRight">Defines some structures and types which are used by both scim::PanelAgent and scim::PanelClient .
-href_anchor"memitem:"> file scim_pointer.h
-href_anchor"mdescRight">Smart pointer class interface.
-
-file scim_private.h
-href_anchor"memitem:"> file scim_property.h
-href_anchor"memitem:"> file scim_signals.h
-href_anchor"mdescRight">C++ signal interface.
-
-file scim_slot.h
-href_anchor"mdescRight">C++ slot interface.
-
-file scim_socket.h
-href_anchor"mdescRight">Socket interfaces.
-
-file scim_stl_map.h
-href_anchor"memitem:"> file scim_trans_commands.h
-href_anchor"mdescRight">Transaction commands.
+href_anchor"memitem:"> file scim_event.h
+href_anchor"mdescRight">Defines the scim::KeyEvent class and related enums, functions.
+href_anchor"memitem:"> file scim_exception.h
+href_anchor"mdescRight">Defines the scim::Exception class.
+href_anchor"memitem:"> file scim_filter.h
+href_anchor"mdescRight">Defines scim::FilterFactoryBase and scim::FilterInstanceBase interfaces.
+href_anchor"memitem:"> file scim_filter_manager.h
+href_anchor"mdescRight">Defines scim::FilterManager .
+href_anchor"memitem:"> file scim_filter_module.h
+href_anchor"mdescRight">definition of FilterModule related classes.
+
+file scim_frontend.h
+href_anchor"mdescRight">Defines scim::FrontEndBase interface.
+href_anchor"memitem:"> file scim_frontend_module.h
+href_anchor"mdescRight">definition of FrontEndModule related classes.
+
+file scim_global_config.h
+href_anchor"mdescRight">functions to read the global configurations.
+
+file scim_helper.h
+href_anchor"mdescRight">Defines scim::HelperAgent and it's related types.
+href_anchor"memitem:"> file scim_helper_manager.h
+href_anchor"mdescRight">Defines scim::HelperManager .
+href_anchor"memitem:"> file scim_helper_module.h
+href_anchor"mdescRight">Defines scim::HelperModule and it's related types.
+href_anchor"memitem:"> file scim_hotkey.h
+href_anchor"mdescRight">Defines the scim::HotkeyMatcher and scim::IMEngineHotkeyMatcher classes.
+href_anchor"memitem:"> file scim_iconv.h
+href_anchor"mdescRight">definition of IConvert related classes.
+
+file scim_imengine.h
+href_anchor"mdescRight">Defines scim::IMEngineFactoryBase and scim::IMEngineInstanceBase interfaces.
+
+file scim_imengine_module.h
+href_anchor"mdescRight">definition of IMEngineModule related classes.
+
+file scim_keyboard_layout_data.h
+href_anchor"memitem:"> file scim_keyevent_data.h
+href_anchor"memitem:"> file scim_lookup_table.h
+href_anchor"mdescRight">definition of LookupTable classes.
+
+file scim_module.h
+href_anchor"mdescRight">definition of Module related classes.
+
+file scim_object.h
+href_anchor"mdescRight">Reference counted base class interface.
+
+file scim_panel_agent.h
+href_anchor"mdescRight">Defines scim::PanelAgent and their related types.
+href_anchor"memitem:"> file scim_panel_client.h
+href_anchor"mdescRight">Defines scim::PanelClient and it's related types.
+href_anchor"memitem:"> file scim_panel_common.h
+href_anchor"mdescRight">Defines some structures and types which are used by both scim::PanelAgent and scim::PanelClient .
+href_anchor"memitem:"> file scim_pointer.h
+href_anchor"mdescRight">Smart pointer class interface.
+
+file scim_private.h
+href_anchor"memitem:"> file scim_property.h
+href_anchor"memitem:"> file scim_signals.h
+href_anchor"mdescRight">C++ signal interface.
+
+file scim_slot.h
+href_anchor"mdescRight">C++ slot interface.
+
+file scim_socket.h
+href_anchor"mdescRight">Socket interfaces.
+
+file scim_stl_map.h
+href_anchor"memitem:"> file scim_trans_commands.h
+href_anchor"mdescRight">Transaction commands.
-file scim_transaction.h
-href_anchor"mdescRight">Transaction class.
+file scim_transaction.h
+href_anchor"mdescRight">Transaction class.
-file scim_types.h
-href_anchor"mdescRight">defines some basic data types.
/usr/share/doc/packages/scim-devel/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,48 +1,48 @@
var dir_68267d1309a1af8e8297ef4c3efbcdba =
[
- [ "scim.h", "a00035.html", "a00035" ],
- [ "scim_attribute.h", "a00050.html", "a00050" ],
- [ "scim_backend.h", "a00011.html", "a00011" ],
- [ "scim_bind.h", "a00098.html", "a00098" ],
- [ "scim_compose_key.h", "a00074.html", "a00074" ],
- [ "scim_compose_key_data.h", "a00080.html", null ],
- [ "scim_config_base.h", "a00086.html", "a00086" ],
- [ "scim_config_module.h", "a00116.html", "a00116" ],
- [ "scim_config_path.h", "a00029.html", "a00029" ],
- [ "scim_connection.h", "a00014.html", null ],
+ [ "scim.h", "a00026.html", "a00026" ],
+ [ "scim_attribute.h", "a00104.html", "a00104" ],
+ [ "scim_backend.h", "a00014.html", "a00014" ],
+ [ "scim_bind.h", "a00071.html", "a00071" ],
+ [ "scim_compose_key.h", "a00002.html", "a00002" ],
+ [ "scim_compose_key_data.h", "a00131.html", null ],
+ [ "scim_config_base.h", "a00068.html", "a00068" ],
+ [ "scim_config_module.h", "a00059.html", "a00059" ],
+ [ "scim_config_path.h", "a00008.html", "a00008" ],
+ [ "scim_connection.h", "a00050.html", null ],
[ "scim_debug.h", "a00122.html", "a00122" ],
- [ "scim_event.h", "a00065.html", "a00065" ],
- [ "scim_exception.h", "a00128.html", null ],
- [ "scim_filter.h", "a00047.html", "a00047" ],
- [ "scim_filter_manager.h", "a00020.html", null ],
- [ "scim_filter_module.h", "a00119.html", "a00119" ],
- [ "scim_frontend.h", "a00131.html", "a00131" ],
- [ "scim_frontend_module.h", "a00077.html", "a00077" ],
- [ "scim_global_config.h", "a00104.html", "a00104" ],
- [ "scim_helper.h", "a00101.html", "a00101" ],
- [ "scim_helper_manager.h", "a00095.html", null ],
- [ "scim_helper_module.h", "a00026.html", "a00026" ],
- [ "scim_hotkey.h", "a00017.html", "a00017" ],
- [ "scim_iconv.h", "a00062.html", "a00062" ],
- [ "scim_imengine.h", "a00056.html", "a00056" ],
- [ "scim_imengine_module.h", "a00002.html", "a00002" ],
- [ "scim_keyboard_layout_data.h", "a00023.html", "a00023" ],
- [ "scim_keyevent_data.h", "a00110.html", "a00110" ],
- [ "scim_lookup_table.h", "a00083.html", "a00083" ],
- [ "scim_module.h", "a00134.html", "a00134" ],
- [ "scim_object.h", "a00005.html", null ],
- [ "scim_panel_agent.h", "a00041.html", "a00041" ],
- [ "scim_panel_client.h", "a00107.html", "a00107" ],
- [ "scim_panel_common.h", "a00053.html", null ],
- [ "scim_pointer.h", "a00044.html", "a00044" ],
- [ "scim_private.h", "a00092.html", "a00092" ],
- [ "scim_property.h", "a00008.html", "a00008" ],
- [ "scim_signals.h", "a00068.html", null ],
- [ "scim_slot.h", "a00113.html", "a00113" ],
- [ "scim_socket.h", "a00089.html", "a00089" ],
- [ "scim_stl_map.h", "a00038.html", "a00038" ],
- [ "scim_trans_commands.h", "a00032.html", "a00032" ],
- [ "scim_transaction.h", "a00125.html", "a00125" ],
- [ "scim_types.h", "a00059.html", "a00059" ],
- [ "scim_utility.h", "a00071.html", "a00071" ]
+ [ "scim_event.h", "a00062.html", "a00062" ],
+ [ "scim_exception.h", "a00056.html", null ],
+ [ "scim_filter.h", "a00119.html", "a00119" ],
+ [ "scim_filter_manager.h", "a00095.html", null ],
+ [ "scim_filter_module.h", "a00032.html", "a00032" ],
+ [ "scim_frontend.h", "a00116.html", "a00116" ],
+ [ "scim_frontend_module.h", "a00038.html", "a00038" ],
+ [ "scim_global_config.h", "a00044.html", "a00044" ],
+ [ "scim_helper.h", "a00134.html", "a00134" ],
+ [ "scim_helper_manager.h", "a00101.html", null ],
+ [ "scim_helper_module.h", "a00113.html", "a00113" ],
+ [ "scim_hotkey.h", "a00089.html", "a00089" ],
+ [ "scim_iconv.h", "a00080.html", "a00080" ],
+ [ "scim_imengine.h", "a00077.html", "a00077" ],
+ [ "scim_imengine_module.h", "a00017.html", "a00017" ],
+ [ "scim_keyboard_layout_data.h", "a00053.html", "a00053" ],
+ [ "scim_keyevent_data.h", "a00065.html", "a00065" ],
+ [ "scim_lookup_table.h", "a00029.html", "a00029" ],
+ [ "scim_module.h", "a00035.html", "a00035" ],
+ [ "scim_object.h", "a00011.html", null ],
+ [ "scim_panel_agent.h", "a00107.html", "a00107" ],
+ [ "scim_panel_client.h", "a00098.html", "a00098" ],
+ [ "scim_panel_common.h", "a00074.html", null ],
+ [ "scim_pointer.h", "a00005.html", "a00005" ],
+ [ "scim_private.h", "a00023.html", "a00023" ],
+ [ "scim_property.h", "a00110.html", "a00110" ],
+ [ "scim_signals.h", "a00020.html", null ],
+ [ "scim_slot.h", "a00083.html", "a00083" ],
+ [ "scim_socket.h", "a00128.html", "a00128" ],
+ [ "scim_stl_map.h", "a00047.html", "a00047" ],
+ [ "scim_trans_commands.h", "a00086.html", "a00086" ],
+ [ "scim_transaction.h", "a00041.html", "a00041" ],
+ [ "scim_types.h", "a00092.html", "a00092" ],
+ [ "scim_utility.h", "a00125.html", "a00125" ]
];
\ No newline at end of file
/usr/share/doc/packages/scim-devel/html/files.html differs (HTML document, ASCII text, with very long lines)
--- old//usr/share/doc/packages/scim-devel/html/files.html 2022-08-31 19:02:02.820281020 +0000
+++ new//usr/share/doc/packages/scim-devel/html/files.html 2022-08-31 19:02:02.820281020 +0000
@@ -65,51 +65,51 @@
Here is a list of all files with brief descriptions:
/usr/share/doc/packages/scim-devel/html/globals.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/globals.html 2022-08-31 19:02:02.864281207 +0000
+++ new//usr/share/doc/packages/scim-devel/html/globals.html 2022-08-31 19:02:02.864281207 +0000
@@ -62,246 +62,246 @@
Here is a list of all file members with links to the files they belong to:
- _ -
- t -
- u -
/usr/share/doc/packages/scim-devel/html/globals_g.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/globals_g.html 2022-08-31 19:02:02.956281598 +0000
+++ new//usr/share/doc/packages/scim-devel/html/globals_g.html 2022-08-31 19:02:02.956281598 +0000
@@ -62,8 +62,8 @@
Here is a list of all file members with links to the files they belong to:
- g -
/usr/share/doc/packages/scim-devel/html/globals_n.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/globals_n.html 2022-08-31 19:02:02.980281700 +0000
+++ new//usr/share/doc/packages/scim-devel/html/globals_n.html 2022-08-31 19:02:02.984281717 +0000
@@ -62,7 +62,7 @@
Here is a list of all file members with links to the files they belong to:
- n -
/usr/share/doc/packages/scim-devel/html/globals_s.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/globals_s.html 2022-08-31 19:02:03.012281835 +0000
+++ new//usr/share/doc/packages/scim-devel/html/globals_s.html 2022-08-31 19:02:03.012281835 +0000
@@ -116,18 +116,18 @@
SCIM_GLOBAL_CONFIG_SUPPORTED_UNICODE_LOCALES : scim_config_path.h
SCIM_LOOKUP_TABLE_MAX_PAGESIZE : scim_lookup_table.h
SCIM_MAX_BUFSIZE : scim_iconv.h
-SCIM_NUM_KEY_MASKS : scim_keyevent_data.h
-SCIM_NUM_KEY_NAMES : scim_keyevent_data.h
-SCIM_NUM_KEY_UNICODES : scim_keyevent_data.h
+SCIM_NUM_KEY_MASKS : scim_keyevent_data.h
+SCIM_NUM_KEY_NAMES : scim_keyevent_data.h
+SCIM_NUM_KEY_UNICODES : scim_keyevent_data.h
SCIM_PATH_DELIM : scim_utility.h
SCIM_PATH_DELIM_STRING : scim_utility.h
-SCIM_PROPERTY_ACTIVE : scim_property.h
-SCIM_PROPERTY_VISIBLE : scim_property.h
+SCIM_PROPERTY_ACTIVE : scim_property.h
+SCIM_PROPERTY_VISIBLE : scim_property.h
SCIM_RGB_COLOR : scim_attribute.h
SCIM_RGB_COLOR_BLUE : scim_attribute.h
SCIM_RGB_COLOR_GREEN : scim_attribute.h
SCIM_RGB_COLOR_RED : scim_attribute.h
-SCIM_USE_STL_MAP : scim_stl_map.h
+SCIM_USE_STL_MAP : scim_stl_map.h
/usr/share/doc/packages/scim-devel/html/globals_t.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/globals_t.html 2022-08-31 19:02:03.040281955 +0000
+++ new//usr/share/doc/packages/scim-devel/html/globals_t.html 2022-08-31 19:02:03.040281955 +0000
@@ -62,7 +62,7 @@
Here is a list of all file members with links to the files they belong to:
- t -
/usr/share/doc/packages/scim-devel/html/globals_u.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/globals_u.html 2022-08-31 19:02:03.068282074 +0000
+++ new//usr/share/doc/packages/scim-devel/html/globals_u.html 2022-08-31 19:02:03.072282090 +0000
@@ -62,46 +62,46 @@
Here is a list of all file members with links to the files they belong to:
- u -
/usr/share/doc/packages/scim-devel/html/globals_vars.html differs (HTML document, ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/globals_vars.html 2022-08-31 19:02:03.112282261 +0000
+++ new//usr/share/doc/packages/scim-devel/html/globals_vars.html 2022-08-31 19:02:03.112282261 +0000
@@ -62,245 +62,245 @@
- _ -
-__belgian_to_us_caps : scim_keyboard_layout_data.h
-__belgian_to_us_caps_shift : scim_keyboard_layout_data.h
-__belgian_to_us_normal : scim_keyboard_layout_data.h
-__belgian_to_us_shift : scim_keyboard_layout_data.h
-__caps_invert_map : scim_keyboard_layout_data.h
-__caps_map : scim_keyboard_layout_data.h
-__caps_shift_invert_map : scim_keyboard_layout_data.h
-__caps_shift_map : scim_keyboard_layout_data.h
-__czech_qwerty_to_us_caps : scim_keyboard_layout_data.h
-__czech_qwerty_to_us_caps_shift : scim_keyboard_layout_data.h
-__czech_qwerty_to_us_normal : scim_keyboard_layout_data.h
-__czech_qwerty_to_us_shift : scim_keyboard_layout_data.h
-__czech_to_us_caps : scim_keyboard_layout_data.h
-__czech_to_us_caps_shift : scim_keyboard_layout_data.h
-__czech_to_us_normal : scim_keyboard_layout_data.h
-__czech_to_us_shift : scim_keyboard_layout_data.h
-__danish_to_us_caps : scim_keyboard_layout_data.h
-__danish_to_us_caps_shift : scim_keyboard_layout_data.h
-__danish_to_us_normal : scim_keyboard_layout_data.h
-__danish_to_us_shift : scim_keyboard_layout_data.h
-__dvorak_to_us_caps : scim_keyboard_layout_data.h
-__dvorak_to_us_caps_shift : scim_keyboard_layout_data.h
-__dvorak_to_us_normal : scim_keyboard_layout_data.h
-__dvorak_to_us_shift : scim_keyboard_layout_data.h
-__estonian_to_us_caps : scim_keyboard_layout_data.h
-__estonian_to_us_caps_shift : scim_keyboard_layout_data.h
-__estonian_to_us_normal : scim_keyboard_layout_data.h
-__estonian_to_us_shift : scim_keyboard_layout_data.h
-__finnish_to_us_caps : scim_keyboard_layout_data.h
-__finnish_to_us_caps_shift : scim_keyboard_layout_data.h
-__finnish_to_us_normal : scim_keyboard_layout_data.h
-__finnish_to_us_shift : scim_keyboard_layout_data.h
-__french_switzerland_to_us_caps : scim_keyboard_layout_data.h
-__french_switzerland_to_us_caps_shift : scim_keyboard_layout_data.h
-__french_switzerland_to_us_normal : scim_keyboard_layout_data.h
-__french_switzerland_to_us_shift : scim_keyboard_layout_data.h
-__french_to_us_caps : scim_keyboard_layout_data.h
-__french_to_us_caps_shift : scim_keyboard_layout_data.h
-__french_to_us_normal : scim_keyboard_layout_data.h
-__french_to_us_shift : scim_keyboard_layout_data.h
-__german_deadkeys_to_us_caps : scim_keyboard_layout_data.h
-__german_deadkeys_to_us_caps_shift : scim_keyboard_layout_data.h
-__german_deadkeys_to_us_normal : scim_keyboard_layout_data.h
-__german_deadkeys_to_us_shift : scim_keyboard_layout_data.h
-__german_swiss_to_us_caps : scim_keyboard_layout_data.h
-__german_swiss_to_us_caps_shift : scim_keyboard_layout_data.h
-__german_swiss_to_us_normal : scim_keyboard_layout_data.h
-__german_swiss_to_us_shift : scim_keyboard_layout_data.h
-__german_to_us_caps : scim_keyboard_layout_data.h
-__german_to_us_caps_shift : scim_keyboard_layout_data.h
-__german_to_us_normal : scim_keyboard_layout_data.h
-__german_to_us_shift : scim_keyboard_layout_data.h
-__hungarian_to_us_caps : scim_keyboard_layout_data.h
-__hungarian_to_us_caps_shift : scim_keyboard_layout_data.h
-__hungarian_to_us_normal : scim_keyboard_layout_data.h
-__hungarian_to_us_shift : scim_keyboard_layout_data.h
-__icelandic_to_us_caps : scim_keyboard_layout_data.h
-__icelandic_to_us_caps_shift : scim_keyboard_layout_data.h
-__icelandic_to_us_normal : scim_keyboard_layout_data.h
-__icelandic_to_us_shift : scim_keyboard_layout_data.h
-__italian_to_us_caps : scim_keyboard_layout_data.h
-__italian_to_us_caps_shift : scim_keyboard_layout_data.h
-__italian_to_us_normal : scim_keyboard_layout_data.h
-__italian_to_us_shift : scim_keyboard_layout_data.h
-__japanese_to_us_caps : scim_keyboard_layout_data.h
-__japanese_to_us_caps_shift : scim_keyboard_layout_data.h
-__japanese_to_us_normal : scim_keyboard_layout_data.h
-__japanese_to_us_shift : scim_keyboard_layout_data.h
-__normal_invert_map : scim_keyboard_layout_data.h
-__normal_map : scim_keyboard_layout_data.h
-__norwegian_to_us_caps : scim_keyboard_layout_data.h
-__norwegian_to_us_caps_shift : scim_keyboard_layout_data.h
-__norwegian_to_us_normal : scim_keyboard_layout_data.h
-__norwegian_to_us_shift : scim_keyboard_layout_data.h
-__portuguese_brazil_to_us_caps : scim_keyboard_layout_data.h
-__portuguese_brazil_to_us_caps_shift : scim_keyboard_layout_data.h
-__portuguese_brazil_to_us_normal : scim_keyboard_layout_data.h
-__portuguese_brazil_to_us_shift : scim_keyboard_layout_data.h
-__portuguese_brazil_us_accents_to_us_caps : scim_keyboard_layout_data.h
-__portuguese_brazil_us_accents_to_us_caps_shift : scim_keyboard_layout_data.h
-__portuguese_brazil_us_accents_to_us_normal : scim_keyboard_layout_data.h
-__portuguese_brazil_us_accents_to_us_shift : scim_keyboard_layout_data.h
-__portuguese_to_us_caps : scim_keyboard_layout_data.h
-__portuguese_to_us_caps_shift : scim_keyboard_layout_data.h
-__portuguese_to_us_normal : scim_keyboard_layout_data.h
-__portuguese_to_us_shift : scim_keyboard_layout_data.h
-__scim_key_mask_names : scim_keyevent_data.h
-__scim_key_to_unicode_tab : scim_keyevent_data.h
-__scim_keyboard_layout_ids_by_code : scim_keyboard_layout_data.h
-__scim_keyboard_layout_ids_by_name : scim_keyboard_layout_data.h
-__scim_keyboard_layout_names : scim_keyboard_layout_data.h
-__scim_keys_by_code : scim_keyevent_data.h
-__scim_keys_by_name : scim_keyevent_data.h
-__shift_invert_map : scim_keyboard_layout_data.h
-__shift_map : scim_keyboard_layout_data.h
-__slovak_qwerty_to_us_caps : scim_keyboard_layout_data.h
-__slovak_qwerty_to_us_caps_shift : scim_keyboard_layout_data.h
-__slovak_qwerty_to_us_normal : scim_keyboard_layout_data.h
-__slovak_qwerty_to_us_shift : scim_keyboard_layout_data.h
-__slovak_to_us_caps : scim_keyboard_layout_data.h
-__slovak_to_us_caps_shift : scim_keyboard_layout_data.h
-__slovak_to_us_normal : scim_keyboard_layout_data.h
-__slovak_to_us_shift : scim_keyboard_layout_data.h
-__spanish_cp850_to_us_caps : scim_keyboard_layout_data.h
-__spanish_cp850_to_us_caps_shift : scim_keyboard_layout_data.h
-__spanish_cp850_to_us_normal : scim_keyboard_layout_data.h
-__spanish_cp850_to_us_shift : scim_keyboard_layout_data.h
-__spanish_latin_america_to_us_caps : scim_keyboard_layout_data.h
-__spanish_latin_america_to_us_caps_shift : scim_keyboard_layout_data.h
-__spanish_latin_america_to_us_normal : scim_keyboard_layout_data.h
-__spanish_latin_america_to_us_shift : scim_keyboard_layout_data.h
-__spanish_to_us_caps : scim_keyboard_layout_data.h
-__spanish_to_us_caps_shift : scim_keyboard_layout_data.h
-__spanish_to_us_normal : scim_keyboard_layout_data.h
-__spanish_to_us_shift : scim_keyboard_layout_data.h
-__swedish_to_us_caps : scim_keyboard_layout_data.h
-__swedish_to_us_caps_shift : scim_keyboard_layout_data.h
-__swedish_to_us_normal : scim_keyboard_layout_data.h
-__swedish_to_us_shift : scim_keyboard_layout_data.h
-__turkish_to_us_caps : scim_keyboard_layout_data.h
-__turkish_to_us_caps_shift : scim_keyboard_layout_data.h
-__turkish_to_us_normal : scim_keyboard_layout_data.h
-__turkish_to_us_shift : scim_keyboard_layout_data.h
-__uk_to_us_caps : scim_keyboard_layout_data.h
-__uk_to_us_caps_shift : scim_keyboard_layout_data.h
-__uk_to_us_normal : scim_keyboard_layout_data.h
-__uk_to_us_shift : scim_keyboard_layout_data.h
-__us_to_belgian_caps : scim_keyboard_layout_data.h
-__us_to_belgian_caps_shift : scim_keyboard_layout_data.h
-__us_to_belgian_normal : scim_keyboard_layout_data.h
-__us_to_belgian_shift : scim_keyboard_layout_data.h
-__us_to_czech_caps : scim_keyboard_layout_data.h
-__us_to_czech_caps_shift : scim_keyboard_layout_data.h
-__us_to_czech_normal : scim_keyboard_layout_data.h
-__us_to_czech_qwerty_caps : scim_keyboard_layout_data.h
-__us_to_czech_qwerty_caps_shift : scim_keyboard_layout_data.h
-__us_to_czech_qwerty_normal : scim_keyboard_layout_data.h
-__us_to_czech_qwerty_shift : scim_keyboard_layout_data.h
-__us_to_czech_shift : scim_keyboard_layout_data.h
-__us_to_danish_caps : scim_keyboard_layout_data.h
-__us_to_danish_caps_shift : scim_keyboard_layout_data.h
-__us_to_danish_normal : scim_keyboard_layout_data.h
-__us_to_danish_shift : scim_keyboard_layout_data.h
-__us_to_dvorak_caps : scim_keyboard_layout_data.h
-__us_to_dvorak_caps_shift : scim_keyboard_layout_data.h
-__us_to_dvorak_normal : scim_keyboard_layout_data.h
-__us_to_dvorak_shift : scim_keyboard_layout_data.h
-__us_to_estonian_caps : scim_keyboard_layout_data.h
-__us_to_estonian_caps_shift : scim_keyboard_layout_data.h
-__us_to_estonian_normal : scim_keyboard_layout_data.h
-__us_to_estonian_shift : scim_keyboard_layout_data.h
-__us_to_finnish_caps : scim_keyboard_layout_data.h
-__us_to_finnish_caps_shift : scim_keyboard_layout_data.h
-__us_to_finnish_normal : scim_keyboard_layout_data.h
-__us_to_finnish_shift : scim_keyboard_layout_data.h
-__us_to_french_caps : scim_keyboard_layout_data.h
-__us_to_french_caps_shift : scim_keyboard_layout_data.h
-__us_to_french_normal : scim_keyboard_layout_data.h
-__us_to_french_shift : scim_keyboard_layout_data.h
-__us_to_french_switzerland_caps : scim_keyboard_layout_data.h
-__us_to_french_switzerland_caps_shift : scim_keyboard_layout_data.h
-__us_to_french_switzerland_normal : scim_keyboard_layout_data.h
-__us_to_french_switzerland_shift : scim_keyboard_layout_data.h
-__us_to_german_caps : scim_keyboard_layout_data.h
-__us_to_german_caps_shift : scim_keyboard_layout_data.h
-__us_to_german_deadkeys_caps : scim_keyboard_layout_data.h
-__us_to_german_deadkeys_caps_shift : scim_keyboard_layout_data.h
-__us_to_german_deadkeys_normal : scim_keyboard_layout_data.h
-__us_to_german_deadkeys_shift : scim_keyboard_layout_data.h
-__us_to_german_normal : scim_keyboard_layout_data.h
-__us_to_german_shift : scim_keyboard_layout_data.h
-__us_to_german_swiss_caps : scim_keyboard_layout_data.h
-__us_to_german_swiss_caps_shift : scim_keyboard_layout_data.h
-__us_to_german_swiss_normal : scim_keyboard_layout_data.h
-__us_to_german_swiss_shift : scim_keyboard_layout_data.h
-__us_to_hungarian_caps : scim_keyboard_layout_data.h
-__us_to_hungarian_caps_shift : scim_keyboard_layout_data.h
-__us_to_hungarian_normal : scim_keyboard_layout_data.h
-__us_to_hungarian_shift : scim_keyboard_layout_data.h
-__us_to_icelandic_caps : scim_keyboard_layout_data.h
-__us_to_icelandic_caps_shift : scim_keyboard_layout_data.h
-__us_to_icelandic_normal : scim_keyboard_layout_data.h
-__us_to_icelandic_shift : scim_keyboard_layout_data.h
-__us_to_italian_caps : scim_keyboard_layout_data.h
-__us_to_italian_caps_shift : scim_keyboard_layout_data.h
-__us_to_italian_normal : scim_keyboard_layout_data.h
-__us_to_italian_shift : scim_keyboard_layout_data.h
-__us_to_japanese_caps : scim_keyboard_layout_data.h
-__us_to_japanese_caps_shift : scim_keyboard_layout_data.h
-__us_to_japanese_normal : scim_keyboard_layout_data.h
-__us_to_japanese_shift : scim_keyboard_layout_data.h
-__us_to_norwegian_caps : scim_keyboard_layout_data.h
-__us_to_norwegian_caps_shift : scim_keyboard_layout_data.h
-__us_to_norwegian_normal : scim_keyboard_layout_data.h
/usr/share/doc/packages/scim-devel/html/navtreedata.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/navtreedata.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/navtreedata.js 2021-06-30 00:00:00.000000000 +0000
@@ -63,7 +63,7 @@
var NAVTREEINDEX =
[
"a00002.html",
-"a00035.html#a028e0145799e5baa7984d1eb0954471e",
+"a00053.html#aacf3bb6f886e21aff11f3a0c0ffe95db",
"a00137.html#gaf5238f370cab1a0ceb4750e0e3f7ee4c",
"a00137.html#gga4aefe0843e618886b55102a0eb45b75fa26271a051f8cfc709679b83e43980fa2",
"a00137.html#gga4aefe0843e618886b55102a0eb45b75fa4ca672d755bc215dedfb11d2b6bd0872",
/usr/share/doc/packages/scim-devel/html/navtreeindex0.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/navtreeindex0.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/navtreeindex0.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,253 +1,253 @@
var NAVTREEINDEX0 =
{
-"a00002.html":[3,0,0,25],
-"a00005.html":[3,0,0,30],
-"a00008.html":[3,0,0,36],
-"a00008.html#a0f3f4084fc30d2684a9796e74c035b70":[3,0,0,36,1],
-"a00008.html#a0f462b7244dd2658cde103ca56391e4c":[3,0,0,36,0],
-"a00011.html":[3,0,0,2],
-"a00011.html#af151c0481a473f81567f7cf14f5a1f9b":[3,0,0,2,3],
-"a00014.html":[3,0,0,9],
-"a00017.html":[3,0,0,22],
-"a00020.html":[3,0,0,14],
-"a00023.html":[3,0,0,26],
-"a00023.html#a030340616c51e4fcb4e482015498b608":[3,0,0,26,27],
-"a00023.html#a05061ba98a38dacdc7fa91f9b2b66f24":[3,0,0,26,211],
-"a00023.html#a055ee8dc6e88272bd48375167cdcd6d9":[3,0,0,26,163],
-"a00023.html#a05906ce437088341439128830c8dbc51":[3,0,0,26,91],
-"a00023.html#a0592079f6a3ddeb5fba02d54a50c452d":[3,0,0,26,72],
-"a00023.html#a082f3f3fb36e1ccfeb29f8feefd49602":[3,0,0,26,85],
-"a00023.html#a0e04d9ce90c1af44f2087404c32cb098":[3,0,0,26,95],
-"a00023.html#a0e5659e5bc0c4ed74b760106262bd563":[3,0,0,26,41],
-"a00023.html#a0e68340b2cb1e79c169682e3393b33b1":[3,0,0,26,149],
-"a00023.html#a0f69f77362f2ed10b898f2c6eab3579d":[3,0,0,26,201],
-"a00023.html#a106b16636bcd85b438887466d57d242b":[3,0,0,26,129],
-"a00023.html#a10f5643a9ec6d88f9e7a03c9686ccc47":[3,0,0,26,54],
-"a00023.html#a113a21416a1f65f8edb713b058cb2916":[3,0,0,26,114],
-"a00023.html#a1149eac2dcc0637000ae47f42572087d":[3,0,0,26,74],
-"a00023.html#a12b6ab7f6998ee91827d4a30cec0aa4e":[3,0,0,26,28],
-"a00023.html#a13b3dbee3c27433abad8cbb40ddac9bb":[3,0,0,26,230],
-"a00023.html#a141b662fd33589146eb1c8179ff6129d":[3,0,0,26,24],
-"a00023.html#a15c46d0c593e2115fb2643614d0bd7ad":[3,0,0,26,148],
-"a00023.html#a15cf283129d426ebff8165e9448d7bd8":[3,0,0,26,210],
-"a00023.html#a16e368280c13d759369357a2b50a494a":[3,0,0,26,98],
-"a00023.html#a16eec29ca5a44f37939c8be48f2c0927":[3,0,0,26,48],
-"a00023.html#a1a04a35aa583d73ec3311183ff457ee5":[3,0,0,26,16],
-"a00023.html#a1ac108d3286d566028ff03de6d006487":[3,0,0,26,145],
-"a00023.html#a1b8901f4c00d5e34df12313d64452dd2":[3,0,0,26,80],
-"a00023.html#a1d1e05bf69919d274af6dc3dd1f4b60d":[3,0,0,26,63],
-"a00023.html#a1d98ddcbfc212f4bfbdfbc1c2bb920e5":[3,0,0,26,198],
-"a00023.html#a20f351ebffbc14bca6cdea4dc300aa75":[3,0,0,26,130],
-"a00023.html#a2237d6fa7e08340beb47304c40053c00":[3,0,0,26,202],
-"a00023.html#a22b94d0668cf5ed904c02c2ce3c5c0cb":[3,0,0,26,75],
-"a00023.html#a237f5d545744ba4d1ceb96cbf731faec":[3,0,0,26,47],
-"a00023.html#a246a7ac6baec34e08c065c09388d1461":[3,0,0,26,18],
-"a00023.html#a24fe0fbfeebe725fce098fe20e2b7b2a":[3,0,0,26,135],
-"a00023.html#a28b628a450268293823735c63e20c915":[3,0,0,26,180],
-"a00023.html#a29095d0c96c07843b01b930c498d9648":[3,0,0,26,17],
-"a00023.html#a298532fe38408d71ce56d5b24974717e":[3,0,0,26,128],
-"a00023.html#a2a8c810c79a4950ea8df3fb6f9c5f466":[3,0,0,26,92],
-"a00023.html#a2b238d67706295fca92de4be6d1c5be0":[3,0,0,26,103],
-"a00023.html#a2b6cafa02803e1850cca245a15bdef57":[3,0,0,26,117],
-"a00023.html#a2d1827210425292485a185d5b431d78b":[3,0,0,26,0],
-"a00023.html#a2d227b5849ed8879de3fdb7d73cc0ac2":[3,0,0,26,33],
-"a00023.html#a2dee127341f6d13d85a98931c65469d0":[3,0,0,26,183],
-"a00023.html#a2e894d0fd89a38dafe91c308b072ccfe":[3,0,0,26,137],
-"a00023.html#a2eb249527da6c0ec0025ebbf8dfc3c3d":[3,0,0,26,115],
-"a00023.html#a339f01afb30cdbc97c1fdd08ae76ec87":[3,0,0,26,99],
-"a00023.html#a33ad2f96c33b9d642a36f80a858d60a2":[3,0,0,26,32],
-"a00023.html#a33d0aaac6fbf0764b913ceb23c401050":[3,0,0,26,143],
-"a00023.html#a34d7a8325d39dd0d4da439b792af4108":[3,0,0,26,178],
-"a00023.html#a361f09cf04169b40bd331a7987b468be":[3,0,0,26,88],
-"a00023.html#a36b8e91492777c2380bc3c44473e985e":[3,0,0,26,97],
-"a00023.html#a380e0fc0c51f97ff1e030ce28acfcbc6":[3,0,0,26,184],
-"a00023.html#a38e48608fc432ee998f75140fac53465":[3,0,0,26,11],
-"a00023.html#a391605b9672ffa57da07c93edf8f3bec":[3,0,0,26,71],
-"a00023.html#a39f75d540b788e36002d9a021b0a315b":[3,0,0,26,150],
-"a00023.html#a3dcb2fce27c36d4d3d5abea4338faae7":[3,0,0,26,147],
-"a00023.html#a3fbe004767ef59dbfde2ad8c47e3305a":[3,0,0,26,110],
-"a00023.html#a40a49ffd725798a38c9827e004458d50":[3,0,0,26,78],
-"a00023.html#a40f40647a5d539816a40c8e816d1ecdf":[3,0,0,26,66],
-"a00023.html#a442eb4f2d4154ce6483445da39c06f77":[3,0,0,26,20],
-"a00023.html#a4676a69040481ad2c25d3943bcc2b506":[3,0,0,26,233],
-"a00023.html#a47243b7eb842c8b710508bfd689a1bc8":[3,0,0,26,84],
-"a00023.html#a4974b96699898e33c0f58144b9174fee":[3,0,0,26,42],
-"a00023.html#a4b606782d91251d5869f5e652a1e26bf":[3,0,0,26,138],
-"a00023.html#a4b63449a341c0b86f67dd081b5355a28":[3,0,0,26,166],
-"a00023.html#a4b9415148250c8905c2c1f4d1c273020":[3,0,0,26,127],
-"a00023.html#a4d4ec2b357474a912d06771c4dc278b4":[3,0,0,26,62],
-"a00023.html#a4eef42391eeaf84a4298657c5b6c9083":[3,0,0,26,57],
-"a00023.html#a501b661e5961f2b18afc02eff7976866":[3,0,0,26,205],
-"a00023.html#a50a2a0883000c25fd91491def6c72deb":[3,0,0,26,35],
-"a00023.html#a50d60ee311d983e6fecbec9f2308de5a":[3,0,0,26,107],
-"a00023.html#a51558a0db04613d8a1113e1be0bb56a0":[3,0,0,26,90],
-"a00023.html#a54c9e03c423bbbfc289839cfbab27922":[3,0,0,26,159],
-"a00023.html#a57bc94802a1202f55e1247e86ae0bf5f":[3,0,0,26,134],
-"a00023.html#a58a2faf516db621a5b81ed05e831a45c":[3,0,0,26,26],
-"a00023.html#a59340b54066382d467f0b3c7e2178b1e":[3,0,0,26,174],
-"a00023.html#a5a645f8562fe315e0abb63a2eff8030b":[3,0,0,26,31],
-"a00023.html#a5bf936295929ec0759c55043585149e0":[3,0,0,26,216],
-"a00023.html#a5d17de8f9db54c4f6ac021ae6aae1a1e":[3,0,0,26,79],
-"a00023.html#a5db90e0b3a026bdf1a76dddf25f25489":[3,0,0,26,89],
-"a00023.html#a5eb7c03cedc62581744a83a372b064b7":[3,0,0,26,104],
-"a00023.html#a60bfcd2c1494e97fafc940896531baa7":[3,0,0,26,224],
-"a00023.html#a61e545961f0423d41cd7d70f96c75d8d":[3,0,0,26,118],
-"a00023.html#a62ade17ee7a6e59fb26631dcd2a257a8":[3,0,0,26,10],
-"a00023.html#a62b1feb00eaadeeb4842f4074aed22f7":[3,0,0,26,120],
-"a00023.html#a62d27450a83b9e7ca67ea6ac83b50875":[3,0,0,26,21],
-"a00023.html#a65b5ed82b176eabde4efc9d63ae512f0":[3,0,0,26,156],
-"a00023.html#a682e7e3736baa2cd20507a1d8dc4767b":[3,0,0,26,73],
-"a00023.html#a685353f61bbbb1e0894691c7ec0827a1":[3,0,0,26,50],
-"a00023.html#a689193c44e13ef96fd46d37617935c97":[3,0,0,26,45],
-"a00023.html#a6a77856ac4c7735ea594e2068ea1c6fe":[3,0,0,26,144],
-"a00023.html#a6b527f03a734469060b6fe62cc6a1f6b":[3,0,0,26,69],
-"a00023.html#a6ba95f961fb72e6fbc20818ef091c9ba":[3,0,0,26,59],
-"a00023.html#a6bcb4a84211e8ead7098de54982b05c1":[3,0,0,26,125],
-"a00023.html#a6e5f9db8f144059f795b71a28e73da0e":[3,0,0,26,154],
-"a00023.html#a6f10e66c59006d12a86943a94d685d4e":[3,0,0,26,157],
-"a00023.html#a6ff5f3130a9fb72a0b325b2d92343ee3":[3,0,0,26,7],
-"a00023.html#a71c35ff2a3c8334e437d9498c5f845c1":[3,0,0,26,100],
-"a00023.html#a72587ef6b9aee01cf83a9b6d59a90d46":[3,0,0,26,68],
-"a00023.html#a7273ff82101af7119cbfb929c1e871e3":[3,0,0,26,65],
-"a00023.html#a735ed435b53ad95731d9d11aed704513":[3,0,0,26,126],
-"a00023.html#a73c2933abe930db6e113d3f88348b9ac":[3,0,0,26,6],
-"a00023.html#a75b6ae5d02b97c9a6637da60d66bba73":[3,0,0,26,77],
-"a00023.html#a75f0830c48dc0f1a85d4358115048df2":[3,0,0,26,207],
-"a00023.html#a7773b786177c3ac8f65b19bff91aae05":[3,0,0,26,51],
-"a00023.html#a77f699f0aac817e0c3597ceb2bb23be7":[3,0,0,26,189],
-"a00023.html#a7895955c7f2a7a22e7155b56ab893b13":[3,0,0,26,96],
-"a00023.html#a78fac7434633dae06a9bfe7bc9a52716":[3,0,0,26,19],
-"a00023.html#a79d19c1c26fe7a63e57cc230f0973ca9":[3,0,0,26,43],
-"a00023.html#a7c2d5631286cc29d6765af3d6937ca0c":[3,0,0,26,30],
-"a00023.html#a7d0307d873168b87fc4547a40434e6df":[3,0,0,26,61],
-"a00023.html#a7f154d5583c8b01b87852606364b9721":[3,0,0,26,193],
-"a00023.html#a7fa2c80f77afaba4523dc19da63be306":[3,0,0,26,223],
-"a00023.html#a82752c8e2c33fc2445c7f13e3ccb9b7d":[3,0,0,26,102],
-"a00023.html#a82bce1d82120cc92fc95ea2a6cf3c786":[3,0,0,26,218],
-"a00023.html#a83b7e826ae93a9a148416b8781ba5e7f":[3,0,0,26,140],
-"a00023.html#a842fe92b1a1414bcbcae8732b7b93277":[3,0,0,26,22],
-"a00023.html#a85200a68119fc9fbc4a342d8c48fdc3d":[3,0,0,26,200],
-"a00023.html#a854c8934e080c686a1025e43a9960cce":[3,0,0,26,29],
-"a00023.html#a87ccb6754582126c760bf371e50742c7":[3,0,0,26,197],
-"a00023.html#a8956d53c7fa3f66c96f39d5acb90873c":[3,0,0,26,108],
-"a00023.html#a8b47c92d1b91902b10c4383df98151ec":[3,0,0,26,8],
-"a00023.html#a8ec631d62dd6df310b5bff744ed19cb9":[3,0,0,26,175],
-"a00023.html#a8ef85d684431683d1465a4514aebd09a":[3,0,0,26,214],
-"a00023.html#a8fe51b834b9233e3607d50c79e7daffe":[3,0,0,26,1],
-"a00023.html#a9018318aa287757cb1b0d250a7b8b57f":[3,0,0,26,12],
-"a00023.html#a906f6c6875306fb8a8f026750907f03d":[3,0,0,26,232],
-"a00023.html#a91b06c5ca63aa17caf3a824b9e7762a6":[3,0,0,26,4],
-"a00023.html#a92277e9670c1bcece88b15ae5c0d5cee":[3,0,0,26,46],
-"a00023.html#a9288cde8e1c820c2156b599a9bedf380":[3,0,0,26,194],
-"a00023.html#a93b15c5c8df96dcd3a27227d7f23513e":[3,0,0,26,160],
-"a00023.html#a945b92f34ad850ec92e074c0842a81ca":[3,0,0,26,124],
-"a00023.html#a950b840bdc729a767794ef761cb3103d":[3,0,0,26,106],
-"a00023.html#a95f755c3af2e5ac840959c7f5fb21242":[3,0,0,26,167],
-"a00023.html#a97b9fad52125d31db0e28f0d29673f60":[3,0,0,26,53],
-"a00023.html#a9864abfc2b8a164ee913dbb6a852e5ca":[3,0,0,26,25],
-"a00023.html#a9a7c312af57c068adac6ab8562a6b98a":[3,0,0,26,187],
-"a00023.html#a9aa7bb3cec50f2389ac878541a7c6c06":[3,0,0,26,101],
-"a00023.html#a9b80f7ae5dc58785ccf803717803566f":[3,0,0,26,109],
-"a00023.html#a9bea77c2449f6e14ac6fc8f9e741aa17":[3,0,0,26,36],
-"a00023.html#a9c75eaf6a589bf8fd4c519cdc5bd2fe2":[3,0,0,26,165],
-"a00023.html#a9d758220a82cc0c0d5b556b9ae05bb32":[3,0,0,26,151],
-"a00023.html#a9e9264ba06f0ce78d80b403f2f8f006e":[3,0,0,26,227],
-"a00023.html#a9e95fb94ee918868209cfe10626fb350":[3,0,0,26,3],
-"a00023.html#a9edb8d83112836d934b44d41f72ad415":[3,0,0,26,81],
-"a00023.html#aa244f0432b5507db4697c0054f2d3202":[3,0,0,26,181],
-"a00023.html#aa301b379ead9676773f9ef0833dc4bf9":[3,0,0,26,170],
-"a00023.html#aa36047056267b91cc79ace4cbdb0b25f":[3,0,0,26,208],
-"a00023.html#aa388593df6cb071aba3305ac42edb298":[3,0,0,26,179],
-"a00023.html#aa6720e8e3613b916ef888478cb64ce9d":[3,0,0,26,49],
-"a00023.html#aa6d07eb9ee0cb557042bd0b69e95e695":[3,0,0,26,87],
-"a00023.html#aab26810ea2a7acef9c1ff4124d86b7f4":[3,0,0,26,70],
-"a00023.html#aab8f0711f4949efad5a4a6c7ed9a47e5":[3,0,0,26,190],
-"a00023.html#aaca3ecb43bb6fb33130cc4896961524b":[3,0,0,26,76],
-"a00023.html#aacf3bb6f886e21aff11f3a0c0ffe95db":[3,0,0,26,162],
-"a00023.html#aad5ed7fbbfe5167b37265d460e81171f":[3,0,0,26,60],
-"a00023.html#aadb91ba73ba6cf60e3fc583e4310a458":[3,0,0,26,142],
-"a00023.html#aae218f067b0a3a476c9a318930d0b08a":[3,0,0,26,15],
-"a00023.html#aae31825b5012d355b13e8fa4cef68da7":[3,0,0,26,123],
-"a00023.html#ab34422f60b1bc945974ec158b85c7549":[3,0,0,26,2],
-"a00023.html#ab3b5a676dcab2f8f293d3eb380624694":[3,0,0,26,116],
-"a00023.html#ab59186895ca02cfff51fdc87e69d17e3":[3,0,0,26,219],
-"a00023.html#ab5c1c4ae963a9e4b14b541b9b536bed6":[3,0,0,26,5],
-"a00023.html#ab63034e1d9dcd8939fb944802cedceb1":[3,0,0,26,56],
-"a00023.html#ab6950ab8905c9579860a046f22077c92":[3,0,0,26,38],
-"a00023.html#ab6e567aafdd5994b5091a2c7cdad5370":[3,0,0,26,9],
-"a00023.html#ab6ec77db010dadb40097b7bb44a6efba":[3,0,0,26,195],
-"a00023.html#ab73e8c5841073d74903c7e1b0b0a048e":[3,0,0,26,234],
-"a00023.html#ab8d64a5ce10eaf49e7c3ee7e39ccd48c":[3,0,0,26,220],
-"a00023.html#ab925f152edfae1eb6712f58009192b44":[3,0,0,26,139],
-"a00023.html#aba0b666c3e73327989b8ea5bb8539735":[3,0,0,26,93],
-"a00023.html#abab83cf7dcdd6184bea0364294e3696e":[3,0,0,26,185],
-"a00023.html#abc4f35213446258787f1aacfb3ecb42f":[3,0,0,26,52],
-"a00023.html#abce00486a03917d700546bee0a49e1f7":[3,0,0,26,172],
-"a00023.html#abe1659b233c82f3461edc26bea608e22":[3,0,0,26,132],
-"a00023.html#ac21273fa44c8541af63aed781631fe8e":[3,0,0,26,199],
-"a00023.html#ac467778d7f4de37f3f79de9347cc4079":[3,0,0,26,228],
-"a00023.html#ac5d83dda8940bc1fdf6c531119055c7a":[3,0,0,26,173],
-"a00023.html#ac6ae2ea2e385e7565719129639e7205b":[3,0,0,26,226],
-"a00023.html#ac7400754b3ce3123834428d3ba612f30":[3,0,0,26,13],
-"a00023.html#ac8229f3423fc5cb8cecef4b4f3d48853":[3,0,0,26,82],
-"a00023.html#ac9e1f1f0f091cfaecbe20b095c30c705":[3,0,0,26,121],
-"a00023.html#aca10fff10abd69d32c322a9d6c0ef63a":[3,0,0,26,34],
-"a00023.html#acb94fbf92e6eb8259b6ca0299404d2ad":[3,0,0,26,153],
-"a00023.html#acba8bcfd86a5ec6cb3976177fc2c4e43":[3,0,0,26,203],
-"a00023.html#acd43a498aa33c3d8792f08efac448c21":[3,0,0,26,83],
/usr/share/doc/packages/scim-devel/html/navtreeindex1.js differs (ASCII text)
--- old//usr/share/doc/packages/scim-devel/html/navtreeindex1.js 2021-06-30 00:00:00.000000000 +0000
+++ new//usr/share/doc/packages/scim-devel/html/navtreeindex1.js 2021-06-30 00:00:00.000000000 +0000
@@ -1,125 +1,125 @@
var NAVTREEINDEX1 =
{
-"a00035.html#a028e0145799e5baa7984d1eb0954471e":[3,0,0,0,51],
-"a00035.html#a028e0145799e5baa7984d1eb0954471e":[3,0,0,0,60],
-"a00035.html#a028e0145799e5baa7984d1eb0954471e":[3,0,0,0,19],
-"a00035.html#a028e0145799e5baa7984d1eb0954471e":[3,0,0,0,20],
-"a00035.html#a028e0145799e5baa7984d1eb0954471e":[3,0,0,0,25],
-"a00035.html#a058b5cbae7674332df03be0ad3a1748c":[3,0,0,0,11],
-"a00035.html#a0c0cd935e16e73d1d8d8a3e9b3c525c8":[3,0,0,0,7],
-"a00035.html#a10c8de8842cd3b4985e4ad78f1b87dcb":[3,0,0,0,46],
-"a00035.html#a10c8de8842cd3b4985e4ad78f1b87dcb":[3,0,0,0,57],
-"a00035.html#a10c8de8842cd3b4985e4ad78f1b87dcb":[3,0,0,0,29],
-"a00035.html#a193f5afe7049509244459a6ab99f61c3":[3,0,0,0,36],
-"a00035.html#a193f5afe7049509244459a6ab99f61c3":[3,0,0,0,64],
-"a00035.html#a193f5afe7049509244459a6ab99f61c3":[3,0,0,0,34],
-"a00035.html#a193f5afe7049509244459a6ab99f61c3":[3,0,0,0,39],
-"a00035.html#a193f5afe7049509244459a6ab99f61c3":[3,0,0,0,23],
-"a00035.html#a2854e4e8fe9fea82e19f524f693b7981":[3,0,0,0,56],
-"a00035.html#a2854e4e8fe9fea82e19f524f693b7981":[3,0,0,0,45],
-"a00035.html#a2854e4e8fe9fea82e19f524f693b7981":[3,0,0,0,62],
-"a00035.html#a2854e4e8fe9fea82e19f524f693b7981":[3,0,0,0,26],
-"a00035.html#a2854e4e8fe9fea82e19f524f693b7981":[3,0,0,0,28],
-"a00035.html#a287b35b38fed20c28c4c331ac621979b":[3,0,0,0,69],
-"a00035.html#a2f43e6c8c851eee06b2887daba848ca6":[3,0,0,0,43],
-"a00035.html#a315058ee39c40d4aca5caf4770aa5631":[3,0,0,0,32],
-"a00035.html#a315058ee39c40d4aca5caf4770aa5631":[3,0,0,0,59],
-"a00035.html#a315058ee39c40d4aca5caf4770aa5631":[3,0,0,0,50],
-"a00035.html#a3688bc4266a9cad0b50205f3d746909b":[3,0,0,0,37],
-"a00035.html#a3688bc4266a9cad0b50205f3d746909b":[3,0,0,0,24],
-"a00035.html#a3688bc4266a9cad0b50205f3d746909b":[3,0,0,0,40],
-"a00035.html#a3688bc4266a9cad0b50205f3d746909b":[3,0,0,0,35],
-"a00035.html#a3688bc4266a9cad0b50205f3d746909b":[3,0,0,0,54],
-"a00035.html#a3cb5302c4bae50f96c10434d6d6e82f4":[3,0,0,0,66],
-"a00035.html#a3d2e54200a1f73362798bef27355331e":[3,0,0,0,9],
-"a00035.html#a40956178c0b119b013a4e8a7e88d4ae2":[3,0,0,0,41],
-"a00035.html#a4558fdb0266fc6ada05aa4fd639404d5":[3,0,0,0,3],
-"a00035.html#a47240741e4885a6ca1e2a4084cc6ffdc":[3,0,0,0,0],
-"a00035.html#a4a3331569124012ed5a5495e2ad93a14":[3,0,0,0,67],
-"a00035.html#a5a45611210205a504c82947c42230a30":[3,0,0,0,47],
-"a00035.html#a5b9c51fc73b129e936a70c9cb1d8a6ad":[3,0,0,0,14],
-"a00035.html#a65aeb11a2db60e800ec2404799caaab9":[3,0,0,0,65],
-"a00035.html#a67bdc2e913658d4b0b952b8cd4258c68":[3,0,0,0,13],
-"a00035.html#a687d34547b158370a05ae284170284f2":[3,0,0,0,16],
-"a00035.html#a6d5be3bde2b5c3bf6514f4eb60e7794e":[3,0,0,0,5],
-"a00035.html#a72eea58b2e9ed41dd9fb1cb9a98da358":[3,0,0,0,55],
-"a00035.html#a7b5aa7eeb63718daee35b98a0b04b9e7":[3,0,0,0,17],
-"a00035.html#a80411f27c83a99ee670d2c8a5485f8d8":[3,0,0,0,48],
-"a00035.html#a81e7669639f1c7f4d334933456723096":[3,0,0,0,1],
-"a00035.html#a835088bf5631f0ffc4d1bf50df41599e":[3,0,0,0,21],
-"a00035.html#a835088bf5631f0ffc4d1bf50df41599e":[3,0,0,0,22],
-"a00035.html#a94f31c9b09644c7346c804319b2c8593":[3,0,0,0,33],
-"a00035.html#a98a24b22054992f843746e4f02197ee6":[3,0,0,0,18],
-"a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91":[3,0,0,0,44],
-"a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91":[3,0,0,0,27],
-"a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91":[3,0,0,0,38],
-"a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91":[3,0,0,0,53],
-"a00035.html#aa045c8f77b6f7ef7de62cbfa8ad19b91":[3,0,0,0,15],
-"a00035.html#aaeb9194a88880d9501e5dd4f6d2fe0c9":[3,0,0,0,2],
-"a00035.html#ac0ce500c8226a6fd005b2b30379473f7":[3,0,0,0,61],
-"a00035.html#ac0ce500c8226a6fd005b2b30379473f7":[3,0,0,0,52],
-"a00035.html#ac0ce500c8226a6fd005b2b30379473f7":[3,0,0,0,30],
-"a00035.html#ac25c80363b9f427414533225a214e817":[3,0,0,0,8],
-"a00035.html#ac63c7e8b25652c324a0d9127b11ff526":[3,0,0,0,4],
-"a00035.html#ace3edef285b558c79c50af9732344098":[3,0,0,0,42],
-"a00035.html#ad11822e37d04e3c068fab2e4f331be68":[3,0,0,0,10],
-"a00035.html#ad3c1c3fbf41eab95a17536127c3776cf":[3,0,0,0,70],
-"a00035.html#ad3c1c3fbf41eab95a17536127c3776cf":[3,0,0,0,68],
-"a00035.html#ae7aebbaacf4f765fa3c384d2b9dd8585":[3,0,0,0,6],
-"a00035.html#aea5ec7e5b6c52bca89a758784ae744ea":[3,0,0,0,12],
-"a00035.html#af0b25924df14d15167ce5d8b5286b842":[3,0,0,0,58],
-"a00035.html#af0b25924df14d15167ce5d8b5286b842":[3,0,0,0,63],
-"a00035.html#af0b25924df14d15167ce5d8b5286b842":[3,0,0,0,31],
-"a00035.html#af0b25924df14d15167ce5d8b5286b842":[3,0,0,0,49],
-"a00038.html":[3,0,0,40],
-"a00038.html#aa5445eada90ad9c56ae5ab63acfd85c4":[3,0,0,40,0],
-"a00041.html":[3,0,0,31],
-"a00044.html":[3,0,0,34],
-"a00047.html":[3,0,0,13],
-"a00050.html":[3,0,0,1],
-"a00053.html":[3,0,0,33],
-"a00056.html":[3,0,0,24],
-"a00059.html":[3,0,0,43],
-"a00059.html#a34ddb69b99962cd0e75941288f8b2ee8":[3,0,0,43,3],
-"a00059.html#a850f268430a53180832d6677ba9d27a8":[3,0,0,43,5],
-"a00059.html#a984ae8c1b52846cf538b7f936193d590":[3,0,0,43,1],
-"a00059.html#ae6432a785654dd7fbfe52e8dd8cd7799":[3,0,0,43,4],
-"a00059.html#af386a2f47839e4dc17f4e9c3f97b3dc4":[3,0,0,43,0],
-"a00059.html#aff978b76dde8b9b14ab727e1ccaa57a5":[3,0,0,43,2],
-"a00062.html":[3,0,0,23],
-"a00065.html":[3,0,0,11],
-"a00068.html":[3,0,0,37],
-"a00071.html":[3,0,0,44],
-"a00074.html":[3,0,0,4],
-"a00077.html":[3,0,0,17],
-"a00080.html":[3,0,0,5],
-"a00083.html":[3,0,0,28],
-"a00086.html":[3,0,0,6],
-"a00089.html":[3,0,0,39],
-"a00092.html":[3,0,0,35],
-"a00092.html#a19d270d34b833dec51cd00fd788010da":[3,0,0,35,2],
-"a00092.html#a32a3cf3d9dd914f5aeeca5423c157934":[3,0,0,35,0],
-"a00092.html#a546b35b7d92266d3dda583a45f601913":[3,0,0,35,3],
-"a00092.html#a75278405e7f034d2b1af80bfd94675fe":[3,0,0,35,1],
-"a00092.html#a7923f336df28a27501e1da318befdf52":[3,0,0,35,4],
-"a00092.html#a7ec63a506c1cac51f7dd6eee3046eb3e":[3,0,0,35,5],
-"a00092.html#acffbfa2889f624fa53669e40944b54dc":[3,0,0,35,6],
-"a00095.html":[3,0,0,20],
-"a00098.html":[3,0,0,3],
-"a00101.html":[3,0,0,19],
-"a00104.html":[3,0,0,18],
-"a00107.html":[3,0,0,32],
-"a00110.html":[3,0,0,27],
-"a00110.html#a4faf95a5b67750ca2cf24a2372c5877f":[3,0,0,27,2],
-"a00110.html#a689024bdf1b31e00d696e236dc6d99ef":[3,0,0,27,3],
-"a00110.html#a6f429faa6384e66df46e3cd446dfa124":[3,0,0,27,1],
-"a00110.html#aa79cecbee182a91505cb0a70e3c67f0c":[3,0,0,27,4],
-"a00110.html#acf05cfca64167e686323c42b32efee08":[3,0,0,27,5],
-"a00110.html#ae38540580d05fde5030eccf49c81214e":[3,0,0,27,0],
-"a00110.html#afd3fc0ee5793ba10b13b3c3f52ab315e":[3,0,0,27,6],
-"a00113.html":[3,0,0,38],
-"a00116.html":[3,0,0,7],
-"a00119.html":[3,0,0,15],
+"a00053.html#aacf3bb6f886e21aff11f3a0c0ffe95db":[3,0,0,26,162],
+"a00053.html#aad5ed7fbbfe5167b37265d460e81171f":[3,0,0,26,60],
+"a00053.html#aadb91ba73ba6cf60e3fc583e4310a458":[3,0,0,26,142],
+"a00053.html#aae218f067b0a3a476c9a318930d0b08a":[3,0,0,26,15],
+"a00053.html#aae31825b5012d355b13e8fa4cef68da7":[3,0,0,26,123],
+"a00053.html#ab34422f60b1bc945974ec158b85c7549":[3,0,0,26,2],
+"a00053.html#ab3b5a676dcab2f8f293d3eb380624694":[3,0,0,26,116],
+"a00053.html#ab59186895ca02cfff51fdc87e69d17e3":[3,0,0,26,219],
+"a00053.html#ab5c1c4ae963a9e4b14b541b9b536bed6":[3,0,0,26,5],
+"a00053.html#ab63034e1d9dcd8939fb944802cedceb1":[3,0,0,26,56],
+"a00053.html#ab6950ab8905c9579860a046f22077c92":[3,0,0,26,38],
+"a00053.html#ab6e567aafdd5994b5091a2c7cdad5370":[3,0,0,26,9],
+"a00053.html#ab6ec77db010dadb40097b7bb44a6efba":[3,0,0,26,195],
+"a00053.html#ab73e8c5841073d74903c7e1b0b0a048e":[3,0,0,26,234],
+"a00053.html#ab8d64a5ce10eaf49e7c3ee7e39ccd48c":[3,0,0,26,220],
+"a00053.html#ab925f152edfae1eb6712f58009192b44":[3,0,0,26,139],
+"a00053.html#aba0b666c3e73327989b8ea5bb8539735":[3,0,0,26,93],
+"a00053.html#abab83cf7dcdd6184bea0364294e3696e":[3,0,0,26,185],
+"a00053.html#abc4f35213446258787f1aacfb3ecb42f":[3,0,0,26,52],
+"a00053.html#abce00486a03917d700546bee0a49e1f7":[3,0,0,26,172],
+"a00053.html#abe1659b233c82f3461edc26bea608e22":[3,0,0,26,132],
+"a00053.html#ac21273fa44c8541af63aed781631fe8e":[3,0,0,26,199],
+"a00053.html#ac467778d7f4de37f3f79de9347cc4079":[3,0,0,26,228],
+"a00053.html#ac5d83dda8940bc1fdf6c531119055c7a":[3,0,0,26,173],
+"a00053.html#ac6ae2ea2e385e7565719129639e7205b":[3,0,0,26,226],
+"a00053.html#ac7400754b3ce3123834428d3ba612f30":[3,0,0,26,13],
+"a00053.html#ac8229f3423fc5cb8cecef4b4f3d48853":[3,0,0,26,82],
+"a00053.html#ac9e1f1f0f091cfaecbe20b095c30c705":[3,0,0,26,121],
+"a00053.html#aca10fff10abd69d32c322a9d6c0ef63a":[3,0,0,26,34],
+"a00053.html#acb94fbf92e6eb8259b6ca0299404d2ad":[3,0,0,26,153],
+"a00053.html#acba8bcfd86a5ec6cb3976177fc2c4e43":[3,0,0,26,203],
+"a00053.html#acd43a498aa33c3d8792f08efac448c21":[3,0,0,26,83],
+"a00053.html#acd85ef5e00b77b246c98dda094fe6ca1":[3,0,0,26,192],
+"a00053.html#ad08c4571344dd7cde196a0ba328ed154":[3,0,0,26,225],
+"a00053.html#ad27440c271002acf5174c1ddb6754c59":[3,0,0,26,168],
+"a00053.html#ad281e080a9965fa3f28c274c216d1828":[3,0,0,26,155],
+"a00053.html#ad454c888e2d884ddb61f42e321c09824":[3,0,0,26,152],
+"a00053.html#ad51f20a2ea65d060bfce50e7e4c0ae02":[3,0,0,26,86],
+"a00053.html#ad522592ac9470458f9617ecf4416ba43":[3,0,0,26,215],
+"a00053.html#ad835de4a2124e7682c4206862b635226":[3,0,0,26,213],
+"a00053.html#ad935e832b14347d76bac10761e1ed384":[3,0,0,26,196],
+"a00053.html#ad94452f0b0119b895c3b4dc65597b34e":[3,0,0,26,231],
+"a00053.html#ad9f744da9d50f9d644e673a6fe36b0bd":[3,0,0,26,191],
+"a00053.html#ada10fdc885ba0a4559c3d640d0cca02e":[3,0,0,26,229],
+"a00053.html#adaceef0f961ab161235490ace96b2e1b":[3,0,0,26,58],
+"a00053.html#adb7213956d057d312aa8f35a599c7ca9":[3,0,0,26,146],
+"a00053.html#adc6f6228d80049f6cd9e3d9ab2f0fff9":[3,0,0,26,14],
+"a00053.html#adcaaa548a820a54468db85c43b4a8c51":[3,0,0,26,119],
+"a00053.html#add77763541b13712b6b0da419c93202d":[3,0,0,26,164],
+"a00053.html#ade56d5f7a16da175c5eb65fb8cc95d47":[3,0,0,26,182],
+"a00053.html#adef7429d7dca1bede1f387b318707c51":[3,0,0,26,122],
+"a00053.html#adfe9958eb5134f6f33bb01b75ffc314a":[3,0,0,26,39],
+"a00053.html#ae00c9d3a8c48e23ef9bb9503b9629038":[3,0,0,26,105],
+"a00053.html#ae190aede5ab320cc80147d76f1a7d970":[3,0,0,26,64],
+"a00053.html#ae209eff3c1c822129510e1dafb805e3f":[3,0,0,26,141],
+"a00053.html#ae2e3012873066a9c31d2dd60696d51aa":[3,0,0,26,136],
+"a00053.html#ae2feabfd68da4042a8c452b3531a19b9":[3,0,0,26,204],
+"a00053.html#ae30c2df68359d707e70c552846cbf2e9":[3,0,0,26,222],
+"a00053.html#ae3fac2387f2de2953e08e3e1d939f29d":[3,0,0,26,94],
+"a00053.html#ae4514ac1c142ecca34156c8440af7bae":[3,0,0,26,44],
+"a00053.html#ae4aefc085f9aaa69e26c770cd47644b8":[3,0,0,26,176],
+"a00053.html#ae55217dca360d0d847918bae945caa3b":[3,0,0,26,221],
+"a00053.html#ae6e93c73ca2bd178265f20a14b885582":[3,0,0,26,113],
+"a00053.html#ae71aaa5d1598acab2b2381b3391ba3b2":[3,0,0,26,209],
+"a00053.html#ae75700cc00bcc48d628cd28976272bac":[3,0,0,26,37],
+"a00053.html#ae8f66657979d3c8b15d259ea50dc3f91":[3,0,0,26,169],
+"a00053.html#ae9bb96244d87b6de4ccd7ffe875da9f7":[3,0,0,26,133],
+"a00053.html#aea22af3a099af50113464eaba2b89d29":[3,0,0,26,158],
+"a00053.html#aeb6626190b160d5c20e6d5a49091f0ba":[3,0,0,26,111],
+"a00053.html#aece45159f78b190a23a3560201848a58":[3,0,0,26,131],
+"a00053.html#af07bf6cbdcc39926aa498ad683ccea05":[3,0,0,26,112],
+"a00053.html#af11d29edd8a2dd6762f3384724f44c87":[3,0,0,26,161],
+"a00053.html#af1524e8401f22c0f194925ad867a4d69":[3,0,0,26,171],
+"a00053.html#af18c2c78eb3b62d7e4599bb9ca049831":[3,0,0,26,188],
+"a00053.html#af51f941be6de1a315cfbc8fc4f3284ad":[3,0,0,26,217],
overalldiffered=1 (number of pkgs that are not bit-by-bit identical: 0 is good)
overall=1