Method
ClutterUnitsto_string
since: 1.0
Declaration [src]
gchar*
clutter_units_to_string (
const ClutterUnits* units
)
Description [src]
Converts units
into a string
See clutter_units_from_string()
for the units syntax and for
examples of output
Fractional values are truncated to the second decimal position for em, mm and cm, and to the first decimal position for typographic points. Pixels are integers.
Available since: 1.0