aboutsummaryrefslogtreecommitdiff
path: root/src/mm-auth-request.c
AgeCommit message (Collapse)Author
2012-03-16auth: refactor and simplify authentication related setupAleksander Morgado
We get rid of the MMAuthRequests; and we leave up to the caller and user of the MMAuthProvider the handling of request cancellations through the provided GCancellable. Also made GIO-async-friendly methods.
2012-03-16core: use GDBusMethodInvocation in the auth APIAleksander Morgado
2012-03-16Revert "core: avoid using DBusGMethodInvocation in auth API"Aleksander Morgado
This reverts commit 013fd179f458d87bba9fd7657ffe1bd90169f231. We will start using GDBus-only based code from now on.
2012-03-15core: avoid using DBusGMethodInvocation in auth APIAleksander Morgado
While porting to GDBus, use opaque pointers. This allows us to include either a DBusGMethodInvocation or a GDBusMethodInvocation in the 'context' pointer. Once fully ported to GDBus, we can safely change it back to make the context be a GDBusMethodInvocation.
2010-02-27core: add missing MMAuthRequest classDan Williams