core: port IP/DHCP config to gdbus

This commit is contained in:
Dan Winship
2015-04-15 14:53:30 -04:00
parent 7f6e39ec6e
commit 6c8f860820
7 changed files with 263 additions and 304 deletions

View File

@@ -253,5 +253,6 @@ void _nm_utils_set_testing (NMUtilsTestFlags flags);
void nm_utils_g_value_set_object_path (GValue *value, gpointer object);
void nm_utils_g_value_set_object_path_array (GValue *value, GSList *objects);
void nm_utils_g_value_set_strv (GValue *value, GPtrArray *strings);
#endif /* __NETWORKMANAGER_UTILS_H__ */