summaryrefslogtreecommitdiff
path: root/src/egg-console-kit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egg-console-kit.h')
-rw-r--r--src/egg-console-kit.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/egg-console-kit.h b/src/egg-console-kit.h
index 0074d0c..b241517 100644
--- a/src/egg-console-kit.h
+++ b/src/egg-console-kit.h
@@ -53,8 +53,12 @@ typedef struct
GType egg_console_kit_get_type (void);
EggConsoleKit *egg_console_kit_new (void);
-gboolean egg_console_kit_is_local (EggConsoleKit *console);
-gboolean egg_console_kit_is_active (EggConsoleKit *console);
+gboolean egg_console_kit_is_local (EggConsoleKit *console,
+ gboolean *is_local,
+ GError **error);
+gboolean egg_console_kit_is_active (EggConsoleKit *console,
+ gboolean *is_active,
+ GError **error);
gboolean egg_console_kit_stop (EggConsoleKit *console,
GError **error);
gboolean egg_console_kit_restart (EggConsoleKit *console,