Add a C version of gdbus-testserver.py
authorMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jan 2013 18:11:58 +0000 (13:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jan 2013 18:14:26 +0000 (13:14 -0500)
commit416fa3b9efb7b75c781ea26e004ad6183ea16e24
tree263bcfbe34ffd1362ccee1bbf848c67806fb5e52
parent2652dc13573471a1a20070fdeef0c44eb0aa4f9a
Add a C version of gdbus-testserver.py

This will let us drop the dbus-python dependency.
The C version does not 100% reproduce all the hash table
and array manipulation of the python version, but the tests
do not rely on it anyway.
gio/tests/Makefile.am
gio/tests/gdbus-testserver.c [new file with mode: 0644]