aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-title-bar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /shell/e-shell-folder-title-bar.c
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.bz2
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.lz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.xz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'shell/e-shell-folder-title-bar.c')
-rw-r--r--shell/e-shell-folder-title-bar.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c
index 24bf3a58e8..5f12035239 100644
--- a/shell/e-shell-folder-title-bar.c
+++ b/shell/e-shell-folder-title-bar.c
@@ -470,8 +470,8 @@ e_shell_folder_title_bar_init (EShellFolderTitleBar *shell_folder_title_bar)
/**
* e_shell_folder_title_bar_construct:
- * @folder_title_bar:
- *
+ * @folder_title_bar:
+ *
* Construct the folder title bar widget.
**/
void
@@ -552,11 +552,11 @@ e_shell_folder_title_bar_construct (EShellFolderTitleBar *folder_title_bar)
/**
* e_shell_folder_title_bar_new:
- * @void:
- *
+ * @void:
+ *
* Create a new title bar widget.
- *
- * Return value:
+ *
+ * Return value:
**/
GtkWidget *
e_shell_folder_title_bar_new (void)
@@ -572,9 +572,9 @@ e_shell_folder_title_bar_new (void)
/**
* e_shell_folder_title_bar_set_title:
- * @folder_title_bar:
- * @title:
- *
+ * @folder_title_bar:
+ * @title:
+ *
* Set the title for the title bar.
**/
void
@@ -629,9 +629,9 @@ e_shell_folder_title_bar_set_folder_bar_label (EShellFolderTitleBar *folder_titl
/**
* e_shell_folder_title_bar_set_icon:
- * @folder_title_bar:
- * @icon:
- *
+ * @folder_title_bar:
+ * @icon:
+ *
* Set the name of the icon for the title bar.
**/
void
@@ -668,9 +668,9 @@ e_shell_folder_title_bar_set_icon (EShellFolderTitleBar *folder_title_bar,
/**
* e_shell_folder_title_bar_set_toggle_state:
- * @folder_title_bar:
- * @state:
- *
+ * @folder_title_bar:
+ * @state:
+ *
* Set whether the title bar's button is in pressed state (TRUE) or not (FALSE).
**/
void
@@ -689,9 +689,9 @@ e_shell_folder_title_bar_set_toggle_state (EShellFolderTitleBar *folder_title_ba
/**
* e_shell_folder_title_bar_set_clickable:
- * @folder_title_bar:
- * @clickable:
- *
+ * @folder_title_bar:
+ * @clickable:
+ *
* Specify whether the title in the @folder_title_bar is clickable. If not,
* the arrow pixmap is not shown.
**/