--- a/libpurple/network.h Tue Oct 06 20:44:33 2020 -0500 +++ b/libpurple/network.h Wed Oct 07 01:10:20 2020 -0500 @@ -328,14 +328,14 @@ void purple_network_remove_port_mapping(gint fd); /** + * _purple_network_set_common_socket_flags: + * @fd: The file descriptor for the socket. + * * Sets most commonly used socket flags: O_NONBLOCK and FD_CLOEXEC. * - * @param fd The file descriptor for the socket. - * - * @return TRUE if succeeded, FALSE otherwise. + * Returns: %TRUE if succeeded, %FALSE otherwise. */ -gboolean -_purple_network_set_common_socket_flags(int fd); +gboolean _purple_network_set_common_socket_flags(int fd); /** * purple_network_init: