diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-20 07:54:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-20 07:54:02 +0800 |
commit | ab0ea462f39d13d56f10ccefeae882cc001469e4 (patch) | |
tree | a6e6c9256125e7f04198f0aba2ead1f4c3b3168d /shell/e-shell-sidebar.c | |
parent | b06cdfab92313ca7b1ce9a88ccb0ffba33cb17ab (diff) | |
download | gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.gz gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.zst gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.zip |
Documentation improvements.
svn path=/branches/kill-bonobo/; revision=36806
Diffstat (limited to 'shell/e-shell-sidebar.c')
-rw-r--r-- | shell/e-shell-sidebar.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c index 3f2494cba4..7e5a1f7695 100644 --- a/shell/e-shell-sidebar.c +++ b/shell/e-shell-sidebar.c @@ -333,7 +333,7 @@ shell_sidebar_class_init (EShellSidebarClass *class) container_class->forall = shell_sidebar_forall; /** - * EShellTaskbar:primary-text + * EShellSidebar:primary-text * * The primary text is displayed in bold at the top of the sidebar. **/ @@ -348,7 +348,7 @@ shell_sidebar_class_init (EShellSidebarClass *class) G_PARAM_READWRITE)); /** - * EShellTaskbar:secondary-text + * EShellSidebar:secondary-text * * The secondary text is displayed in a smaller font at the top of * the sidebar. @@ -448,7 +448,7 @@ e_shell_sidebar_new (EShellView *shell_view) /** * e_shell_sidebar_check_state: - * @shell_sidebar an #EShellSidebar + * @shell_sidebar: an #EShellSidebar * * #EShellSidebar subclasses should implement the * <structfield>check_state</structfield> method in #EShellSidebarClass @@ -511,6 +511,7 @@ e_shell_sidebar_get_primary_text (EShellSidebar *shell_sidebar) /** * e_shell_sidebar_set_primary_text: * @shell_sidebar: an #EShellSidebar + * @primary_text: text to be displayed in a bold font * * Sets the primary text for @shell_sidebar. * @@ -566,6 +567,7 @@ e_shell_sidebar_get_secondary_text (EShellSidebar *shell_sidebar) /** * e_shell_sidebar_set_secondary_text: * @shell_sidebar: an #EShellSidebar + * @secondary_text: text to be displayed in a smaller font * * Sets the secondary text for @shell_sidebar. * |