Merge branch 'sctrl-deser-nullable' into 'main'

gsocketcontrolmessage: add nullable annotation to deserialize return

See merge request GNOME/glib!3099
This commit is contained in:
Sebastian Dröge 2022-11-30 07:51:15 +00:00
commit 4e5850946b

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