mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Merge branch 'optional_inet_address' into 'master'
ginetaddress, ginetsocketaddress: Add missing (nullable) annotations See merge request GNOME/glib!1418
This commit is contained in:
		@@ -382,8 +382,8 @@ g_inet_address_init (GInetAddress *address)
 | 
			
		||||
 *
 | 
			
		||||
 * Parses @string as an IP address and creates a new #GInetAddress.
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: a new #GInetAddress corresponding to @string, or %NULL if
 | 
			
		||||
 * @string could not be parsed.
 | 
			
		||||
 * Returns: (nullable) (transfer full): a new #GInetAddress corresponding
 | 
			
		||||
 * to @string, or %NULL if @string could not be parsed.
 | 
			
		||||
 *     Free the returned object with g_object_unref().
 | 
			
		||||
 *
 | 
			
		||||
 * Since: 2.22
 | 
			
		||||
 
 | 
			
		||||
@@ -398,8 +398,8 @@ g_inet_socket_address_new (GInetAddress *address,
 | 
			
		||||
 * If @address is an IPv6 address, it can also contain a scope ID
 | 
			
		||||
 * (separated from the address by a `%`).
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: a new #GInetSocketAddress, or %NULL if @address cannot be
 | 
			
		||||
 * parsed.
 | 
			
		||||
 * Returns: (nullable) (transfer full): a new #GInetSocketAddress,
 | 
			
		||||
 * or %NULL if @address cannot be parsed.
 | 
			
		||||
 *
 | 
			
		||||
 * Since: 2.40
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user