X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpersistence_client_library.h;h=437015832fec9ab7ba49d4f8c9a407cbc4bd0bfd;hb=cc29af37f108676ba6cdac4ac0531f6b7db9c263;hp=dbddfe8a915aed415b915021f1eaf7e4933bb6a2;hpb=acb1055872cae0940eb4d3f3c9e256a984ac81ce;p=profile%2Fivi%2Fpersistence-client-library.git diff --git a/include/persistence_client_library.h b/include/persistence_client_library.h index dbddfe8..4370158 100644 --- a/include/persistence_client_library.h +++ b/include/persistence_client_library.h @@ -65,8 +65,9 @@ extern "C" { * @param shutdownMode shutdown mode ::PCL_SHUTDOWN_TYPE_FAST or ::PCL_SHUTDOWN_TYPE_NORMAL * * @return positive value: success; - * On error a negative value will be returned with th follwoing error codes: - * ::EPERS_LOCKFS, ::EPERS_NOT_INITIALIZED, ::EPERS_INIT_DBUS_MAINLOOP, + * On error a negative value will be returned with th following error codes: + * ::EPERS_NOT_INITIALIZED, ::EPERS_INIT_DBUS_MAINLOOP, + * ::EPERS_REGISTER_LIFECYCLE, ::EPERS_REGISTER_ADMIN */ int pclInitLibrary(const char* appname, int shutdownMode); @@ -78,7 +79,7 @@ int pclInitLibrary(const char* appname, int shutdownMode); * @attention This function is currently N O T part of the GENIVI compliance specification * * @return positive value: success; - * On error a negative value will be returned with th follwoing error codes: ::EPERS_LOCKFS + * On error a negative value will be returned. */ int pclDeinitLibrary(void);