gstdoc-scangobj: serialise doubles and floats always with a decimal dot
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 23 Jul 2010 15:46:10 +0000 (16:46 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 23 Jul 2010 15:46:10 +0000 (16:46 +0100)
commit1c3225c7cffafbcfdf711ed33c69e6e1f974745d
treeacfaa8c13f0f128d593491a76f871e49c84270bf
parentf1dae75a1e567c6726be4c77db5c682e951178c2
gstdoc-scangobj: serialise doubles and floats always with a decimal dot

Make sure floats and double property values are output with a decimal dot
(and not e.g. a comma) irrespective of the current locale. g_ascii_formatd() is
used here instead of g_ascii_dtostr() because we want nice human-readable
numbers and do not need the exact same bit representation when deserialising.

Other parts of gtk-doc may need fixing as well to make sure to always
deserialise floats and doubles in C locale.
gstdoc-scangobj