summaryrefslogtreecommitdiff
path: root/src/up-polkit.h
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2010-08-19 12:48:04 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2010-08-19 12:48:04 +0200
commitfa536eacc4457b43dab6d8c8c74a029227f5c504 (patch)
tree41863476982b32a7eb710a6d8c1d98e085206721 /src/up-polkit.h
parent1fc5aae71f474f82ba62c7a92be3aef05cc7ebef (diff)
downloadupower-fa536eacc4457b43dab6d8c8c74a029227f5c504.tar.gz
Revert "Add missing D-Bus return in up_qos_cancel_request()"
This reverts commit 1fc5aae71f474f82ba62c7a92be3aef05cc7ebef.
Diffstat (limited to 'src/up-polkit.h')
-rw-r--r--src/up-polkit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/up-polkit.h b/src/up-polkit.h
index 14e53b0..acee70e 100644
--- a/src/up-polkit.h
+++ b/src/up-polkit.h
@@ -56,11 +56,11 @@ PolkitSubject *up_polkit_get_subject (UpPolkit *polkit,
gboolean up_polkit_check_auth (UpPolkit *polkit,
PolkitSubject *subject,
const gchar *action_id,
- DBusGMethodInvocation *context);
+ DBusGMethodInvocation *context);
gboolean up_polkit_is_allowed (UpPolkit *polkit,
PolkitSubject *subject,
const gchar *action_id,
- GError **error);
+ DBusGMethodInvocation *context);
gboolean up_polkit_get_uid (UpPolkit *polkit,
PolkitSubject *subject,
uid_t *uid);