mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
gnetworkaddress: add return type annotation to parse methods
https://bugzilla.gnome.org/show_bug.cgi?id=749180
This commit is contained in:
parent
bced30cfbb
commit
e18e7956bf
@ -354,7 +354,8 @@ g_network_address_new_loopback (guint16 port)
|
|||||||
* is deprecated, because it depends on the contents of /etc/services,
|
* is deprecated, because it depends on the contents of /etc/services,
|
||||||
* which is generally quite sparse on platforms other than Linux.)
|
* which is generally quite sparse on platforms other than Linux.)
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): the new #GNetworkAddress, or %NULL on error
|
* Returns: (transfer full) (type GNetworkAddress): the new
|
||||||
|
* #GNetworkAddress, or %NULL on error
|
||||||
*
|
*
|
||||||
* Since: 2.22
|
* Since: 2.22
|
||||||
*/
|
*/
|
||||||
@ -772,7 +773,8 @@ _g_uri_from_authority (const gchar *protocol,
|
|||||||
* g_network_address_parse() allows #GSocketClient to determine
|
* g_network_address_parse() allows #GSocketClient to determine
|
||||||
* when to use application-specific proxy protocols.
|
* when to use application-specific proxy protocols.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): the new #GNetworkAddress, or %NULL on error
|
* Returns: (transfer full) (type GNetworkAddress): the new
|
||||||
|
* #GNetworkAddress, or %NULL on error
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.26
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user