mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Add a lot of missing annotations
This commit is contained in:
committed by
Johan Dahlin
parent
701ce5d201
commit
30132c44c1
@@ -251,7 +251,7 @@ g_network_address_set_addresses (GNetworkAddress *addr,
|
||||
* Creates a new #GSocketConnectable for connecting to the given
|
||||
* @hostname and @port.
|
||||
*
|
||||
* Return value: the new #GNetworkAddress
|
||||
* Return value: (transfer full): the new #GNetworkAddress
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
@@ -275,7 +275,7 @@ g_network_address_new (const gchar *hostname,
|
||||
* @hostname and @port. May fail and return %NULL in case
|
||||
* parsing @host_and_port fails.
|
||||
*
|
||||
* @host_and_port may be in any of a number of recognised formats: an IPv6
|
||||
* @host_and_port may be in any of a number of recognised formats; an IPv6
|
||||
* address, an IPv4 address, or a domain name (in which case a DNS
|
||||
* lookup is performed). Quoting with [] is supported for all address
|
||||
* types. A port override may be specified in the usual way with a
|
||||
@@ -289,7 +289,7 @@ g_network_address_new (const gchar *hostname,
|
||||
* (allowing them to give the hostname, and a port overide if necessary)
|
||||
* and @default_port is expected to be provided by the application.
|
||||
*
|
||||
* Return value: the new #GNetworkAddress, or %NULL on error
|
||||
* Return value: (transfer full): the new #GNetworkAddress, or %NULL on error
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
@@ -680,7 +680,7 @@ _g_uri_from_authority (const gchar *protocol,
|
||||
* g_network_address_parse_host() allows #GSocketClient to determine
|
||||
* when to use application-specific proxy protocols.
|
||||
*
|
||||
* Return value: the new #GNetworkAddress, or %NULL on error
|
||||
* Return value: (transfer full): the new #GNetworkAddress, or %NULL on error
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
|
Reference in New Issue
Block a user