diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2013-11-22 11:27:14 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-13 13:41:20 +0100 |
commit | bf57da537d62c5ef15b7be32818cd4a531f89d38 (patch) | |
tree | 44f73125bfae07c6648b296d24c66784b4a81708 /src/mm-context.h | |
parent | 46ff06ff80b404ceb92297c4d8ca8cec40c7c51e (diff) |
context: new '--test-session' allows launching the MM daemon in the session bus
Diffstat (limited to 'src/mm-context.h')
-rw-r--r-- | src/mm-context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h index 659a85bc..642e2b46 100644 --- a/src/mm-context.h +++ b/src/mm-context.h @@ -27,4 +27,7 @@ const gchar *mm_context_get_log_file (void); gboolean mm_context_get_timestamps (void); gboolean mm_context_get_relative_timestamps (void); +/* Testing support */ +gboolean mm_context_get_test_session (void); + #endif /* MM_CONTEXT_H */ |