diff options
Diffstat (limited to 'gio/ginetaddress.c')
-rw-r--r-- | gio/ginetaddress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/ginetaddress.c b/gio/ginetaddress.c index 743ac0682..e6418b351 100644 --- a/gio/ginetaddress.c +++ b/gio/ginetaddress.c @@ -439,7 +439,7 @@ g_inet_address_new_from_string (const gchar *string) /** * g_inet_address_new_from_bytes: - * @bytes: raw address data + * @bytes: (array) (element-type guint8): raw address data * @family: the address family of @bytes * * Creates a new #GInetAddress from the given @family and @bytes. |