Get the string representation of the given version id. This function will return %NULL if version isn't valid. See cairo_pdf_get_versions() for a way to get the list of valid version ids.

cairo_pdf_version_to_string(version)

Arguments

version

[int] a version id

Value

[const char *]

Details

Return value: the string associated to given version.

Since: 1.10

C function prototype: const char * cairo_pdf_version_to_string (cairo_pdf_version_t version)

See also