From b990eaf82dedb26f89de844172dcad10abc414b1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 Sep 2004 21:08:12 +0000 Subject: [PATCH] Align argument names with source. 2004-09-01 Matthias Clasen * gdk-pixbuf-core.h: Align argument names with source. --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/gdk-pixbuf-core.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index a2967d28b5..b5fa7d3181 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Matthias Clasen + + * gdk-pixbuf-core.h: Align argument names with source. + Thu Aug 26 01:23:16 2004 Matthias Clasen * gdk-pixbuf-core.h: diff --git a/gdk-pixbuf/gdk-pixbuf-core.h b/gdk-pixbuf/gdk-pixbuf-core.h index c0f5668ba2..a51be74081 100644 --- a/gdk-pixbuf/gdk-pixbuf-core.h +++ b/gdk-pixbuf/gdk-pixbuf-core.h @@ -125,7 +125,7 @@ GdkPixbuf *gdk_pixbuf_new_from_file_at_size (const char *filename, GdkPixbuf *gdk_pixbuf_new_from_file_at_scale (const char *filename, int width, int height, - gboolean keep_aspect_ratio, + gboolean preserve_aspect_ratio, GError **error); GdkPixbuf *gdk_pixbuf_new_from_data (const guchar *data,