mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 13:28:03 +02:00
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:
parent
4d68059656
commit
c932bb7ae7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue