Release 0.0.2
[platform/core/system/tlm.git] / docs / html / tlm.devhelp2
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3 <book xmlns="http://www.devhelp.net/book" title="Tizen Login Manager Reference Manual" link="index.html" author="" name="tlm" version="2" language="c">
4   <chapters>
5     <sub name="Introduction" link="ch01.html">
6       <sub name="Introduction" link="tlm-intro.html"/>
7       <sub name="TlmConfig" link="TlmConfig.html"/>
8       <sub name="General configuration" link="tlm-General-configuration.html"/>
9       <sub name="org.tizen.Tlm.Login" link="gdbus-org.tizen.Tlm.Login.html"/>
10     </sub>
11     <sub name="Tlm plugins reference" link="ch02.html">
12       <sub name="TlmAccountPlugin" link="TlmAccountPlugin.html"/>
13       <sub name="TlmAccountPluginDefault" link="TlmAccountPluginDefault.html"/>
14       <sub name="TlmAccountPluginGumd" link="TlmAccountPluginGumd.html"/>
15       <sub name="TlmAuthPlugin" link="TlmAuthPlugin.html"/>
16       <sub name="TlmAuthPluginDefault" link="TlmAuthPluginDefault.html"/>
17     </sub>
18     <sub name="Tlm miscellaneous" link="ch03.html">
19       <sub name="tlm-log" link="tlm-tlm-log.html"/>
20       <sub name="Errors" link="tlm-Errors.html"/>
21     </sub>
22     <sub name="Object Hierarchy" link="object-tree.html"/>
23     <sub name="" link="ch05.html">
24       <sub name="Annotation Glossary" link="ch05.html#annotation-glossary"/>
25     </sub>
26     <sub name="API Index" link="api-index-full.html"/>
27     <sub name="Index of deprecated API" link="deprecated-api-index.html"/>
28   </chapters>
29   <functions>
30     <keyword type="function" name="tlm_config_new ()" link="TlmConfig.html#tlm-config-new"/>
31     <keyword type="function" name="tlm_config_get_int ()" link="TlmConfig.html#tlm-config-get-int"/>
32     <keyword type="function" name="tlm_config_set_int ()" link="TlmConfig.html#tlm-config-set-int"/>
33     <keyword type="function" name="tlm_config_get_uint ()" link="TlmConfig.html#tlm-config-get-uint"/>
34     <keyword type="function" name="tlm_config_set_uint ()" link="TlmConfig.html#tlm-config-set-uint"/>
35     <keyword type="function" name="tlm_config_get_string ()" link="TlmConfig.html#tlm-config-get-string"/>
36     <keyword type="function" name="tlm_config_set_string ()" link="TlmConfig.html#tlm-config-set-string"/>
37     <keyword type="function" name="tlm_config_get_boolean ()" link="TlmConfig.html#tlm-config-get-boolean"/>
38     <keyword type="function" name="tlm_config_set_boolean ()" link="TlmConfig.html#tlm-config-set-boolean"/>
39     <keyword type="function" name="tlm_config_has_group ()" link="TlmConfig.html#tlm-config-has-group"/>
40     <keyword type="function" name="tlm_config_has_key ()" link="TlmConfig.html#tlm-config-has-key"/>
41     <keyword type="function" name="tlm_config_get_group ()" link="TlmConfig.html#tlm-config-get-group"/>
42     <keyword type="function" name="tlm_config_reload ()" link="TlmConfig.html#tlm-config-reload"/>
43     <keyword type="macro" name="TLM_CONFIG_GENERAL" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL:CAPS"/>
44     <keyword type="macro" name="TLM_CONFIG_GENERAL_ACCOUNTS_PLUGIN" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-ACCOUNTS-PLUGIN:CAPS"/>
45     <keyword type="macro" name="TLM_CONFIG_GENERAL_SESSION_CMD" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-SESSION-CMD:CAPS"/>
46     <keyword type="macro" name="TLM_CONFIG_GENERAL_SESSION_PATH" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-SESSION-PATH:CAPS"/>
47     <keyword type="macro" name="TLM_CONFIG_GENERAL_DATA_DIRS" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-DATA-DIRS:CAPS"/>
48     <keyword type="macro" name="TLM_CONFIG_GENERAL_AUTO_LOGIN" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-AUTO-LOGIN:CAPS"/>
49     <keyword type="macro" name="TLM_CONFIG_GENERAL_PREPARE_DEFAULT" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-PREPARE-DEFAULT:CAPS"/>
50     <keyword type="macro" name="TLM_CONFIG_GENERAL_PAM_SERVICE" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-PAM-SERVICE:CAPS"/>
51     <keyword type="macro" name="TLM_CONFIG_GENERAL_DEFAULT_USER" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-DEFAULT-USER:CAPS"/>
52     <keyword type="macro" name="TLM_CONFIG_GENERAL_SETUP_TERMINAL" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-SETUP-TERMINAL:CAPS"/>
53     <keyword type="macro" name="TLM_CONFIG_GENERAL_TERMINATE_TIMEOUT" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-TERMINATE-TIMEOUT:CAPS"/>
54     <keyword type="macro" name="TLM_CONFIG_GENERAL_X11_SESSION" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-X11-SESSION:CAPS"/>
55     <keyword type="macro" name="TLM_CONFIG_GENERAL_PAUSE_SESSION" link="tlm-General-configuration.html#TLM-CONFIG-GENERAL-PAUSE-SESSION:CAPS"/>
56     <keyword type="method" name="The loginUser() method" link="gdbus-org.tizen.Tlm.Login.html#gdbus-method-org-tizen-Tlm-Login.loginUser"/>
57     <keyword type="method" name="The logoutUser() method" link="gdbus-org.tizen.Tlm.Login.html#gdbus-method-org-tizen-Tlm-Login.logoutUser"/>
58     <keyword type="method" name="The switchUser() method" link="gdbus-org.tizen.Tlm.Login.html#gdbus-method-org-tizen-Tlm-Login.switchUser"/>
59     <keyword type="function" name="tlm_account_plugin_setup_guest_user_account ()" link="TlmAccountPlugin.html#tlm-account-plugin-setup-guest-user-account"/>
60     <keyword type="function" name="tlm_account_plugin_is_valid_user ()" link="TlmAccountPlugin.html#tlm-account-plugin-is-valid-user"/>
61     <keyword type="function" name="tlm_account_plugin_cleanup_guest_user ()" link="TlmAccountPlugin.html#tlm-account-plugin-cleanup-guest-user"/>
62     <keyword type="struct" name="struct TlmAccountPluginInterface" link="TlmAccountPlugin.html#TlmAccountPluginInterface"/>
63     <keyword type="struct" name="TlmAccountPlugin" link="TlmAccountPlugin.html#TlmAccountPlugin-struct"/>
64     <keyword type="property" name="The “config” property" link="TlmAccountPlugin.html#TlmAccountPlugin--config"/>
65     <keyword type="function" name="tlm_auth_plugin_start_authentication ()" link="TlmAuthPlugin.html#tlm-auth-plugin-start-authentication"/>
66     <keyword type="struct" name="struct TlmAuthPluginInterface" link="TlmAuthPlugin.html#TlmAuthPluginInterface"/>
67     <keyword type="property" name="The “config” property" link="TlmAuthPlugin.html#TlmAuthPlugin--config"/>
68     <keyword type="signal" name="The “authenticate” signal" link="TlmAuthPlugin.html#TlmAuthPlugin-authenticate"/>
69     <keyword type="function" name="tlm_log_init ()" link="tlm-tlm-log.html#tlm-log-init"/>
70     <keyword type="function" name="tlm_log_close ()" link="tlm-tlm-log.html#tlm-log-close"/>
71     <keyword type="macro" name="EXPAND_LOG_MSG()" link="tlm-tlm-log.html#EXPAND-LOG-MSG:CAPS"/>
72     <keyword type="macro" name="INFO()" link="tlm-tlm-log.html#INFO:CAPS"/>
73     <keyword type="macro" name="DBG()" link="tlm-tlm-log.html#DBG:CAPS"/>
74     <keyword type="macro" name="WARN()" link="tlm-tlm-log.html#WARN:CAPS"/>
75     <keyword type="macro" name="CRITICAL()" link="tlm-tlm-log.html#CRITICAL:CAPS"/>
76     <keyword type="macro" name="ERR()" link="tlm-tlm-log.html#ERR:CAPS"/>
77     <keyword type="macro" name="TLM_ERROR" link="tlm-Errors.html#TLM-ERROR:CAPS"/>
78     <keyword type="macro" name="TLM_GET_ERROR_FOR_ID()" link="tlm-Errors.html#TLM-GET-ERROR-FOR-ID:CAPS"/>
79     <keyword type="function" name="tlm_error_quark ()" link="tlm-Errors.html#tlm-error-quark"/>
80     <keyword type="enum" name="enum TlmError" link="tlm-Errors.html#TlmError"/>
81   </functions>
82 </book>