summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-core.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-09-01 21:08:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-01 21:08:12 +0000
commitb990eaf82dedb26f89de844172dcad10abc414b1 (patch)
treeb38f4432edd9e06fc45cfd339043bfff722ae17a /gdk-pixbuf/gdk-pixbuf-core.h
parentd04af38a6c2ed8b7be7ecf04975a426374d790d8 (diff)
downloadgtk+-b990eaf82dedb26f89de844172dcad10abc414b1.tar.gz
Align argument names with source.
2004-09-01 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-core.h: Align argument names with source.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-core.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-core.h2
1 files changed, 1 insertions, 1 deletions
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,