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

cairo_ps_level_to_string(level)

Arguments

level

[int] a level id

Value

[const char *]

Details

Return value: the string associated to given level.

Since: 1.6

C function prototype: const char * cairo_ps_level_to_string (cairo_ps_level_t level)

See also