diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-17 23:07:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-17 23:07:13 +0800 |
commit | bb7cb1d677117a938ae18d9cae7acc7a56678b6f (patch) | |
tree | b0e4f8354732c23a0ade524fd2036c4ced7275da /doc/reference/shell/tmpl/eshell-unused.sgml | |
parent | 7d2c28c02c6ecddcf492f385cacbd3d24ac215db (diff) | |
download | gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar.gz gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar.bz2 gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar.lz gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar.xz gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar.zst gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.zip |
Massive address book refactoring. Things are mostly working again.
Also, begin documenting the new shell API, and provide a Gtk-Doc framework.
svn path=/branches/kill-bonobo/; revision=36359
Diffstat (limited to 'doc/reference/shell/tmpl/eshell-unused.sgml')
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index f913573f39..2810585883 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -424,12 +424,24 @@ intelligent </para> +<!-- ##### ARG EShellView:view-instance ##### --> +<para> + +</para> + + <!-- ##### STRUCT EShellViewPrivate ##### --> <para> </para> +<!-- ##### ARG EShellWindow:current-view ##### --> +<para> + +</para> + + <!-- ##### STRUCT EShellWindowPrivate ##### --> <para> @@ -1719,6 +1731,30 @@ intelligent </para> +<!-- ##### FUNCTION e_shell_view_get_view_instance ##### --> +<para> + +</para> + +@shell_view: +@Returns: + +<!-- ##### FUNCTION e_shell_view_is_selected ##### --> +<para> + +</para> + +@shell_view: +@Returns: + +<!-- ##### FUNCTION e_shell_view_set_view_instance ##### --> +<para> + +</para> + +@shell_view: +@instance: + <!-- ##### FUNCTION e_shell_window_actions_init ##### --> <para> @@ -1741,6 +1777,14 @@ intelligent @shell_window: +<!-- ##### FUNCTION e_shell_window_get_current_view ##### --> +<para> + +</para> + +@shell_window: +@Returns: + <!-- ##### FUNCTION e_shell_window_private_dispose ##### --> <para> @@ -1762,6 +1806,14 @@ intelligent @shell_window: +<!-- ##### FUNCTION e_shell_window_set_current_view ##### --> +<para> + +</para> + +@shell_window: +@view_name: + <!-- ##### FUNCTION e_shell_window_switch_to_view ##### --> <para> |