Align argument names with source.

2004-09-01  Matthias Clasen  <mclasen@redhat.com>

	* gdk-pixbuf-core.h: Align argument names with source.
This commit is contained in:
Matthias Clasen 2004-09-01 21:08:12 +00:00 committed by Matthias Clasen
parent d04af38a6c
commit b990eaf82d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-core.h: Align argument names with source.
Thu Aug 26 01:23:16 2004 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf-core.h:

View File

@ -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,