diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-02 13:57:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-02 13:57:44 +0800 |
commit | 38a616e8b77cbe8bce87c97e66f7b542eda24235 (patch) | |
tree | 1d3bf356f3b77137fbf568cbebf025cd4fae566c /em-format | |
parent | f1825606e64f59f1c3af2310f16a543f2df5c0d4 (diff) | |
download | gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.tar gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.tar.gz gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.tar.bz2 gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.tar.lz gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.tar.xz gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.tar.zst gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.zip |
Add an EShell:module-directory constructor property.
This tells EShell where to look for EModules. Best practice is to
define the directory in your CPPFLAGS and then pass it to EShell at
instantiation time, like so:
Makefile.am:
evolution_CPPFLAGS = \
-DMODULEDIR=\""$(moduledir)"\"
...
main.c:
shell = g_object_new (
E_TYPE_SHELL, "module-directory", MODULEDIR, ...);
Diffstat (limited to 'em-format')
0 files changed, 0 insertions, 0 deletions