Use GDBus
authorAlberto Mardegan <alberto.mardegan@canonical.com>
Thu, 2 Aug 2012 09:55:37 +0000 (12:55 +0300)
committerAlberto Mardegan <alberto.mardegan@canonical.com>
Thu, 2 Aug 2012 10:25:45 +0000 (13:25 +0300)
commit293ed4e769fd58a9e78f9da721f3340e0635cd99
tree0950ded1f92b6922fe3cd8e93a69b07a5555e72d
parenta6c7ed2cb800922a7efade7c1594abee83f1fcd8
Use GDBus

This commit contains a minimal set of changes needed to switch from
dbus-glib to GDBus. None of the other issues (such as the code being a
mess) are addressed by this commit, in order to make the review simpler.

A later commit will completely remove all traces of dbus-glib.
15 files changed:
.gitignore
configure.ac
docs/reference/Makefile.am
libsignon-glib/Makefile.am
libsignon-glib/signon-auth-service.c
libsignon-glib/signon-auth-session.c
libsignon-glib/signon-errors.c
libsignon-glib/signon-identity-info.c
libsignon-glib/signon-identity.c
libsignon-glib/signon-internals.h
libsignon-glib/signon-utils.c
libsignon-glib/signon-utils.h
libsignon-glib/sso-auth-service.c [new file with mode: 0644]
libsignon-glib/sso-auth-service.h [new file with mode: 0644]
tests/check_signon.c