File: libxklavier.devhelp

package info (click to toggle)
libxklavier 5.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,316 kB
  • ctags: 804
  • sloc: sh: 10,351; ansic: 6,970; xml: 2,071; makefile: 113
file content (118 lines) | stat: -rw-r--r-- 11,587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="Libxklavier Reference Manual" link="index.html" author="" name="libxklavier">
  <chapters>
    <sub name="Libxklavier Objects" link="ch01.html">
      <sub name="XklEngine" link="XklEngine.html"/>
      <sub name="XklConfigItem" link="XklConfigItem.html"/>
      <sub name="XklConfigRec" link="XklConfigRec.html"/>
      <sub name="XklConfigRegistry" link="XklConfigRegistry.html"/>
    </sub>
    <sub name="Libxklavier Utilities" link="ch02.html">
      <sub name="xklavier" link="libxklavier-xklavier.html"/>
    </sub>
  </chapters>
  <functions>
    <function name="XklEnginePrivate" link="XklEngine.html#XklEnginePrivate"/>
    <function name="enum XklEngineStateChange" link="XklEngine.html#XklEngineStateChange"/>
    <function name="enum XklEngineFeatures" link="XklEngine.html#XklEngineFeatures"/>
    <function name="XklState" link="XklEngine.html#XklState"/>
    <function name="XklEngine" link="XklEngine.html#XklEngine-struct"/>
    <function name="xkl_engine_get_instance ()" link="XklEngine.html#xkl-engine-get-instance"/>
    <function name="xkl_engine_get_backend_name ()" link="XklEngine.html#xkl-engine-get-backend-name"/>
    <function name="xkl_engine_get_features ()" link="XklEngine.html#xkl-engine-get-features"/>
    <function name="xkl_engine_get_max_num_groups ()" link="XklEngine.html#xkl-engine-get-max-num-groups"/>
    <function name="enum XklEngineListenModes" link="XklEngine.html#XklEngineListenModes"/>
    <function name="xkl_engine_start_listen ()" link="XklEngine.html#xkl-engine-start-listen"/>
    <function name="xkl_engine_stop_listen ()" link="XklEngine.html#xkl-engine-stop-listen"/>
    <function name="xkl_engine_pause_listen ()" link="XklEngine.html#xkl-engine-pause-listen"/>
    <function name="xkl_engine_resume_listen ()" link="XklEngine.html#xkl-engine-resume-listen"/>
    <function name="xkl_engine_grab_key ()" link="XklEngine.html#xkl-engine-grab-key"/>
    <function name="xkl_engine_ungrab_key ()" link="XklEngine.html#xkl-engine-ungrab-key"/>
    <function name="xkl_engine_filter_events ()" link="XklEngine.html#xkl-engine-filter-events"/>
    <function name="xkl_engine_allow_one_switch_to_secondary_group ()" link="XklEngine.html#xkl-engine-allow-one-switch-to-secondary-group"/>
    <function name="xkl_engine_get_current_window ()" link="XklEngine.html#xkl-engine-get-current-window"/>
    <function name="xkl_engine_get_current_state ()" link="XklEngine.html#xkl-engine-get-current-state"/>
    <function name="xkl_engine_get_window_title ()" link="XklEngine.html#xkl-engine-get-window-title"/>
    <function name="xkl_engine_get_state ()" link="XklEngine.html#xkl-engine-get-state"/>
    <function name="xkl_engine_delete_state ()" link="XklEngine.html#xkl-engine-delete-state"/>
    <function name="xkl_engine_save_state ()" link="XklEngine.html#xkl-engine-save-state"/>
    <function name="xkl_engine_set_window_transparent ()" link="XklEngine.html#xkl-engine-set-window-transparent"/>
    <function name="xkl_engine_is_window_transparent ()" link="XklEngine.html#xkl-engine-is-window-transparent"/>
    <function name="xkl_engine_is_window_from_same_toplevel_window ()" link="XklEngine.html#xkl-engine-is-window-from-same-toplevel-window"/>
    <function name="xkl_engine_get_num_groups ()" link="XklEngine.html#xkl-engine-get-num-groups"/>
    <function name="xkl_engine_get_groups_names ()" link="XklEngine.html#xkl-engine-get-groups-names"/>
    <function name="xkl_engine_get_indicators_names ()" link="XklEngine.html#xkl-engine-get-indicators-names"/>
    <function name="xkl_engine_get_next_group ()" link="XklEngine.html#xkl-engine-get-next-group"/>
    <function name="xkl_engine_get_prev_group ()" link="XklEngine.html#xkl-engine-get-prev-group"/>
    <function name="xkl_engine_get_current_window_group ()" link="XklEngine.html#xkl-engine-get-current-window-group"/>
    <function name="xkl_engine_lock_group ()" link="XklEngine.html#xkl-engine-lock-group"/>
    <function name="xkl_engine_set_group_per_toplevel_window ()" link="XklEngine.html#xkl-engine-set-group-per-toplevel-window"/>
    <function name="xkl_engine_is_group_per_toplevel_window ()" link="XklEngine.html#xkl-engine-is-group-per-toplevel-window"/>
    <function name="xkl_engine_set_indicators_handling ()" link="XklEngine.html#xkl-engine-set-indicators-handling"/>
    <function name="xkl_engine_get_indicators_handling ()" link="XklEngine.html#xkl-engine-get-indicators-handling"/>
    <function name="xkl_engine_set_secondary_groups_mask ()" link="XklEngine.html#xkl-engine-set-secondary-groups-mask"/>
    <function name="xkl_engine_get_secondary_groups_mask ()" link="XklEngine.html#xkl-engine-get-secondary-groups-mask"/>
    <function name="xkl_engine_set_default_group ()" link="XklEngine.html#xkl-engine-set-default-group"/>
    <function name="xkl_engine_get_default_group ()" link="XklEngine.html#xkl-engine-get-default-group"/>
    <function name="The &quot;backendName&quot; property" link="XklEngine.html#XklEngine--backendName"/>
    <function name="The &quot;default-group&quot; property" link="XklEngine.html#XklEngine--default-group"/>
    <function name="The &quot;display&quot; property" link="XklEngine.html#XklEngine--display"/>
    <function name="The &quot;features&quot; property" link="XklEngine.html#XklEngine--features"/>
    <function name="The &quot;indicators-handling&quot; property" link="XklEngine.html#XklEngine--indicators-handling"/>
    <function name="The &quot;max-num-groups&quot; property" link="XklEngine.html#XklEngine--max-num-groups"/>
    <function name="The &quot;num-groups&quot; property" link="XklEngine.html#XklEngine--num-groups"/>
    <function name="The &quot;secondary-groups-mask&quot; property" link="XklEngine.html#XklEngine--secondary-groups-mask"/>
    <function name="The &quot;X-config-changed&quot; signal" link="XklEngine.html#XklEngine-X-config-changed"/>
    <function name="The &quot;X-new-device&quot; signal" link="XklEngine.html#XklEngine-X-new-device"/>
    <function name="The &quot;X-state-changed&quot; signal" link="XklEngine.html#XklEngine-X-state-changed"/>
    <function name="The &quot;new-toplevel-window&quot; signal" link="XklEngine.html#XklEngine-new-toplevel-window"/>
    <function name="XKL_MAX_CI_NAME_LENGTH" link="XklConfigItem.html#XKL-MAX-CI-NAME-LENGTH--CAPS"/>
    <function name="XKL_MAX_CI_SHORT_DESC_LENGTH" link="XklConfigItem.html#XKL-MAX-CI-SHORT-DESC-LENGTH--CAPS"/>
    <function name="XKL_MAX_CI_DESC_LENGTH" link="XklConfigItem.html#XKL-MAX-CI-DESC-LENGTH--CAPS"/>
    <function name="XCI_PROP_ALLOW_MULTIPLE_SELECTION" link="XklConfigItem.html#XCI-PROP-ALLOW-MULTIPLE-SELECTION--CAPS"/>
    <function name="XCI_PROP_VENDOR" link="XklConfigItem.html#XCI-PROP-VENDOR--CAPS"/>
    <function name="XCI_PROP_COUNTRY_LIST" link="XklConfigItem.html#XCI-PROP-COUNTRY-LIST--CAPS"/>
    <function name="XCI_PROP_LANGUAGE_LIST" link="XklConfigItem.html#XCI-PROP-LANGUAGE-LIST--CAPS"/>
    <function name="XklConfigItem" link="XklConfigItem.html#XklConfigItem-struct"/>
    <function name="xkl_config_item_new ()" link="XklConfigItem.html#xkl-config-item-new"/>
    <function name="XklConfigRec" link="XklConfigRec.html#XklConfigRec-struct"/>
    <function name="xkl_config_rec_new ()" link="XklConfigRec.html#xkl-config-rec-new"/>
    <function name="xkl_config_rec_activate ()" link="XklConfigRec.html#xkl-config-rec-activate"/>
    <function name="xkl_config_rec_get_from_server ()" link="XklConfigRec.html#xkl-config-rec-get-from-server"/>
    <function name="xkl_config_rec_get_from_backup ()" link="XklConfigRec.html#xkl-config-rec-get-from-backup"/>
    <function name="xkl_config_rec_write_to_file ()" link="XklConfigRec.html#xkl-config-rec-write-to-file"/>
    <function name="xkl_config_rec_get_from_root_window_property ()" link="XklConfigRec.html#xkl-config-rec-get-from-root-window-property"/>
    <function name="xkl_config_rec_set_to_root_window_property ()" link="XklConfigRec.html#xkl-config-rec-set-to-root-window-property"/>
    <function name="xkl_engine_backup_names_prop ()" link="XklConfigRec.html#xkl-engine-backup-names-prop"/>
    <function name="xkl_restore_names_prop ()" link="XklConfigRec.html#xkl-restore-names-prop"/>
    <function name="xkl_config_rec_reset ()" link="XklConfigRec.html#xkl-config-rec-reset"/>
    <function name="xkl_config_rec_equals ()" link="XklConfigRec.html#xkl-config-rec-equals"/>
    <function name="XklConfigRegistryPrivate" link="XklConfigRegistry.html#XklConfigRegistryPrivate"/>
    <function name="XklConfigRegistry" link="XklConfigRegistry.html#XklConfigRegistry-struct"/>
    <function name="xkl_config_registry_load ()" link="XklConfigRegistry.html#xkl-config-registry-load"/>
    <function name="ConfigItemProcessFunc ()" link="XklConfigRegistry.html#ConfigItemProcessFunc"/>
    <function name="TwoConfigItemsProcessFunc ()" link="XklConfigRegistry.html#TwoConfigItemsProcessFunc"/>
    <function name="xkl_config_registry_foreach_model ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-model"/>
    <function name="xkl_config_registry_foreach_layout ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-layout"/>
    <function name="xkl_config_registry_foreach_layout_variant ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-layout-variant"/>
    <function name="xkl_config_registry_foreach_option_group ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-option-group"/>
    <function name="xkl_config_registry_foreach_option ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-option"/>
    <function name="xkl_config_registry_find_model ()" link="XklConfigRegistry.html#xkl-config-registry-find-model"/>
    <function name="xkl_config_registry_find_layout ()" link="XklConfigRegistry.html#xkl-config-registry-find-layout"/>
    <function name="xkl_config_registry_find_variant ()" link="XklConfigRegistry.html#xkl-config-registry-find-variant"/>
    <function name="xkl_config_registry_find_option_group ()" link="XklConfigRegistry.html#xkl-config-registry-find-option-group"/>
    <function name="xkl_config_registry_find_option ()" link="XklConfigRegistry.html#xkl-config-registry-find-option"/>
    <function name="xkl_config_registry_foreach_country ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-country"/>
    <function name="xkl_config_registry_foreach_country_variant ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-country-variant"/>
    <function name="xkl_config_registry_foreach_language ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-language"/>
    <function name="xkl_config_registry_foreach_language_variant ()" link="XklConfigRegistry.html#xkl-config-registry-foreach-language-variant"/>
    <function name="The &quot;engine&quot; property" link="XklConfigRegistry.html#XklConfigRegistry--engine"/>
    <function name="xkl_get_last_error ()" link="libxklavier-xklavier.html#xkl-get-last-error"/>
    <function name="XklLogAppender ()" link="libxklavier-xklavier.html#XklLogAppender"/>
    <function name="xkl_default_log_appender ()" link="libxklavier-xklavier.html#xkl-default-log-appender"/>
    <function name="xkl_set_log_appender ()" link="libxklavier-xklavier.html#xkl-set-log-appender"/>
    <function name="xkl_set_debug_level ()" link="libxklavier-xklavier.html#xkl-set-debug-level"/>
    <function name="xkl_debug()" link="libxklavier-xklavier.html#xkl-debug"/>
  </functions>
</book>