summaryrefslogtreecommitdiff
path: root/rsvg-styles.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2017-05-29 19:17:38 -0500
committerFederico Mena Quintero <federico@gnome.org>2017-05-30 13:03:23 -0500
commit37479d8adfee8675a0c308af6bf54260418b21b2 (patch)
treecfce40c26fa209686ec231bb49791da90f3c07ed /rsvg-styles.h
parent5c0a332f1af1db35a8e77d2232043268612f0613 (diff)
downloadlibrsvg-37479d8adfee8675a0c308af6bf54260418b21b2.tar.gz
rsvg_state_get_current_color(): Expose to Rust
Diffstat (limited to 'rsvg-styles.h')
-rw-r--r--rsvg-styles.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsvg-styles.h b/rsvg-styles.h
index 6dfab498..320d3834 100644
--- a/rsvg-styles.h
+++ b/rsvg-styles.h
@@ -253,6 +253,9 @@ gboolean rsvg_state_get_cond_true (RsvgState *state);
G_GNUC_INTERNAL
RsvgCssColorSpec *rsvg_state_get_stop_color (RsvgState *state);
+G_GNUC_INTERNAL
+guint32 rsvg_state_get_current_color (RsvgState *state);
+
G_END_DECLS
#endif /* RSVG_STYLES_H */