From aff8b04b3f5b595fb794f7173eb1e5c6f45885a5 Mon Sep 17 00:00:00 2001
From: Nick Schermer <nick@xfce.org>
Date: Sun, 30 Nov 2008 17:37:38 +0000
Subject: [PATCH] 	* thunar/thunar-dialogs.c: Add function description.

(Old svn revision: 28960)
---
 ChangeLog               |  4 ++++
 thunar/thunar-dialogs.c | 11 +++++++++++
 2 files changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b436175f4..b52db81e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-30	Nick Schermer <nick@xfce.org>
+
+	* thunar/thunar-dialogs.c: Add function description.
+
 2008-11-30	Nick Schermer <nick@xfce.org>
 
 	* thunar/thunar-dialogs.c, thunar/thunar-dialogs.h,
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index df2d884cc..e718012f2 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -40,6 +40,17 @@
 
 
 
+/**
+ * thunar_dialogs_show_rename_file:
+ * @parent : the parent #GtkWindow.
+ * @file   : the #ThunarFile we're going to rename.
+ *
+ * Displays the Thunar rename dialog for a single file rename.
+ *
+ * Return value: returns %TRUE if the file has been successfully renamed.
+ *               Note that it also returns %FALSE if no rename was required
+ *               and thus there is no need for visible updates.
+ **/
 gboolean
 thunar_dialogs_show_rename_file (GtkWindow *parent,
                                  ThunarFile *file)
-- 
GitLab