diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-08 00:25:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-08 00:48:52 +0800 |
commit | 88d5608a97ebaee9c04c3e8ac6b79278e824ecee (patch) | |
tree | 16b98f1ca9a273aa99fc4d63e8e06bdf2983dcda /doc/reference/shell/tmpl/e-shell-window.sgml | |
parent | 67942d5a17374287bccb4914541e4aeef8c3c85c (diff) | |
download | gsoc2013-evolution-88d5608a97ebaee9c04c3e8ac6b79278e824ecee.tar gsoc2013-evolution-88d5608a97ebaee9c04c3e8ac6b79278e824ecee.tar.gz gsoc2013-evolution-88d5608a97ebaee9c04c3e8ac6b79278e824ecee.tar.bz2 gsoc2013-evolution-88d5608a97ebaee9c04c3e8ac6b79278e824ecee.tar.lz gsoc2013-evolution-88d5608a97ebaee9c04c3e8ac6b79278e824ecee.tar.xz gsoc2013-evolution-88d5608a97ebaee9c04c3e8ac6b79278e824ecee.tar.zst gsoc2013-evolution-88d5608a97ebaee9c04c3e8ac6b79278e824ecee.zip |
Kill gtk-doc tmpl files.
Bump our gtk-doc requirement to 1.14 and use --flavour no-tmpl.
Diffstat (limited to 'doc/reference/shell/tmpl/e-shell-window.sgml')
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-window.sgml | 346 |
1 files changed, 0 insertions, 346 deletions
diff --git a/doc/reference/shell/tmpl/e-shell-window.sgml b/doc/reference/shell/tmpl/e-shell-window.sgml deleted file mode 100644 index 396f4ac4d1..0000000000 --- a/doc/reference/shell/tmpl/e-shell-window.sgml +++ /dev/null @@ -1,346 +0,0 @@ -<!-- ##### SECTION Title ##### --> -EShellWindow - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### STRUCT EShellWindow ##### --> -<para> - -</para> - - -<!-- ##### SIGNAL EShellWindow::shell-view-created ##### --> -<para> - -</para> - -@eshellwindow: the object which received the signal. -@arg1: - -<!-- ##### ARG EShellWindow:active-view ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:alert-bar ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:focus-tracker ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:geometry ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:safe-mode ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:shell ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:sidebar-visible ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:switcher-visible ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:taskbar-visible ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:toolbar-visible ##### --> -<para> - -</para> - -<!-- ##### ARG EShellWindow:ui-manager ##### --> -<para> - -</para> - -<!-- ##### FUNCTION e_shell_window_new ##### --> -<para> - -</para> - -@shell: -@safe_mode: -@geometry: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_shell ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_shell_view ##### --> -<para> - -</para> - -@shell_window: -@view_name: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_peek_shell_view ##### --> -<para> - -</para> - -@shell_window: -@view_name: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_shell_view_action ##### --> -<para> - -</para> - -@shell_window: -@view_name: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_alert_bar ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_focus_tracker ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_ui_manager ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_action ##### --> -<para> - -</para> - -@shell_window: -@action_name: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_action_group ##### --> -<para> - -</para> - -@shell_window: -@group_name: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_managed_widget ##### --> -<para> - -</para> - -@shell_window: -@widget_path: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_get_active_view ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_set_active_view ##### --> -<para> - -</para> - -@shell_window: -@view_name: - - -<!-- ##### FUNCTION e_shell_window_get_safe_mode ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_set_safe_mode ##### --> -<para> - -</para> - -@shell_window: -@safe_mode: - - -<!-- ##### FUNCTION e_shell_window_add_action_group ##### --> -<para> - -</para> - -@shell_window: -@group_name: - - -<!-- ##### FUNCTION e_shell_window_get_sidebar_visible ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_set_sidebar_visible ##### --> -<para> - -</para> - -@shell_window: -@sidebar_visible: - - -<!-- ##### FUNCTION e_shell_window_get_switcher_visible ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_set_switcher_visible ##### --> -<para> - -</para> - -@shell_window: -@switcher_visible: - - -<!-- ##### FUNCTION e_shell_window_get_taskbar_visible ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_set_taskbar_visible ##### --> -<para> - -</para> - -@shell_window: -@taskbar_visible: - - -<!-- ##### FUNCTION e_shell_window_get_toolbar_visible ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - -<!-- ##### FUNCTION e_shell_window_set_toolbar_visible ##### --> -<para> - -</para> - -@shell_window: -@toolbar_visible: - - -<!-- ##### FUNCTION e_shell_window_register_new_item_actions ##### --> -<para> - -</para> - -@shell_window: -@backend_name: -@entries: -@n_entries: - - -<!-- ##### FUNCTION e_shell_window_register_new_source_actions ##### --> -<para> - -</para> - -@shell_window: -@backend_name: -@entries: -@n_entries: - - -<!-- ##### FUNCTION e_shell_window_get_menu_bar_box ##### --> -<para> - -</para> - -@shell_window: -@Returns: - - |