Address RSVG library deprecated functions
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
Our use of RSVG library needs to be update.
‘rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels'
‘rsvg_handle_close’ is deprecated: Use 'rsvg_handle_read_stream_sync'
‘rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document'
Dealt with ...get_dimensions and ...render_cairo. For rsvg_handle_close, see the notes in https://www.manpagez.com/html/rsvg-2.0/rsvg-2.0-2.52.1/RsvgHandle.php#rsvg-handle-close on how to rewrite things.
In fact (per https://github.com/xfce-mirror/xfce4-xkb-plugin/commit/825fa1c):
So just commented
_close()
calls!