forked from AuroraMiddleware/gtk
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:
parent
d04af38a6c
commit
b990eaf82d
@ -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>
|
Thu Aug 26 01:23:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gdk-pixbuf-core.h:
|
* 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,
|
GdkPixbuf *gdk_pixbuf_new_from_file_at_scale (const char *filename,
|
||||||
int width,
|
int width,
|
||||||
int height,
|
int height,
|
||||||
gboolean keep_aspect_ratio,
|
gboolean preserve_aspect_ratio,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
GdkPixbuf *gdk_pixbuf_new_from_data (const guchar *data,
|
GdkPixbuf *gdk_pixbuf_new_from_data (const guchar *data,
|
||||||
|
Loading…
Reference in New Issue
Block a user