Based on patch by Robert Ancell.
Fixes bug 644974.
[CCode (has_construct_function = false)]
public InetAddress.any (GLib.SocketFamily family);
[CCode (has_construct_function = false)]
- public InetAddress.from_bytes (uchar bytes, GLib.SocketFamily family);
+ public InetAddress.from_bytes ([CCode (array_length = false)] uint8[] bytes, GLib.SocketFamily family);
[CCode (has_construct_function = false)]
public InetAddress.from_string (string str);
public GLib.SocketFamily get_family ();
g_file_unmount_mountable_with_operation async="1"
g_icon_new_for_string transfer_ownership="1" nullable="1"
g_icon_to_string transfer_ownership="1"
+g_inet_address_new_from_bytes.bytes type_name="uint8" is_array="1" no_array_length="1"
g_inet_address_to_string transfer_ownership="1"
g_inet_address_to_bytes type_name="uint8" is_array="1" no_array_length="1"
g_initable_new.cancellable nullable="1"