Skip to content

distromate/dm-api-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dm-api-c

C headers and CMake package exports for DistroMate dm_api native library.

Build And Install

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --install build --prefix <install-prefix>

Consume

find_package(dm_api_c REQUIRED)
target_link_libraries(your_target PRIVATE dm::api_c)

API Groups

  • Runtime and launcher lifecycle (DM_*)
  • Activation configuration and activation flow (Set*, Activate*)
  • Validation/status and info (IsLicense*, Get*)
  • Version/update APIs (DM_GetVersion, DM_CheckForUpdates, DM_DownloadUpdate, DM_CancelUpdateDownload, DM_GetPostUpdateInfo, DM_AckPostUpdateInfo)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors