From 77e69b7b916f8ece6ef92e00824310362092ee49 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 15 Oct 2003 17:54:42 +0000 Subject: [PATCH] fixed comment. 2003-10-15 Sven Neumann * app/config/gimpconfig-utils.c (gimp_config_sync): fixed comment. --- ChangeLog | 4 ++++ app/config/gimpconfig-utils.c | 2 ++ libgimpconfig/gimpconfig-utils.c | 2 ++ 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c8c7eafb1..8e11c3e205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-15 Sven Neumann + + * app/config/gimpconfig-utils.c (gimp_config_sync): fixed comment. + 2003-10-15 Sven Neumann * app/gui/file-new-dialog.c (file_new_dialog_set): sync from the diff --git a/app/config/gimpconfig-utils.c b/app/config/gimpconfig-utils.c index dd783051de..fe04b0f65f 100644 --- a/app/config/gimpconfig-utils.c +++ b/app/config/gimpconfig-utils.c @@ -188,6 +188,8 @@ gimp_config_diff (GimpConfig *a, * that have all @flags set. Differing values are then copied from * @src to @dest. If @flags is 0, all differing read/write properties * are synced. + * + * Return value: %TRUE if @dest was modified, %FALSE otherwise **/ gboolean gimp_config_sync (GimpConfig *src, diff --git a/libgimpconfig/gimpconfig-utils.c b/libgimpconfig/gimpconfig-utils.c index dd783051de..fe04b0f65f 100644 --- a/libgimpconfig/gimpconfig-utils.c +++ b/libgimpconfig/gimpconfig-utils.c @@ -188,6 +188,8 @@ gimp_config_diff (GimpConfig *a, * that have all @flags set. Differing values are then copied from * @src to @dest. If @flags is 0, all differing read/write properties * are synced. + * + * Return value: %TRUE if @dest was modified, %FALSE otherwise **/ gboolean gimp_config_sync (GimpConfig *src,