diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-01 05:11:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-11-01 10:54:30 +0800 |
commit | ccc2b3a14bf19b3db1d837887a07e74f50db078c (patch) | |
tree | 639b3deaf2fa7e15ebb149a705095fbb0d717a7b /doc/reference/shell/tmpl | |
parent | 82925c6be94e9e48e4ef521a88a9feec24cf9eef (diff) | |
download | gsoc2013-evolution-ccc2b3a14bf19b3db1d837887a07e74f50db078c.tar gsoc2013-evolution-ccc2b3a14bf19b3db1d837887a07e74f50db078c.tar.gz gsoc2013-evolution-ccc2b3a14bf19b3db1d837887a07e74f50db078c.tar.bz2 gsoc2013-evolution-ccc2b3a14bf19b3db1d837887a07e74f50db078c.tar.lz gsoc2013-evolution-ccc2b3a14bf19b3db1d837887a07e74f50db078c.tar.xz gsoc2013-evolution-ccc2b3a14bf19b3db1d837887a07e74f50db078c.tar.zst gsoc2013-evolution-ccc2b3a14bf19b3db1d837887a07e74f50db078c.zip |
EActivity: Add an "alert-sink" property.
This is just for convenience, EActivity does not use this property.
Especially useful in async function callbacks when the operation
failed and now you have to do something useful with the GError.
Diffstat (limited to 'doc/reference/shell/tmpl')
-rw-r--r-- | doc/reference/shell/tmpl/e-activity.sgml | 16 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 9 |
2 files changed, 21 insertions, 4 deletions
diff --git a/doc/reference/shell/tmpl/e-activity.sgml b/doc/reference/shell/tmpl/e-activity.sgml index 1d4d1b3f3c..3d9fb20107 100644 --- a/doc/reference/shell/tmpl/e-activity.sgml +++ b/doc/reference/shell/tmpl/e-activity.sgml @@ -35,17 +35,16 @@ e-activity @Returns: -<!-- ##### FUNCTION e_activity_newv ##### --> +<!-- ##### FUNCTION e_activity_describe ##### --> <para> </para> -@format: -@Varargs: +@activity: @Returns: -<!-- ##### FUNCTION e_activity_describe ##### --> +<!-- ##### FUNCTION e_activity_get_alert_sink ##### --> <para> </para> @@ -54,6 +53,15 @@ e-activity @Returns: +<!-- ##### FUNCTION e_activity_set_alert_sink ##### --> +<para> + +</para> + +@activity: +@alert_sink: + + <!-- ##### FUNCTION e_activity_get_cancellable ##### --> <para> diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 2b172b25de..0ce25a6249 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -307,6 +307,15 @@ e-shell-window.sgml @activity: @Returns: +<!-- ##### FUNCTION e_activity_newv ##### --> +<para> + +</para> + +@format: +@Varargs: +@Returns: + <!-- ##### FUNCTION e_activity_set_allow_cancel ##### --> <para> |