diff --git a/ChangeLog b/ChangeLog index b436175f4d1ac17a51815b8cd058283905e4ad73..b52db81e694e5e8df6ac241990baaee0b9d7126d 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 df2d884cca74b952657bf2de911e37db2bbe5b78..e718012f27153e3775c2f52d99bc2cf53c825247 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)