diff options
Diffstat (limited to 'src/mm-auth-request-polkit.h')
-rw-r--r-- | src/mm-auth-request-polkit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mm-auth-request-polkit.h b/src/mm-auth-request-polkit.h index a2c79753..384ace85 100644 --- a/src/mm-auth-request-polkit.h +++ b/src/mm-auth-request-polkit.h @@ -42,8 +42,7 @@ GType mm_auth_request_polkit_get_type (void); GObject *mm_auth_request_polkit_new (PolkitAuthority *authority, const char *authorization, GObject *owner, - gpointer context, - const gchar *sender, + DBusGMethodInvocation *context, MMAuthRequestCb callback, gpointer callback_data, GDestroyNotify notify); |