aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/evolution-plugin-manual.xml
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2004-10-25 12:42:29 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-25 12:42:29 +0800
commit47f9f8c3e78916409320a7fcdd0fe05ab83bd352 (patch)
tree5cd46e9502280fb445bb39cb2235604988f0dbfd /doc/devel/evolution-plugin-manual.xml
parent20502ed6dc8e987691afce39157df3be152fd3fa (diff)
downloadgsoc2013-evolution-47f9f8c3e78916409320a7fcdd0fe05ab83bd352.tar
gsoc2013-evolution-47f9f8c3e78916409320a7fcdd0fe05ab83bd352.tar.gz
gsoc2013-evolution-47f9f8c3e78916409320a7fcdd0fe05ab83bd352.tar.bz2
gsoc2013-evolution-47f9f8c3e78916409320a7fcdd0fe05ab83bd352.tar.lz
gsoc2013-evolution-47f9f8c3e78916409320a7fcdd0fe05ab83bd352.tar.xz
gsoc2013-evolution-47f9f8c3e78916409320a7fcdd0fe05ab83bd352.tar.zst
gsoc2013-evolution-47f9f8c3e78916409320a7fcdd0fe05ab83bd352.zip
Various updates, some more work on auto-generated stuff.
svn path=/trunk/; revision=27711
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>