mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-13 10:38:54 +02:00
- use gs_unref_hashtable for managing lifetime - only allocate the hashtable if necessary, and use g_hash_table_add() which is optimized by HashTable. - actually copy the block->name that is used as key. While not necessary at the moment, it is very ugly how ifparser_getfirst() returns static data. Optimally, this would be fixed and we create and destroy the parser results. Hence, ensure the lifetime of the key. |
||
|---|---|---|
| .. | ||
| tests | ||
| meson.build | ||
| nms-ifupdown-connection.c | ||
| nms-ifupdown-connection.h | ||
| nms-ifupdown-interface-parser.c | ||
| nms-ifupdown-interface-parser.h | ||
| nms-ifupdown-parser.c | ||
| nms-ifupdown-parser.h | ||
| nms-ifupdown-plugin.c | ||
| nms-ifupdown-plugin.h | ||