diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2013-11-24 16:34:15 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-13 13:41:50 +0100 |
commit | 247a9459509a1eeee7ffb686034920d3614c2b99 (patch) | |
tree | 4e3c8fdd80d307611f2bbe1516b328b070e1ba04 /src/mm-context.h | |
parent | ea362ce18e0e594bf2815e8c94f3491e73fc68d7 (diff) |
context: new '--test-plugin-dir' to allow specifying where the plugins are
Diffstat (limited to 'src/mm-context.h')
-rw-r--r-- | src/mm-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h index a152d6ba..727cbd7f 100644 --- a/src/mm-context.h +++ b/src/mm-context.h @@ -31,5 +31,6 @@ gboolean mm_context_get_relative_timestamps (void); gboolean mm_context_get_test_session (void); gboolean mm_context_get_test_no_auto_scan (void); gboolean mm_context_get_test_enable (void); +const gchar *mm_context_get_test_plugin_dir (void); #endif /* MM_CONTEXT_H */ |