diff options
Diffstat (limited to 'src/mm-auth-provider.h')
-rw-r--r-- | src/mm-auth-provider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-auth-provider.h b/src/mm-auth-provider.h index beb79455..07ccfa8b 100644 --- a/src/mm-auth-provider.h +++ b/src/mm-auth-provider.h @@ -52,7 +52,7 @@ typedef struct { MMAuthRequest * (*create_request) (MMAuthProvider *provider, const char *authorization, GObject *owner, - gpointer context, + DBusGMethodInvocation *context, MMAuthRequestCb callback, gpointer callback_data, GDestroyNotify notify); @@ -64,7 +64,7 @@ GType mm_auth_provider_get_type (void); MMAuthRequest *mm_auth_provider_request_auth (MMAuthProvider *provider, const char *authorization, GObject *owner, - gpointer context, + DBusGMethodInvocation *context, MMAuthRequestCb callback, gpointer callback_data, GDestroyNotify notify, |