]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commit
example.c: switch back to the stream-based file API.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 4 Aug 2023 02:14:45 +0000 (22:14 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 4 Aug 2023 02:14:45 +0000 (22:14 -0400)
commit6b08d4c36787505216607ecee1ad433ff72816b6
tree536ffd7ecd231cc61c9065cbcdacf69d0549ea99
parent6bf209a934fc0b73a4e0dabddbb8de1e4ec5d799
example.c: switch back to the stream-based file API.

GdkPixbuf's module->load function takes a FILE* and not a path (or
descriptor), so let's go back to that.
example.c