diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-02 05:17:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-11-05 02:18:34 +0800 |
commit | 0ab70ad33c4e22a176e89bb8a935aed8c7848e51 (patch) | |
tree | 788d3531b70f47a42ed3cb7e0d11d90b531aa33e /doc/reference/shell/tmpl | |
parent | a36d95f93bb2b26c6fd63f8da53977300e9eecc2 (diff) | |
download | gsoc2013-evolution-0ab70ad33c4e22a176e89bb8a935aed8c7848e51.tar gsoc2013-evolution-0ab70ad33c4e22a176e89bb8a935aed8c7848e51.tar.gz gsoc2013-evolution-0ab70ad33c4e22a176e89bb8a935aed8c7848e51.tar.bz2 gsoc2013-evolution-0ab70ad33c4e22a176e89bb8a935aed8c7848e51.tar.lz gsoc2013-evolution-0ab70ad33c4e22a176e89bb8a935aed8c7848e51.tar.xz gsoc2013-evolution-0ab70ad33c4e22a176e89bb8a935aed8c7848e51.tar.zst gsoc2013-evolution-0ab70ad33c4e22a176e89bb8a935aed8c7848e51.zip |
Add GBinding transform funcs for enum types.
We'll want to store enum settings by their nicknames.
Diffstat (limited to 'doc/reference/shell/tmpl')
-rw-r--r-- | doc/reference/shell/tmpl/e-util.sgml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/e-util.sgml b/doc/reference/shell/tmpl/e-util.sgml index edc49fb2ae..060ec3f322 100644 --- a/doc/reference/shell/tmpl/e-util.sgml +++ b/doc/reference/shell/tmpl/e-util.sgml @@ -359,6 +359,30 @@ Miscellaneous Utilities @Returns: +<!-- ##### FUNCTION e_binding_transform_enum_nick_to_value ##### --> +<para> + +</para> + +@binding: +@source_value: +@target_value: +@not_used: +@Returns: + + +<!-- ##### FUNCTION e_binding_transform_enum_value_to_nick ##### --> +<para> + +</para> + +@binding: +@source_value: +@target_value: +@not_used: +@Returns: + + <!-- ##### FUNCTION e_binding_transform_source_to_uid ##### --> <para> |