1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-21 17:37:53 +02:00

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

@@ -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
*/