aboutsummaryrefslogtreecommitdiff
path: root/src/mm-auth-request.c
AgeCommit message (Collapse)Author
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