summaryrefslogtreecommitdiff
path: root/rsvg-styles.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2017-12-14 14:16:37 -0600
committerFederico Mena Quintero <federico@gnome.org>2017-12-14 14:16:37 -0600
commit2ec37a704a9001e4828559f846bc379916aa655b (patch)
tree68767eac01e737446f61a0669711d85ce40ff9f8 /rsvg-styles.h
parentbed85586a257c8fe25a0f3a61e38bb8fe958ddab (diff)
downloadlibrsvg-2ec37a704a9001e4828559f846bc379916aa655b.tar.gz
rsvg_state_get_language(): New accessor
Diffstat (limited to 'rsvg-styles.h')
-rw-r--r--rsvg-styles.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsvg-styles.h b/rsvg-styles.h
index d170b4d0..a459f2d0 100644
--- a/rsvg-styles.h
+++ b/rsvg-styles.h
@@ -253,6 +253,10 @@ RsvgOpacitySpec *rsvg_state_get_stop_opacity (RsvgState *state);
G_GNUC_INTERNAL
guint32 rsvg_state_get_current_color (RsvgState *state);
+G_GNUC_INTERNAL
+const char *rsvg_state_get_language (RsvgState *state);
+
+
G_END_DECLS
#endif /* RSVG_STYLES_H */