aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-sidebar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-11-20 07:54:02 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-20 07:54:02 +0800
commitab0ea462f39d13d56f10ccefeae882cc001469e4 (patch)
treea6e6c9256125e7f04198f0aba2ead1f4c3b3168d /shell/e-shell-sidebar.c
parentb06cdfab92313ca7b1ce9a88ccb0ffba33cb17ab (diff)
downloadgsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar
gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.gz
gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.bz2
gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.lz
gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.xz
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.c8
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.
*