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