core: build keyfile plugin into NetworkManager

Since settings storage is now handled by NetworkManager, we must
have the ability to read/write all connection types at all times.
Since the 'keyfile' plugin is the only plugin that can handle all
connection types, build it into NetworkManager.
This commit is contained in:
Dan Williams
2011-01-12 18:12:23 -06:00
parent 8259b35ee5
commit b38f39cfc6
6 changed files with 30 additions and 16 deletions

View File

@@ -43,4 +43,6 @@ GType sc_plugin_keyfile_get_type (void);
GQuark keyfile_plugin_error_quark (void);
GObject *nm_settings_keyfile_plugin_new (void);
#endif /* _PLUGIN_H_ */