X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecSharp%2FLibCecSharp.cpp;h=634edc5ecbb62abafb8a911488049e680c7a5439;hb=2b44051cbfa70deafc30d9767323214debbc1a75;hp=cd0f6d05d3ae239afc2e8286b9e1ae7694c2e2c8;hpb=ebefc26c10d68ba9ced2a30c896dccc81c6c2eeb;p=deb_libcec.git diff --git a/src/LibCecSharp/LibCecSharp.cpp b/src/LibCecSharp/LibCecSharp.cpp index cd0f6d0..634edc5 100644 --- a/src/LibCecSharp/LibCecSharp.cpp +++ b/src/LibCecSharp/LibCecSharp.cpp @@ -598,6 +598,12 @@ namespace CecSharp return gcnew String(retVal); } + String ^ GetLibInfo() + { + const char *retVal = m_libCec->GetLibInfo(); + return gcnew String(retVal); + } + private: ICECAdapter * m_libCec; CecCallbackMethods ^ m_callbacks;