From 9a63dc88935c945f90fbeae84d8257b27aeed575 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 8 Feb 2018 18:24:41 -0600 Subject: Replace "RsvgHandle *ctx" for "RsvgHandle *handle" everywhere Hopefully reduce the confusion between "RsvgHandle *ctx" and "RsvgDrawingCtx *ctx" - the Rust code is already uses handle vs. ctx like this. --- rsvg-styles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsvg-styles.h') diff --git a/rsvg-styles.h b/rsvg-styles.h index 89673298..442d62e5 100644 --- a/rsvg-styles.h +++ b/rsvg-styles.h @@ -212,9 +212,9 @@ void rsvg_parse_style_pairs (RsvgState * state, RsvgPropertyBag * atts); G_GNUC_INTERNAL void rsvg_parse_style (RsvgState *state, const char *str); G_GNUC_INTERNAL -void rsvg_parse_cssbuffer (RsvgHandle * ctx, const char *buff, size_t buflen); +void rsvg_parse_cssbuffer (RsvgHandle *handle, const char *buff, size_t buflen); G_GNUC_INTERNAL -void rsvg_parse_style_attrs (RsvgHandle *ctx, RsvgNode *node, const char *tag, +void rsvg_parse_style_attrs (RsvgHandle *handle, RsvgNode *node, const char *tag, const char *klazz, const char *id, RsvgPropertyBag * atts); /* Implemented in rust/src/transform.rs */ -- cgit v1.2.1