diff options
author | Thomas Haller <thaller@redhat.com> | 2018-03-25 14:16:17 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-03-26 09:29:01 +0200 |
commit | cddc4f7a0ef758e4717292b5482972e4dbfe1787 (patch) | |
tree | 8701103e1aea488be8bb606f01a1360942a9233d /libnm-core/nm-setting-ip-config.c | |
parent | 2462268deba9ddc9a34cddb7293d2e524a3d74ee (diff) | |
download | NetworkManager-th/dbus-cache-properties.tar.gz |
all: use nm_utils_hash_keys_to_array()th/dbus-cache-properties
Diffstat (limited to 'libnm-core/nm-setting-ip-config.c')
-rw-r--r-- | libnm-core/nm-setting-ip-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-ip-config.c b/libnm-core/nm-setting-ip-config.c index 45539becb8..dc8ce564c8 100644 --- a/libnm-core/nm-setting-ip-config.c +++ b/libnm-core/nm-setting-ip-config.c @@ -1129,7 +1129,7 @@ _nm_ip_route_get_attributes_direct (NMIPRoute *route) * * Returns: (array length=out_length) (transfer container): a %NULL-terminated array * of attribute names or %NULL if there are no attributes. The order of the returned - * names is undefined. + * names depends on @sorted. **/ const char ** _nm_ip_route_get_attribute_names (const NMIPRoute *route, gboolean sorted, guint *out_length) |