Commit Graph

3 Commits

Author SHA1 Message Date
Thomas Haller
fa9fe466db libnm: avoid constructor function for registering NMSetting types
constructor functions are ugly, because code is running before
main() starts. Instead, as the registration code for NMSetting types
is insid the GType constructor, we just need to ensure at the
right place, that the GType was created.

The right place here is _register_settings_ensure_inited(), because
that is called before we need the registration information.
2018-07-01 18:17:31 +02:00
Lubomir Rintel
c5951f5917 libnm-core: add NMSetting{6Lowpan,Wpan}Class to a public header
This was an accidental ommission.
2018-06-29 22:34:23 +02:00
Lubomir Rintel
8884b2cb5e core: add NMSettingWpan 2018-06-26 16:21:54 +02:00