mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
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:
commit
4e5850946b
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user