gsocketcontrolmessage: add nullable annotation to deserialize return

This commit is contained in:
Jason Francis 2022-11-29 17:46:16 -05:00
parent 5f945e5464
commit acfeb65633
No known key found for this signature in database
GPG Key ID: ACE1A14D3536108C

View File

@ -164,7 +164,7 @@ g_socket_control_message_class_init (GSocketControlMessageClass *class)
* If there is no implementation for this kind of control message, %NULL
* will be returned.
*
* Returns: (transfer full): the deserialized message or %NULL
* Returns: (nullable) (transfer full): the deserialized message or %NULL
*
* Since: 2.22
*/