Skip to content

added missing documentation to cairo_font_options_status

Ayman El Didi requested to merge aeldidi/cairo:develop4 into master

The documentation for cairo_font_options_status says it can return either CAIRO_STATUS_SUCCESS or CAIRO_STATUS_NO_MEMORY, but the implementation can also return CAIRO_STATUS_NULL_POINTER, which wasn't mentioned.

Merge request reports