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-sidebar.c | |
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-sidebar.c')
-rw-r--r-- | shell/e-shell-sidebar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c index ad4cb92970..7763e64918 100644 --- a/shell/e-shell-sidebar.c +++ b/shell/e-shell-sidebar.c @@ -551,6 +551,8 @@ e_shell_sidebar_get_icon_name (EShellSidebar *shell_sidebar) /** * e_shell_sidebar_set_icon_name: + * @shell_sidebar: an #EShellSidebar + * @icon_name: a themed icon name * * Sets the icon name displayed at the top of the sidebar. **/ |