blob: fb5936e52f8762ad20042160e80c7528f5df2e98 (
plain)
1
2
3
4
5
6
7
8
9
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__ */
|