cairo_ps_level_to_string.Rd
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)
level | [ |
---|
[const char *
]
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)