aboutsummaryrefslogtreecommitdiff
path: root/src/gtk-dialog/ck-pk-helper.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-07-26 23:50:22 -0500
committerTed Gould <ted@canonical.com>2009-07-26 23:50:22 -0500
commitc8cb2fa603bca212869727db019611c70d46825e (patch)
treea33223dce1f3d35d00f94caddc7355edfbc58565 /src/gtk-dialog/ck-pk-helper.h
parentfdf84c9cad59ae4dff01b95bafdfcfd8139f0af9 (diff)
parenta4ab46afa0aa5f8ae4e66b8ae7ef3592499c5c81 (diff)
downloadayatana-indicator-session-c8cb2fa603bca212869727db019611c70d46825e.tar.gz
ayatana-indicator-session-c8cb2fa603bca212869727db019611c70d46825e.tar.bz2
ayatana-indicator-session-c8cb2fa603bca212869727db019611c70d46825e.zip
Fleshing out significantly. Inital rerelease.
Diffstat (limited to 'src/gtk-dialog/ck-pk-helper.h')
-rw-r--r--src/gtk-dialog/ck-pk-helper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gtk-dialog/ck-pk-helper.h b/src/gtk-dialog/ck-pk-helper.h
new file mode 100644
index 0000000..fb5936e
--- /dev/null
+++ b/src/gtk-dialog/ck-pk-helper.h
@@ -0,0 +1,10 @@
+
+#ifndef __CK_PK_HELPER_H__
+#define __CK_PK_HELPER_H__ 1
+
+#include <polkit-gnome/polkit-gnome.h>
+
+gboolean pk_require_auth (LogoutDialogAction action);
+gboolean pk_can_do_action (const gchar *action_id, PolKitResult * pol_result);
+
+#endif /* __CK_PK_HELPER__ */