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 /doc | |
parent | f1825606e64f59f1c3af2310f16a543f2df5c0d4 (diff) | |
download | gsoc2013-evolution-38a616e8b77cbe8bce87c97e66f7b542eda24235.tar.gz 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 'doc')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index e43bc6d99b..0b67e41ef7 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -15,6 +15,7 @@ e_shell_watch_window e_shell_get_watched_windows e_shell_get_active_window e_shell_send_receive +e_shell_get_module_directory e_shell_get_network_available e_shell_set_network_available e_shell_get_online |