Kaydet (Commit) 9cb4f967 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add lo_get_app_data_dir()

Change-Id: I13ab54ce5c6d67f1623b7f1923678091660d202d
üst 37abb0b9
......@@ -1250,4 +1250,11 @@ lo_get_javavm(void)
return the_java_vm;
}
__attribute__ ((visibility("default")))
const char *
lo_get_app_data_dir(void)
{
return data_dir;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -60,6 +60,8 @@ int lo_dlcall_argc_argv(void *function,
JavaVM *lo_get_javavm(void);
const char *lo_get_app_data_dir(void);
#ifdef __cplusplus
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment