summaryrefslogtreecommitdiff
path: root/rsvg-styles.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2017-03-21 13:43:29 -0600
committerFederico Mena Quintero <federico@gnome.org>2017-03-21 13:43:29 -0600
commit1165cc80a0712c41904b3e6b3f09755736c67392 (patch)
tree6015fedbe93c676c5137a47730a01ee96f443ae5 /rsvg-styles.h
parent15825e361380984d3be1d46052980a7321ff6948 (diff)
downloadlibrsvg-1165cc80a0712c41904b3e6b3f09755736c67392.tar.gz
Check the result on all uses of rsvg_parse_transform() and propagate errors
Diffstat (limited to 'rsvg-styles.h')
-rw-r--r--rsvg-styles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-styles.h b/rsvg-styles.h
index e37f0e95..8d61dde5 100644
--- a/rsvg-styles.h
+++ b/rsvg-styles.h
@@ -231,7 +231,7 @@ void rsvg_parse_style_attrs (RsvgHandle *ctx, RsvgNode *node, const char *tag,
const char *klazz, const char *id, RsvgPropertyBag * atts);
G_GNUC_INTERNAL
-gboolean rsvg_parse_transform (cairo_matrix_t *matrix, const char *src);
+gboolean rsvg_parse_transform (cairo_matrix_t *matrix, const char *src) G_GNUC_WARN_UNUSED_RESULT;
G_GNUC_INTERNAL
RsvgState *rsvg_state_parent (RsvgState * state);