diff options
author | Ted Gould <ted@gould.cx> | 2010-02-24 17:16:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-24 17:16:14 -0600 |
commit | 64602f8dd39b0fd35b0bfc6697fe62bd7a2de0ad (patch) | |
tree | f0227422e6806bae6b6b2adf5b3556b88f14ca0d /src/gtk-dialog/ck-pk-helper.h | |
parent | 40e989fdb054344be699414ae040585f4f87f657 (diff) | |
download | ayatana-indicator-session-64602f8dd39b0fd35b0bfc6697fe62bd7a2de0ad.tar.gz ayatana-indicator-session-64602f8dd39b0fd35b0bfc6697fe62bd7a2de0ad.tar.bz2 ayatana-indicator-session-64602f8dd39b0fd35b0bfc6697fe62bd7a2de0ad.zip |
Changing to new enums and function prototypes.
Diffstat (limited to 'src/gtk-dialog/ck-pk-helper.h')
-rw-r--r-- | src/gtk-dialog/ck-pk-helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-dialog/ck-pk-helper.h b/src/gtk-dialog/ck-pk-helper.h index 501a8c8..dfbb432 100644 --- a/src/gtk-dialog/ck-pk-helper.h +++ b/src/gtk-dialog/ck-pk-helper.h @@ -26,7 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <polkit/polkit.h> -gboolean pk_require_auth (LogoutDialogAction action); +gboolean pk_require_auth (LogoutDialogType action); gboolean pk_can_do_action (const gchar *action_id, PolkitAuthorizationResult ** pol_result); #endif /* __CK_PK_HELPER__ */ |