aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/evolution-plugin-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devel/evolution-plugin-manual.xml')
-rw-r--r--doc/devel/evolution-plugin-manual.xml31
1 files changed, 28 insertions, 3 deletions
diff --git a/doc/devel/evolution-plugin-manual.xml b/doc/devel/evolution-plugin-manual.xml
index dbac234ca4..ad84699172 100644
--- a/doc/devel/evolution-plugin-manual.xml
+++ b/doc/devel/evolution-plugin-manual.xml
@@ -18,6 +18,9 @@
<!ENTITY em-events SYSTEM "em-events.xml">
+<!ENTITY es-events SYSTEM "es-events.xml">
+<!ENTITY es-menus SYSTEM "es-menus.xml">
+
]>
<?xml-stylesheet href="sdocbook.css" type="text/css"?>
@@ -2872,9 +2875,31 @@
<title>
Shell Hooks
</title>
- <para>
- None defined.
- </para>
+
+ <sect1 id="shell-hooks-menu">
+ <title>Main menus</title>
+
+ <para>
+ The mail menu class is
+ <interfacename>org.gnome.evolution.shell.bonobomenu:1.0</interfacename>.
+ </para>
+ <para>
+ The plugin callback data will be the target matching the plugin
+ menu itself, and the callback returns no value.
+ </para>
+ &es-menus;
+ </sect1>
+ <sect1 id="shell-hooks-event">
+ <title>Events</title>
+
+ <para>
+ The shell event class is
+ <interfacename>org.gnome.evolution.shell.events:1.0</interfacename>.
+ </para>
+
+ &es-events;
+ </sect1>
+
</chapter>
</part>