Initial GDBus code-drop from GDBus-standalone repo
authorDavid Zeuthen <davidz@redhat.com>
Thu, 6 May 2010 18:13:59 +0000 (14:13 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 6 May 2010 18:21:32 +0000 (14:21 -0400)
commitd0a14469d09d5fe23de219ba293fd4a266b02ced
tree0a2e2f1d566ff0f0ceb1d3ebe9f9cf6cd5263ab9
parent81e98c399e11d7621c91ff2911ef4f92c7a382e5
Initial GDBus code-drop from GDBus-standalone repo

Things compile and the test-suite passes. Still need to hook up
gio.symbols and docs. There are still a bunch of TODOs left in the
sources that needs to be addressed.

Signed-off-by: David Zeuthen <davidz@redhat.com>
74 files changed:
configure.in
gio/Makefile.am
gio/gcredentials.c [new file with mode: 0644]
gio/gcredentials.h [new file with mode: 0644]
gio/gdbus-bash-completion.sh [new file with mode: 0644]
gio/gdbus-tool.c [new file with mode: 0644]
gio/gdbusaddress.c [new file with mode: 0644]
gio/gdbusaddress.h [new file with mode: 0644]
gio/gdbusauth.c [new file with mode: 0644]
gio/gdbusauth.h [new file with mode: 0644]
gio/gdbusauthmechanism.c [new file with mode: 0644]
gio/gdbusauthmechanism.h [new file with mode: 0644]
gio/gdbusauthmechanismanon.c [new file with mode: 0644]
gio/gdbusauthmechanismanon.h [new file with mode: 0644]
gio/gdbusauthmechanismexternal.c [new file with mode: 0644]
gio/gdbusauthmechanismexternal.h [new file with mode: 0644]
gio/gdbusauthmechanismsha1.c [new file with mode: 0644]
gio/gdbusauthmechanismsha1.h [new file with mode: 0644]
gio/gdbusauthobserver.c [new file with mode: 0644]
gio/gdbusauthobserver.h [new file with mode: 0644]
gio/gdbusconnection.c [new file with mode: 0644]
gio/gdbusconnection.h [new file with mode: 0644]
gio/gdbuserror.c [new file with mode: 0644]
gio/gdbuserror.h [new file with mode: 0644]
gio/gdbusintrospection.c [new file with mode: 0644]
gio/gdbusintrospection.h [new file with mode: 0644]
gio/gdbusmessage.c [new file with mode: 0644]
gio/gdbusmessage.h [new file with mode: 0644]
gio/gdbusmethodinvocation.c [new file with mode: 0644]
gio/gdbusmethodinvocation.h [new file with mode: 0644]
gio/gdbusnameowning.c [new file with mode: 0644]
gio/gdbusnameowning.h [new file with mode: 0644]
gio/gdbusnamewatching.c [new file with mode: 0644]
gio/gdbusnamewatching.h [new file with mode: 0644]
gio/gdbusprivate.c [new file with mode: 0644]
gio/gdbusprivate.h [new file with mode: 0644]
gio/gdbusproxy.c [new file with mode: 0644]
gio/gdbusproxy.h [new file with mode: 0644]
gio/gdbusproxywatching.c [new file with mode: 0644]
gio/gdbusproxywatching.h [new file with mode: 0644]
gio/gdbusserver.c [new file with mode: 0644]
gio/gdbusserver.h [new file with mode: 0644]
gio/gdbusutils.c [new file with mode: 0644]
gio/gdbusutils.h [new file with mode: 0644]
gio/gio-marshal.list
gio/gio.h
gio/gioenums.h
gio/giotypes.h
gio/gunixcredentialsmessage.c [new file with mode: 0644]
gio/gunixcredentialsmessage.h [new file with mode: 0644]
gio/tests/Makefile.am
gio/tests/gdbus-addresses.c [new file with mode: 0644]
gio/tests/gdbus-connection.c [new file with mode: 0644]
gio/tests/gdbus-error.c [new file with mode: 0644]
gio/tests/gdbus-example-own-name.c [new file with mode: 0644]
gio/tests/gdbus-example-peer.c [new file with mode: 0644]
gio/tests/gdbus-example-server.c [new file with mode: 0644]
gio/tests/gdbus-example-subtree.c [new file with mode: 0644]
gio/tests/gdbus-example-unix-fd-client.c [new file with mode: 0644]
gio/tests/gdbus-example-watch-name.c [new file with mode: 0644]
gio/tests/gdbus-example-watch-proxy.c [new file with mode: 0644]
gio/tests/gdbus-exit-on-close.c [new file with mode: 0644]
gio/tests/gdbus-export.c [new file with mode: 0644]
gio/tests/gdbus-introspection.c [new file with mode: 0644]
gio/tests/gdbus-names.c [new file with mode: 0644]
gio/tests/gdbus-peer.c [new file with mode: 0644]
gio/tests/gdbus-proxy.c [new file with mode: 0644]
gio/tests/gdbus-serialization.c [new file with mode: 0644]
gio/tests/gdbus-sessionbus.c [new file with mode: 0644]
gio/tests/gdbus-sessionbus.h [new file with mode: 0644]
gio/tests/gdbus-tests.c [new file with mode: 0644]
gio/tests/gdbus-tests.h [new file with mode: 0644]
gio/tests/gdbus-testserver.py [new file with mode: 0755]
gio/tests/gdbus-threading.c [new file with mode: 0644]