mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
fixed comment.
2003-10-15 Sven Neumann <sven@gimp.org> * app/config/gimpconfig-utils.c (gimp_config_sync): fixed comment.
This commit is contained in:
parent
3ad58e9de4
commit
77e69b7b91
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-10-15 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/config/gimpconfig-utils.c (gimp_config_sync): fixed comment.
|
||||||
|
|
||||||
2003-10-15 Sven Neumann <sven@gimp.org>
|
2003-10-15 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/gui/file-new-dialog.c (file_new_dialog_set): sync from the
|
* app/gui/file-new-dialog.c (file_new_dialog_set): sync from the
|
||||||
|
|
|
@ -188,6 +188,8 @@ gimp_config_diff (GimpConfig *a,
|
||||||
* that have all @flags set. Differing values are then copied from
|
* that have all @flags set. Differing values are then copied from
|
||||||
* @src to @dest. If @flags is 0, all differing read/write properties
|
* @src to @dest. If @flags is 0, all differing read/write properties
|
||||||
* are synced.
|
* are synced.
|
||||||
|
*
|
||||||
|
* Return value: %TRUE if @dest was modified, %FALSE otherwise
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
gimp_config_sync (GimpConfig *src,
|
gimp_config_sync (GimpConfig *src,
|
||||||
|
|
|
@ -188,6 +188,8 @@ gimp_config_diff (GimpConfig *a,
|
||||||
* that have all @flags set. Differing values are then copied from
|
* that have all @flags set. Differing values are then copied from
|
||||||
* @src to @dest. If @flags is 0, all differing read/write properties
|
* @src to @dest. If @flags is 0, all differing read/write properties
|
||||||
* are synced.
|
* are synced.
|
||||||
|
*
|
||||||
|
* Return value: %TRUE if @dest was modified, %FALSE otherwise
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
gimp_config_sync (GimpConfig *src,
|
gimp_config_sync (GimpConfig *src,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue