From: Josselin Mouette Date: Tue, 19 Dec 2017 23:31:53 +0000 (-0500) Subject: Revert ABI breakage X-Git-Tag: archive/raspbian/2.44.10-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e997c567b14c65375f2e4582a3cf37c2078a5cd;p=librsvg.git Revert ABI breakage Provide the rsvg_handle_new_gz function. Do not provide the C prototype to force applications using it to use rsvg_handle_new instead. Gbp-Pq: Name 10_rsvg-gz.patch --- diff --git a/librsvg/rsvg-handle.c b/librsvg/rsvg-handle.c index af66b5e..01eda92 100644 --- a/librsvg/rsvg-handle.c +++ b/librsvg/rsvg-handle.c @@ -405,6 +405,13 @@ rsvg_handle_free (RsvgHandle * handle) g_object_unref (handle); } +/* Debian-specific, for compatibility with old ABI */ +RsvgHandle * +rsvg_handle_new_gz (void) +{ + return rsvg_handle_new (); +} + /** * rsvg_handle_new: *