diff options
| author | Michael Biebl <biebl@debian.org> | 2011-10-28 23:04:21 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-10-28 23:04:21 +0200 |
| commit | bc5840a47a748ffc2b6e7ec24c3dc5ba79664ca8 (patch) | |
| tree | bace204fa423c7489da190c08c2e86242c6b4588 /libnm-util/nm-utils.c | |
| parent | 0ed641587611afffa0b2cd38d5c70bdb480fa241 (diff) | |
| parent | 485d149fe80915d94ed49ea6c2c0552cf7a3e79a (diff) | |
Merge commit 'upstream/0.9.1.95'
Diffstat (limited to 'libnm-util/nm-utils.c')
| -rw-r--r-- | libnm-util/nm-utils.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index d8bcf349..9d4418e4 100644 --- a/libnm-util/nm-utils.c +++ b/libnm-util/nm-utils.c @@ -490,7 +490,7 @@ nm_utils_gvalue_hash_dup (GHashTable *hash) } /** - * nm_utils_slist_free: + * nm_utils_slist_free: (skip) * @list: a #GSList * @elem_destroy_fn: user function called for each element in @list * @@ -1373,7 +1373,7 @@ nm_utils_ip4_addresses_from_gvalue (const GValue *value) /** * nm_utils_ip4_addresses_to_gvalue: - * @list: a list of #NMIP4Address objects + * @list: (element-type NMIP4Address): a list of #NMIP4Address objects * @value: a pointer to a #GValue into which to place the converted addresses, * which should be unset by the caller (when no longer needed) with * g_value_unset(). @@ -1456,7 +1456,7 @@ nm_utils_ip4_routes_from_gvalue (const GValue *value) /** * nm_utils_ip4_routes_to_gvalue: - * @list: a list of #NMIP4Route objects + * @list: (element-type NMIP4Route): a list of #NMIP4Route objects * @value: a pointer to a #GValue into which to place the converted routes, * which should be unset by the caller (when no longer needed) with * g_value_unset(). @@ -1664,7 +1664,7 @@ nm_utils_ip6_addresses_from_gvalue (const GValue *value) /** * nm_utils_ip6_addresses_to_gvalue: - * @list: a list of #NMIP6Address objects + * @list: (element-type NMIP6Address): a list of #NMIP6Address objects * @value: a pointer to a #GValue into which to place the converted addresses, * which should be unset by the caller (when no longer needed) with * g_value_unset(). @@ -1786,7 +1786,7 @@ nm_utils_ip6_routes_from_gvalue (const GValue *value) /** * nm_utils_ip6_routes_to_gvalue: - * @list: a list of #NMIP6Route objects + * @list: (element-type NMIP6Route): a list of #NMIP6Route objects * @value: a pointer to a #GValue into which to place the converted routes, * which should be unset by the caller (when no longer needed) with * g_value_unset(). |