summaryrefslogtreecommitdiff
path: root/src/systemd/sd-bus-vtable.h
Commit message (Expand)AuthorAgeFilesLines
* codespell: fix spelling errorsBen Boeckel2019-04-291-5/+5
* sd-bus: add symbol to tell linker that new vtable functions are usedZbigniew Jędrzejewski-Szmek2019-04-231-1/+12
* sd-bus: add methods and signals parameter names. Fixes: #1564Giacinto Cifelli2019-02-261-4/+23
* tree-wide: drop empty lines in the begining of commentsYu Watanabe2018-06-291-1/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* ISO-C compatibility: Remove empty initializer (#8713)Leonard2018-04-121-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* sd-bus: fix c++ compatibility (#5941)Matthijs van Duin2017-05-111-0/+4
* Syntax for defines that is also unterstood by the GNU C/C++ compilers. (#5397)pyBlob2017-02-201-17/+37
* headers: remove commas at end of enum listsZbigniew Jędrzejewski-Szmek2016-03-111-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* sd-bus: introduce new SD_BUS_VTABLE_PROPERTY_EXPLICIT flagLennart Poettering2015-08-251-0/+1
* sd-bus: remove _VTABLE from new method vtable initialiserdaurnimator2015-07-241-2/+2
* sd-bus: add 'offset' member for vtable methodsdaurnimator2015-07-241-1/+5
* bus: introduce concept of "const" propertiesLennart Poettering2013-12-221-7/+8
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-121-1/+0
* bus: introduce new SD_BUS_VTABLE_HIDDEN flag for vtable membersLennart Poettering2013-12-101-0/+1
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-101-12/+16
* api: replace manual C++ guards by macrosLennart Poettering2013-11-071-6/+4
* api: add C++ guardsLennart Poettering2013-11-071-0/+8
* bus: don't rely on gccisms/c11 in public header files.Lennart Poettering2013-10-111-18/+18
* bus: when NULL is specified as property callback, automatically handle serial...Lennart Poettering2013-10-111-1/+1
* libsystemd-bus: add lightweight object vtable implementation for exposing obj...Lennart Poettering2013-10-091-0/+127