diff options
author | Ted Gould <ted@canonical.com> | 2009-09-22 21:37:34 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-22 21:37:34 -0500 |
commit | 4398f67141ef4ec65a452ec0cf7fdee1ac349854 (patch) | |
tree | d818a7fca573701b6386f0b846c299d21b8106eb /src/gtk-dialog/ck-pk-helper.h | |
parent | 59b1902d1ca1e8fa946eb760825f6533fb3daac4 (diff) | |
parent | f9c4e887cbeacc9a9dd457342205b1c783447cf4 (diff) | |
download | ayatana-indicator-session-4398f67141ef4ec65a452ec0cf7fdee1ac349854.tar.gz ayatana-indicator-session-4398f67141ef4ec65a452ec0cf7fdee1ac349854.tar.bz2 ayatana-indicator-session-4398f67141ef4ec65a452ec0cf7fdee1ac349854.zip |
Merging in from trunk packaging branch.
Diffstat (limited to 'src/gtk-dialog/ck-pk-helper.h')
-rw-r--r-- | src/gtk-dialog/ck-pk-helper.h | 4 |
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__ */ |