projects
/
librsvg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b9bed
)
Revert ABI breakage
author
Josselin Mouette
<joss@debian.org>
Tue, 19 Dec 2017 23:31:53 +0000
(18:31 -0500)
committer
Jeremy Bicha
<jbicha@debian.org>
Tue, 11 Dec 2018 21:02:52 +0000
(21:02 +0000)
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
librsvg/rsvg-handle.c
patch
|
blob
|
history
diff --git
a/librsvg/rsvg-handle.c
b/librsvg/rsvg-handle.c
index af66b5e83e7fccd975270456b51584493865497c..01eda9256dfdab814f056b309890189b309b9af5 100644
(file)
--- 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:
*