diff options
Diffstat (limited to 'gdk-pixbuf/io-png.c')
-rw-r--r-- | gdk-pixbuf/io-png.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-png.c b/gdk-pixbuf/io-png.c index 5b07a4feed..b9caaf7db8 100644 --- a/gdk-pixbuf/io-png.c +++ b/gdk-pixbuf/io-png.c @@ -134,3 +134,9 @@ image_load (FILE *f) w, h, w * 3, free_buffer, NULL); } + +GdkImage * +image_load_by_data (void *data, size_t count) +{ + return NULL; +} |