[librsvg] Rename rsvg-gobject.c to rsvg-handle.c



commit e39a066df1d5b42c0cf6b0324797822c9123e5b0
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Dec 5 19:35:55 2017 -0600

    Rename rsvg-gobject.c to rsvg-handle.c
    
    After all, that's where RsvgHandle is instantiated...

 Makefile.am                     |    2 +-
 rsvg-gobject.c => rsvg-handle.c |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index adc2607..9e05c09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES = \
        rsvg-file-util.c        \
        rsvg-filter.c           \
        rsvg-filter.h           \
-       rsvg-gobject.c          \
+       rsvg-handle.c           \
        rsvg-io.c               \
        rsvg-io.h               \
        rsvg-marker.h           \
diff --git a/rsvg-gobject.c b/rsvg-handle.c
similarity index 100%
rename from rsvg-gobject.c
rename to rsvg-handle.c


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