summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-06-02 12:24:48 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-06-02 12:24:48 -0400
commit0d3aef69722d615a76f9e2b69215e905193db202 (patch)
tree8aa3110a6a5b87139255a65e6dc99415e3f66260
parent13c5b2ebcdc81c4841e2d455cbb8dd7c58057043 (diff)
nullbackend: Catch up with latest API changes
-rw-r--r--src/nullbackend/polkitbackendnullauthority.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nullbackend/polkitbackendnullauthority.c b/src/nullbackend/polkitbackendnullauthority.c
index 5e65010..ae91331 100644
--- a/src/nullbackend/polkitbackendnullauthority.c
+++ b/src/nullbackend/polkitbackendnullauthority.c
@@ -42,7 +42,7 @@ static void authority_check_authorization (PolkitBackendAuthority *author
PolkitSubject *caller,
PolkitSubject *subject,
const gchar *action_id,
- GHashTable *details,
+ PolkitDetails *details,
PolkitCheckAuthorizationFlags flags,
GCancellable *cancellable,
GAsyncReadyCallback callback,
@@ -137,7 +137,7 @@ authority_check_authorization (PolkitBackendAuthority *authority,
PolkitSubject *caller,
PolkitSubject *subject,
const gchar *action_id,
- GHashTable *details,
+ PolkitDetails *details,
PolkitCheckAuthorizationFlags flags,
GCancellable *cancellable,
GAsyncReadyCallback callback,