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

@@ -356,7 +356,7 @@ g_socket_client_set_protocol (GSocketClient *client,
*
* See g_socket_client_set_local_address() for details.
*
* Returns: a #GSocketAddres or %NULL. don't free
* Returns: (transfer none): a #GSocketAddres or %NULL. don't free
*
* Since: 2.22
*/