aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/eshell-sections.txt
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-22 02:33:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-22 03:49:30 +0800
commitecdb79111cdc6a38234655b668d81d1fed95ec30 (patch)
tree7c4c1d96a14f2e311d0b8df649d21ca780452882 /doc/reference/shell/eshell-sections.txt
parent11cd3fda1a54523ffa450b90f7ac859198d49fbe (diff)
downloadgsoc2013-evolution-ecdb79111cdc6a38234655b668d81d1fed95ec30.tar
gsoc2013-evolution-ecdb79111cdc6a38234655b668d81d1fed95ec30.tar.gz
gsoc2013-evolution-ecdb79111cdc6a38234655b668d81d1fed95ec30.tar.bz2
gsoc2013-evolution-ecdb79111cdc6a38234655b668d81d1fed95ec30.tar.lz
gsoc2013-evolution-ecdb79111cdc6a38234655b668d81d1fed95ec30.tar.xz
gsoc2013-evolution-ecdb79111cdc6a38234655b668d81d1fed95ec30.tar.zst
gsoc2013-evolution-ecdb79111cdc6a38234655b668d81d1fed95ec30.zip
Document EExtensible and EExtension.
The mechanism here is simple but hard to explain without leaning heavily on object-oriented jargon. Consider this a rough draft. Illustrations would certainly help clarify.
Diffstat (limited to 'doc/reference/shell/eshell-sections.txt')
-rw-r--r--doc/reference/shell/eshell-sections.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt
index be5171cb3d..776d08d13f 100644
--- a/doc/reference/shell/eshell-sections.txt
+++ b/doc/reference/shell/eshell-sections.txt
@@ -441,6 +441,40 @@ e_dialog_combo_box_get
</SECTION>
<SECTION>
+<FILE>e-extensible</FILE>
+<TITLE>Extensible</TITLE>
+EExtensible
+e_extensible_load_extensions
+<SUBSECTION Standard>
+E_EXTENSIBLE
+E_IS_EXTENSIBLE
+E_TYPE_EXTENSIBLE
+E_EXTENSIBLE_INTERFACE
+E_IS_EXTENSIBLE_INTERFACE
+E_EXTENSIBLE_GET_INTERFACE
+EExtensibleInterface
+e_extensible_get_type
+</SECTION>
+
+<SECTION>
+<FILE>e-extension</FILE>
+<TITLE>Extensions</TITLE>
+EExtension
+e_extension_get_extensible
+<SUBSECTION Standard>
+E_EXTENSION
+E_IS_EXTENSION
+E_TYPE_EXTENSION
+E_EXTENSION_CLASS
+E_IS_EXTENSION_CLASS
+E_EXTENSION_GET_CLASS
+EExtensionClass
+e_extension_get_type
+<SUBSECTION Private>
+EExtensionPrivate
+</SECTION>
+
+<SECTION>
<FILE>e-html-utils</FILE>
<TITLE>Text to HTML Conversion</TITLE>
E_TEXT_TO_HTML_PRE