util: add nm_utils_array_remove_at_indexes() function

This commit is contained in:
Thomas Haller
2015-03-27 11:55:51 +01:00
parent 3179b45412
commit e65639bde9
3 changed files with 175 additions and 0 deletions

View File

@@ -183,6 +183,8 @@ void nm_utils_ipv6_interface_identfier_get_from_addr (NMUtilsIPv6IfaceId *iid,
GVariant *nm_utils_connection_hash_to_dict (GHashTable *hash);
GHashTable *nm_utils_connection_dict_to_hash (GVariant *dict);
void nm_utils_array_remove_at_indexes (GArray *array, const guint *indexes_to_delete, gsize len);
void nm_utils_setpgid (gpointer unused);
#endif /* __NETWORKMANAGER_UTILS_H__ */