summaryrefslogtreecommitdiff
path: root/src/polkitbackend/polkitbackendauthority.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-05-13 12:20:16 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-05-13 12:20:16 -0400
commit7a9f7c1389befed09abc9d2187c213868f638c43 (patch)
treeef769feb4b6d81cdfd9ed440a6d3e6a20fd8fe29 /src/polkitbackend/polkitbackendauthority.h
parent86008e618476834c040bf7db40bbc887cca2fbb5 (diff)
Change the PolkitAuthorizationResult enumeration into an object
Diffstat (limited to 'src/polkitbackend/polkitbackendauthority.h')
-rw-r--r--src/polkitbackend/polkitbackendauthority.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/polkitbackend/polkitbackendauthority.h b/src/polkitbackend/polkitbackendauthority.h
index bb9d5e9..9b4acfe 100644
--- a/src/polkitbackend/polkitbackendauthority.h
+++ b/src/polkitbackend/polkitbackendauthority.h
@@ -129,9 +129,9 @@ struct _PolkitBackendAuthorityClass
GAsyncReadyCallback callback,
gpointer user_data);
- PolkitAuthorizationResult (*check_authorization_finish) (PolkitBackendAuthority *authority,
- GAsyncResult *res,
- GError **error);
+ PolkitAuthorizationResult * (*check_authorization_finish) (PolkitBackendAuthority *authority,
+ GAsyncResult *res,
+ GError **error);
gboolean (*register_authentication_agent) (PolkitBackendAuthority *authority,
PolkitSubject *caller,
@@ -227,9 +227,9 @@ void polkit_backend_authority_check_authorization (PolkitBackendAuthor
GAsyncReadyCallback callback,
gpointer user_data);
-PolkitAuthorizationResult polkit_backend_authority_check_authorization_finish (PolkitBackendAuthority *authority,
- GAsyncResult *res,
- GError **error);
+PolkitAuthorizationResult *polkit_backend_authority_check_authorization_finish (PolkitBackendAuthority *authority,
+ GAsyncResult *res,
+ GError **error);
GList *polkit_backend_authority_enumerate_authorizations (PolkitBackendAuthority *authority,
PolkitSubject *caller,