1
Fork 0
cdbus - libdbus helper library
Go to file
Nedko Arnaudov c714ac1e0e cdbus-codegen: head the output with note about data being generated 2023-12-26 17:58:15 +02:00
doc fix doxygen docs generation for public headers 2023-06-22 12:25:44 +03:00
include/cdbus-1/cdbus move files to src, include and doc dirs 2023-06-22 11:01:50 +03:00
src Bulid sources against local headers (symlink) 2023-06-22 12:24:47 +03:00
.gitignore Adjust cdbus code for building as dedicated shlib 2023-04-28 02:04:52 +03:00
.gitmodules Initial doxygen documentation 2023-06-22 02:31:39 +03:00
AUTHORS install NEWS, AUTHORS, gpl2 and cdbus-1.pc 2023-04-28 18:12:45 +03:00
AUTHORS.tail install NEWS, AUTHORS, gpl2 and cdbus-1.pc 2023-04-28 18:12:45 +03:00
COPYING Adjust COPYING for klist.h (GPL) 2023-04-28 12:31:54 +03:00
GNUmakefile Initial doxygen documentation 2023-06-22 02:31:39 +03:00
NEWS.adoc install NEWS, AUTHORS, gpl2 and cdbus-1.pc 2023-04-28 18:12:45 +03:00
README.adoc README.adoc: minor improvements 2023-04-28 10:42:26 +03:00
cdbus-1.pc.in cdbus-1.pc.in: Add "Requires: dbus-1" 2023-09-03 19:02:40 +03:00
cdbus-codegen cdbus-codegen: head the output with note about data being generated 2023-12-26 17:58:15 +02:00
waf Adjust cdbus code for building as dedicated shlib 2023-04-28 02:04:52 +03:00
wscript move files to src, include and doc dirs 2023-06-22 11:01:50 +03:00

README.adoc

cdbus - libdbus helper library (in plain C)

Note
WORK IN PROGRESS
This is Work In Progress of refactoring cdbus code that is currently part of jackdbus, a2jmidid, lash and ladish as a reusable software component.

This library complements the API provided by libdbus so to ease libdbus interfacing in plain C code.

Before becoming a separate software module, the code in this library was part of jackdbus, a2jmidid, lash and ladish.