diff options
author | Akira TAGOH <akira@tagoh.org> | 2014-09-25 17:03:27 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2014-09-25 17:03:27 +0900 |
commit | 1082161ea303cf2bbc13b62a191662984131e820 (patch) | |
tree | 591b2167fbc6bde30d14112771fcec1803c4a6a7 /doc | |
parent | 286cdc9c10b0453c25950103b6a1f7170d15bfdc (diff) |
Add FcRangeGetDouble()
https://bugs.freedesktop.org/show_bug.cgi?id=82876
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcrange.fncs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/fcrange.fncs b/doc/fcrange.fncs index 60545952..4181b809 100644 --- a/doc/fcrange.fncs +++ b/doc/fcrange.fncs @@ -62,3 +62,13 @@ integer sized value. all memory associated with it. @SINCE@ 2.11.91 @@ + +@RET@ FcBool +@FUNC@ FcRangeGetDouble +@TYPE1@ const FcRange * @ARG1@ range +@TYPE2@ double * @ARG2@ begin +@TYPE3@ double * @ARG3@ end +@PURPOSE@ Get the range in double +@DESC@ +Returns in <parameter>begin</parameter> and <parameter>end</parameter> as the range. +@SINCE@ 2.11.91 |