mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
GIO: Add G-I annotations for several methods
Specifically: - g_io_stream_get_input/output_stream() - g_socket_client_get_local_address() - g_socket_connection_get_socket() - g_socket_listener_add_address() - g_socket_listener_accept_socket() - g_socket_listener_accept() - g_io_extension_point_get_extensions()
This commit is contained in:
@@ -122,7 +122,7 @@ g_socket_connection_get_output_stream (GIOStream *io_stream)
|
||||
* This can be useful if you want to do something unusual on it
|
||||
* not supported by the #GSocketConnection APIs.
|
||||
*
|
||||
* Returns: a #GSocketAddress or %NULL on error.
|
||||
* Returns: (transfer none): a #GSocketAddress or %NULL on error.
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
|
Reference in New Issue
Block a user