mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
gsocketcontrolmessage: add nullable annotation to deserialize return
This commit is contained in:
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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user