X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcommon%2Fdbus%2Ftlm-dbus-login-doc-gen-org.tizen.Tlm.Login.xml;h=d510df86e6b32003c8203e2edd471e9b6ef54822;hb=88ab62b0d7845a57536306c88df2c037b04d7bc3;hp=c95ec1f47fcff20e7f32feb78731e80ff414365b;hpb=e2e5709e5cc1c7e939732332ad94599087a56ec9;p=platform%2Fcore%2Fsystem%2Ftlm.git diff --git a/src/common/dbus/tlm-dbus-login-doc-gen-org.tizen.Tlm.Login.xml b/src/common/dbus/tlm-dbus-login-doc-gen-org.tizen.Tlm.Login.xml index c95ec1f..d510df8 100644 --- a/src/common/dbus/tlm-dbus-login-doc-gen-org.tizen.Tlm.Login.xml +++ b/src/common/dbus/tlm-dbus-login-doc-gen-org.tizen.Tlm.Login.xml @@ -21,7 +21,7 @@ Description - Login objects can be used to login, logout and switch users. Login object + Login objects can be used to login, logout and switch users. Login object with root access is exported at TLM_DBUS_ROOT_SOCKET_ADDRESS which can be used to login, logout and switch any user. TLM_DBUS_ROOT_SOCKET_ADDRESS can be fetched as a variable from package configuration file tlm.pc. @@ -30,7 +30,7 @@ that user. The dbus object can be accessed at TLM_DBUS_SOCKET_PATH/<seat_id-uid> by the user (uid) who is logged in at the seat (seat_id). - + Method Details @@ -43,9 +43,9 @@ loginUser (IN s seat_id, IN s password, IN a{ss} environ); - Login the user. loginUser() will fail if the user is already logged in, + Login the user. loginUser() will fail if the user is already logged in, while switchUser() will not. - + IN s seat_id: @@ -71,8 +71,8 @@ loginUser (IN s seat_id, logoutUser (IN s seat_id); - Logout the user. - + Logout the user. + IN s seat_id: @@ -89,10 +89,10 @@ switchUser (IN s seat_id, IN s password, IN a{ss} environ); - Logout the currently logged in user (if any), and login new user. + Logout the currently logged in user (if any), and login new user. loginUser() will fail if the user is already logged in, while switchUser() will not. - + IN s seat_id: