Description: 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.
Author: Josselin Mouette <joss@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348920
Index: librsvg-2.35.2/rsvg-gobject.c
===================================================================
--- librsvg-2.35.2.orig/rsvg-gobject.c	2012-02-06 20:44:12.000000000 +0100
+++ librsvg-2.35.2/rsvg-gobject.c	2012-03-08 07:15:20.325930529 +0100
@@ -356,3 +356,9 @@
                          "flags", flags,
                          NULL);
 }
+
+RsvgHandle *
+rsvg_handle_new_gz (void)
+{
+    return rsvg_handle_new ();
+}
