From: Michael Orlitzky Date: Fri, 4 Aug 2023 02:14:45 +0000 (-0400) Subject: example.c: switch back to the stream-based file API. X-Git-Tag: 0.0.1~48 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=6b08d4c36787505216607ecee1ad433ff72816b6;hp=6b08d4c36787505216607ecee1ad433ff72816b6;p=libsvgtiny-pixbuf.git 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. ---