diff options
Diffstat (limited to 'src/egg-console-kit.h')
-rw-r--r-- | src/egg-console-kit.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/egg-console-kit.h b/src/egg-console-kit.h index c93ddce..6664131 100644 --- a/src/egg-console-kit.h +++ b/src/egg-console-kit.h @@ -58,12 +58,22 @@ gboolean egg_console_kit_stop (EggConsoleKit *console, GError **error); gboolean egg_console_kit_restart (EggConsoleKit *console, GError **error); +gboolean egg_console_kit_suspend (EggConsoleKit *console, + GError **error); +gboolean egg_console_kit_hibernate (EggConsoleKit *console, + GError **error); gboolean egg_console_kit_can_stop (EggConsoleKit *console, gboolean *can_stop, GError **error); gboolean egg_console_kit_can_restart (EggConsoleKit *console, gboolean *can_restart, GError **error); +gboolean egg_console_kit_can_suspend (EggConsoleKit *console, + gboolean *can_restart, + GError **error); +gboolean egg_console_kit_can_hibernate (EggConsoleKit *console, + gboolean *can_restart, + GError **error); G_END_DECLS |