diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-12-20 02:30:45 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:14 +0800 |
commit | fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd (patch) | |
tree | 28d901095b847134ba5d2dd8dd3a2e0ea90a652c /doc/reference/shell/tmpl | |
parent | 6217c4110631d8e0c3cf5d8c08dc2a627b5b0c4d (diff) | |
download | gsoc2013-evolution-fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd.tar gsoc2013-evolution-fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd.tar.gz gsoc2013-evolution-fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd.tar.bz2 gsoc2013-evolution-fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd.tar.lz gsoc2013-evolution-fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd.tar.xz gsoc2013-evolution-fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd.tar.zst gsoc2013-evolution-fdf1c024b57e28f8cdee3f3590f008bd1d5ee9bd.zip |
Add e_shell_submit_alert().
An easy way to broadcast application-wide alerts to shell windows.
These alerts will persist in all current and future shell windows
until responded to (either programmatically or by the user).
Diffstat (limited to 'doc/reference/shell/tmpl')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index 0afd89d53b..2badec4d7d 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -225,6 +225,15 @@ EShell @Returns: +<!-- ##### FUNCTION e_shell_submit_alert ##### --> +<para> + +</para> + +@shell: +@alert: + + <!-- ##### FUNCTION e_shell_watch_window ##### --> <para> |