summaryrefslogtreecommitdiff
path: root/dbind/dbind.h
Commit message (Collapse)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I ran this on each directory with C files: clang-format -i *.[ch] "-i" is the in-place option. I also adjusted the order of #includes for some files which failed to build after that: Clang-format reorders blocks of #include directives alphabetically, but they can be grouped and separated by blank lines. If there is a blank line between blocks, like #include "zork.h" #include "bar.h" #include "foo.h" then it will not put zork.h after the other two. The last two header files will be sorted alphabetically. We can adjust the formatting of chunks of code by hand with comments like these: /* clang-format off */ this code { is, formatted, by, hand; } /* clang-format on */ See https://clang.llvm.org/docs/ClangFormat.html for the general manual and https://clang.llvm.org/docs/ClangFormatStyleOptions.html for the style options and the comments described above.
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
| | | | Fixes https://gitlab.gnome.org/GNOME/at-spi2-core/issues/2
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
|
* Update copyright and add some missing license infoMike Gorse2011-01-311-0/+19
|
* Various fixesMike Gorse2010-11-121-0/+1
|
* Initial commit, not even close to being usable yetMike Gorse2010-10-261-0/+49
|
* Remove the dbind and droute libraries.Mark Doffman2009-11-071-46/+0
| | | | DBind and DRoute are now only used by at-spi2-atk so have become static libraries.
* 2009-06-20 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-06-111-0/+9
| | | | | Remove unneccessary code from spi-common. Move M4 macros to the m4 directory.
* 2008-12-18 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-12-181-0/+10
| | | | | | | | | | | | | | * Makefile.am Move dbind to before droute folder. droute now depends on dbind library. * cspi/* Change to cspi to fit with interface changes to dbind made in previous commit. * dbind/* Addition of varargs reentrant method call. Used in cspi.
* 2008-12-07 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-12-071-30/+18
| | | | | | | | | * dbind/* droute/* Complete refactoring droute to add api for creating single objects and object classes. Minor refactor of dbind, adding interface for marshalling signals.
* Added dbindMike Gorse2008-06-231-0/+39