added missing documentation to cairo_font_options_status

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.
This commit is contained in:
Ayman El Didi 2022-02-17 15:58:14 -07:00
parent 4d68059656
commit c932bb7ae7

View file

@ -186,7 +186,8 @@ cairo_font_options_destroy (cairo_font_options_t *options)
* Checks whether an error has previously occurred for this
* font options object
*
* Return value: %CAIRO_STATUS_SUCCESS or %CAIRO_STATUS_NO_MEMORY
* Return value: %CAIRO_STATUS_SUCCESS, %CAIRO_STATUS_NO_MEMORY, or
* %CAIRO_STATUS_NULL_POINTER.
*
* Since: 1.0
**/