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:
Eduardo Lima Mitev
2010-07-26 17:21:14 +02:00
parent e4f90c8262
commit 8673f0b06c
5 changed files with 13 additions and 10 deletions

View File

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