aboutsummaryrefslogtreecommitdiff
path: root/src/gtk-dialog/ck-pk-helper.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-22 21:31:31 -0500
committerTed Gould <ted@canonical.com>2009-09-22 21:31:31 -0500
commitf701a6a7ed25e5f4e790ba1cf8b43fe87e7eab1f (patch)
treee5d876ce39364ce355b19250a00fa641126e8f67 /src/gtk-dialog/ck-pk-helper.h
parentfd3f4ea65b70cc06c529a7dc25efa4fcd26926b3 (diff)
parent9703540eaf33ac50e99f04e9eddf5816557868e1 (diff)
downloadayatana-indicator-session-f701a6a7ed25e5f4e790ba1cf8b43fe87e7eab1f.tar.gz
ayatana-indicator-session-f701a6a7ed25e5f4e790ba1cf8b43fe87e7eab1f.tar.bz2
ayatana-indicator-session-f701a6a7ed25e5f4e790ba1cf8b43fe87e7eab1f.zip
Merging in trunk (PK Changes)
Diffstat (limited to 'src/gtk-dialog/ck-pk-helper.h')
-rw-r--r--src/gtk-dialog/ck-pk-helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtk-dialog/ck-pk-helper.h b/src/gtk-dialog/ck-pk-helper.h
index 98bce56..501a8c8 100644
--- a/src/gtk-dialog/ck-pk-helper.h
+++ b/src/gtk-dialog/ck-pk-helper.h
@@ -24,9 +24,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __CK_PK_HELPER_H__
#define __CK_PK_HELPER_H__ 1
-#include <polkit-gnome/polkit-gnome.h>
+#include <polkit/polkit.h>
gboolean pk_require_auth (LogoutDialogAction action);
-gboolean pk_can_do_action (const gchar *action_id, PolKitResult * pol_result);
+gboolean pk_can_do_action (const gchar *action_id, PolkitAuthorizationResult ** pol_result);
#endif /* __CK_PK_HELPER__ */