Add GI annotations to Gio lowlevel network support classes

This commit is contained in:
Pavel Holejsovsky
2010-12-29 13:51:44 +01:00
parent 571104bcc3
commit 975b0d4487
10 changed files with 55 additions and 45 deletions

View File

@@ -349,7 +349,7 @@ g_unix_socket_address_new (const gchar *path)
/**
* g_unix_socket_address_new_abstract:
* @path: the abstract name
* @path: (array length=path_len) (element-type gchar): the abstract name
* @path_len: the length of @path, or -1
*
* Creates a new %G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED
@@ -369,7 +369,7 @@ g_unix_socket_address_new_abstract (const gchar *path,
/**
* g_unix_socket_address_new_with_type:
* @path: the name
* @path: (array length=path_len) (element-type gchar): the name
* @path_len: the length of @path, or -1
* @type: a #GUnixSocketAddressType
*