Add GDBusDAaemon, an implementation of a message bus
authorAlexander Larsson <alexl@redhat.com>
Mon, 16 Apr 2012 08:16:04 +0000 (10:16 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 20 Apr 2012 13:02:48 +0000 (15:02 +0200)
commit25581738a8d5ee7db2a6d9ebd908d59b2837cd70
treef1065b2a90875c232ccf31b7ea540bc240c78103
parentb38f1c7aff0bb7388993973f4d8516b95ad593ba
Add GDBusDAaemon, an implementation of a message bus

This is mostly complete, sans support for activation. However, its
not as picky as the libdbus implementation in terms like validation
and limits checking, nor is it as tested.

Its can be useful to test gdbus if dbus-daemon is not availible, but
its main reason for existance is to implement a default session bus
on win32 so that e.g. GApplication is guaranteed to work.
gio/.gitignore
gio/Makefile.am
gio/dbus-daemon.xml [new file with mode: 0644]
gio/gdbusdaemon.c [new file with mode: 0644]
gio/gdbusdaemon.h [new file with mode: 0644]