Skip to content

Commit

Permalink
g_mime_object_get_header can return null in the gir
Browse files Browse the repository at this point in the history
  • Loading branch information
dagle authored and jstedfast committed Sep 25, 2023
1 parent 691aea3 commit d6b01de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmime/gmime-object.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ g_mime_object_set_header (GMimeObject *object, const char *header, const char *v
*
* Gets the value of the first header with the specified name.
*
* Returns: the value of the requested header if it
* Returns: (nullable): the value of the requested header if it
* exists or %NULL otherwise.
**/
const char *
Expand Down

0 comments on commit d6b01de

Please sign in to comment.