NetworkManager/src/settings/plugins/ifcfg-rh
Thomas Haller 8bb6ab558e settings: implement setting plugins via NM_DEFINE_SINGLETON_GETTER()
Advantages:

 - use current best-pratice
 - registers a weak-ref to clear @singleton_instance when the
   instance gets destroyed
 - logs creation and destruction of singleton
 - on shutdown, destroy the singleton instance via
   _nm_singleton_instance_register_destruction(). Note, that
   we now have yet another reference to the singleton that is
   owned by register-destruction.
2015-08-13 10:06:42 +02:00
..
tests ifcfg-rh: port to gdbus 2015-08-10 09:41:26 -04:00
common.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
Makefile.am ifcfg-rh: port to gdbus 2015-08-10 09:41:26 -04:00
nm-ifcfg-connection.c ifcfg-rh: reorder checks in nm_ifcfg_connection_check_devtimeout() 2015-08-11 18:11:55 +02:00
nm-ifcfg-connection.h ifcfg-rh: log warning when loading of connection fails 2015-06-02 12:57:52 +02:00
nm-ifcfg-rh.conf settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
nm-ifcfg-rh.xml ifcfg-rh: port to gdbus 2015-08-10 09:41:26 -04:00
plugin.c settings: implement setting plugins via NM_DEFINE_SINGLETON_GETTER() 2015-08-13 10:06:42 +02:00
plugin.h core: add an NMExportedObject base class 2015-07-24 13:25:47 -04:00
reader.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
reader.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
shvar.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
shvar.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
utils.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
utils.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
writer.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
writer.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00