[librsvg] close_impl(): Internal function renamed from rsvg_handle_close_impl()



commit 9f38deb1a59a4f5d643e64d3db0efb2cfce9a885
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Dec 5 19:47:23 2017 -0600

    close_impl(): Internal function renamed from rsvg_handle_close_impl()

 rsvg-base.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rsvg-base.c b/rsvg-base.c
index 22046d9..33cb42e 100644
--- a/rsvg-base.c
+++ b/rsvg-base.c
@@ -1175,7 +1175,7 @@ write_impl (RsvgHandle * handle, const guchar * buf, gsize count, GError ** erro
 }
 
 static gboolean
-rsvg_handle_close_impl (RsvgHandle * handle, GError ** error)
+close_impl (RsvgHandle * handle, GError ** error)
 {
     GError *real_error = NULL;
 
@@ -1402,7 +1402,7 @@ rsvg_handle_close (RsvgHandle * handle, GError ** error)
         return ret;
     }
 
-    result = rsvg_handle_close_impl (handle, error);
+    result = close_impl (handle, error);
 
     if (result) {
         priv->state = RSVG_HANDLE_STATE_CLOSED_OK;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]