From d47176a32c45da0f63ec5ab8024cf4e5f6467a7f Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 2 Sep 2011 20:28:12 +0200 Subject: core: avoid using DBusGMethodInvocation in auth API 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. --- src/mm-auth-request.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/mm-auth-request.h') diff --git a/src/mm-auth-request.h b/src/mm-auth-request.h index e22f0a23..9660cef6 100644 --- a/src/mm-auth-request.h +++ b/src/mm-auth-request.h @@ -47,15 +47,18 @@ typedef struct { GType mm_auth_request_get_type (void); +/* TODO: Change the context gpointer to be a GDBusMethodInvocation when + * fully ported to GDBus, and remove all (MMAuthRequestCb) casts */ + typedef void (*MMAuthRequestCb) (MMAuthRequest *req, GObject *owner, - DBusGMethodInvocation *context, + gpointer context, gpointer user_data); GObject *mm_auth_request_new (GType atype, const char *authorization, GObject *owner, - DBusGMethodInvocation *context, + gpointer context, MMAuthRequestCb callback, gpointer callback_data, GDestroyNotify notify); -- cgit v1.2.3-70-g09d2