Function pango::version_string [−][src]
pub fn version_string() -> Option<GString>
Expand description
This is similar to the macro PANGO_VERSION_STRING
except that
it returns the version of Pango available at run-time, as opposed to
the version available at compile-time.
Returns
A string containing the version of Pango library available at run time. The returned string is owned by Pango and should not be modified or freed.