Implement libsessiond wrapper
authoradaszkiewicza <ada.antek@gmail.com>
Thu, 20 Apr 2023 11:12:08 +0000 (13:12 +0200)
committerChanwoo Choi <chanwoo@kernel.org>
Mon, 15 May 2023 02:58:09 +0000 (11:58 +0900)
commitf2c815e8691cb36cb857f0615d00b364256a8322
tree6718120d091358b88abb4f2d52630355879ddf85
parent47fec8f53960c644dd06d71b2e44b384a25022c2
Implement libsessiond wrapper
packaging/csapi-tizenfx.spec
packaging/csapi-tizenfx.spec.in
src/Tizen.System.Session/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.System.Session/Interop/Interop.Session.cs [new file with mode: 0644]
src/Tizen.System.Session/Session/Session.cs [new file with mode: 0644]
src/Tizen.System.Session/Session/SessionEnums.cs [new file with mode: 0644]
src/Tizen.System.Session/Session/SessionErrorFactory.cs [new file with mode: 0644]
src/Tizen.System.Session/Session/SessionEventArgs.cs [new file with mode: 0644]
src/Tizen.System.Session/Session/SessionStructs.cs [new file with mode: 0644]
src/Tizen.System.Session/Tizen.System.Session.csproj [new file with mode: 0644]