diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 08:05:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 08:05:07 +0800 |
commit | 624f48121f523101fe26c3d3a8b51a4eeda90990 (patch) | |
tree | 69ef64248fa291df664aea303852899af0211f77 /shell/e-shell-view.h | |
parent | bfc5ba2511dc5fd9f5aa9868946c8860afad81bf (diff) | |
download | gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.gz gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.zst gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.zip |
Fix up EShell API documentation.
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index b323839478..b9a12ab893 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -101,6 +101,7 @@ struct _EShellView { * for subclasses, but subclasses are still responsible * for adding the appropriate #GalView factories to the * view collection. + * @shell_backend: The corresponding #EShellBackend for the shell view. * @new_shell_content: Factory method for the shell view's #EShellContent. * See e_shell_view_get_shell_content(). * @new_shell_sidebar: Factory method for the shell view's #EShellSidebar. |