summaryrefslogtreecommitdiff
path: root/rsvg-styles.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2017-05-16 14:36:02 -0500
committerFederico Mena Quintero <federico@gnome.org>2017-05-16 14:36:02 -0500
commit573a3ee75630936a8a0f91fb4757cf7af10708a2 (patch)
tree458c4ddb3e95145279119a29f52afefdc0089583 /rsvg-styles.h
parente050320825fe9572c431c7f79d3db41580f0e6b1 (diff)
downloadlibrsvg-573a3ee75630936a8a0f91fb4757cf7af10708a2.tar.gz
Export rsvg_state_has_overflow() 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 44c991ab..be59544d 100644
--- a/rsvg-styles.h
+++ b/rsvg-styles.h
@@ -254,6 +254,9 @@ G_GNUC_INTERNAL
gboolean rsvg_state_is_overflow (RsvgState *state);
G_GNUC_INTERNAL
+gboolean rsvg_state_has_overflow (RsvgState *state);
+
+G_GNUC_INTERNAL
gboolean rsvg_state_get_cond_true (RsvgState *state);
G_END_DECLS