summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index 3b117656..c61d476d 100644
--- a/src/session.h
+++ b/src/session.h
@@ -55,6 +55,10 @@ void session_set_command (Session *session, const gchar *command);
const gchar *session_get_command (Session *session);
+void session_set_env (Session *process, const gchar *name, const gchar *value);
+
+const gchar *session_get_env (Session *session, const gchar *name);
+
void session_set_console_kit_parameter (Session *session, const gchar *name, GVariant *value);
gboolean session_start (Session *session);