diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-02 03:24:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-02 03:35:23 +0800 |
commit | a30e1451bd268321533adf68715f7515e0ba880b (patch) | |
tree | 62d7d5282babdadfc911cefcced725ccba29cff9 /win32 | |
parent | f945e649d2337c0491ec8434ef83364dca30c1f8 (diff) | |
download | gsoc2013-evolution-a30e1451bd268321533adf68715f7515e0ba880b.tar gsoc2013-evolution-a30e1451bd268321533adf68715f7515e0ba880b.tar.gz gsoc2013-evolution-a30e1451bd268321533adf68715f7515e0ba880b.tar.bz2 gsoc2013-evolution-a30e1451bd268321533adf68715f7515e0ba880b.tar.lz gsoc2013-evolution-a30e1451bd268321533adf68715f7515e0ba880b.tar.xz gsoc2013-evolution-a30e1451bd268321533adf68715f7515e0ba880b.tar.zst gsoc2013-evolution-a30e1451bd268321533adf68715f7515e0ba880b.zip |
Support multiple callback functions in EPluginUI.
Add an optional "callback" attribute to <ui-manager> elements.
This is useful when extending the UI of multiple GtkUIManager IDs from a
single plugin. If the "callback" attribute is not given, it defaults to
"e_plugin_ui_init".
For example:
<hook class="org.gnome.evolution.ui:1.0">
<ui-manager id="org.gnome.evolution.foo" callback="init_foo">
...
</ui-manager>
<ui-manager id="org.gnome.evolution.bar" callback="init_bar">
...
</ui-manager>
</hook>
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions