NetworkManager/src
Thomas Haller 24d191d06c session-monitor: explicitly use singleton instance
Some functions from nm-session-monitor.c have an implicit access to
nm_session_monitor_get(). This is non-obvious behavior.

Instead require the explicit session-monitor instance to be
provided -- where needed.
2015-08-13 10:06:42 +02:00
..
devices device-factory: allow using nm_device_factory_manager_for_each_factory() before load 2015-08-12 18:18:56 +02:00
dhcp-manager systemd: merge branch 'systemd' into master 2015-08-12 12:54:05 +02:00
dns-manager all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
dnsmasq-manager all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
platform core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
ppp-manager ppp-manager: port to gdbus 2015-08-10 09:41:26 -04:00
rdisc core: final gdbus porting 2015-08-10 09:41:26 -04:00
settings session-monitor: explicitly use singleton instance 2015-08-13 10:06:42 +02:00
supplicant-manager core: final gdbus porting 2015-08-10 09:41:26 -04:00
systemd systemd: merge branch 'systemd' into master 2015-08-12 12:54:05 +02:00
tests config/tests: fix tests after introducing NMExportedObject class 2015-08-12 12:14:19 +02:00
vpn-manager devices, active-connection: port to gdbus 2015-08-10 09:41:26 -04:00
main-utils.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
main-utils.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
main.c manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +02:00
Makefile.am core: final gdbus porting 2015-08-10 09:41:26 -04:00
NetworkManagerUtils.c utils: add nm_utils_is_valid_path_component() 2015-08-11 18:31:46 +02:00
NetworkManagerUtils.h core/utils: add NM_UTILS_KEEP_ALIVE() utility 2015-08-13 10:06:42 +02:00
nm-activation-request.c devices, active-connection: port to gdbus 2015-08-10 09:41:26 -04:00
nm-activation-request.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-active-connection.c devices, active-connection: port to gdbus 2015-08-10 09:41:26 -04:00
nm-active-connection.h core: move D-Bus export/unexport into NMExportedObject 2015-07-24 13:25:47 -04:00
nm-audit-manager.c core: fix runtime warning when building without libaudit 2015-08-07 16:46:33 -04:00
nm-audit-manager.h core: add audit support 2015-08-04 09:32:12 +02:00
nm-auth-manager.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-auth-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-auth-subject.c core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-auth-subject.h core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-auth-utils.c core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-auth-utils.h core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-bus-manager.c core: port NMBusManager to gdbus 2015-08-10 09:41:26 -04:00
nm-bus-manager.h core: port NMBusManager to gdbus 2015-08-10 09:41:26 -04:00
nm-config-data.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-config-data.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-config.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
nm-config.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-connection-provider.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-connection-provider.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-connectivity.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-connectivity.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-dcb.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-dcb.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-default-route-manager.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-default-route-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-dhcp4-config.c core: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04:00
nm-dhcp4-config.h core: port NMDhcp4Config/NMDhcp6Config to GVariant 2015-07-24 13:25:47 -04:00
nm-dhcp6-config.c core: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04:00
nm-dhcp6-config.h core: port NMDhcp4Config/NMDhcp6Config to GVariant 2015-07-24 13:25:47 -04:00
nm-dispatcher.c core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-dispatcher.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-exported-object.c core: fix memleak in nm_exported_object_class_add_interface() 2015-08-12 11:10:05 +02:00
nm-exported-object.h core: port NMExportedObject to gdbus 2015-08-10 09:41:26 -04:00
nm-firewall-manager.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-firewall-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-iface-helper.c core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +02:00
nm-ip4-config.c core: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04:00
nm-ip4-config.h core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +02:00
nm-ip6-config.c core: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04:00
nm-ip6-config.h core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +02:00
nm-logging.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
nm-logging.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-manager.c manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +02:00
nm-manager.h manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +02:00
nm-multi-index.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-multi-index.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-policy.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-policy.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-rfkill-manager.c manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +02:00
nm-rfkill-manager.h manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +02:00
nm-route-manager.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-route-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-session-monitor.c session-monitor: explicitly use singleton instance 2015-08-13 10:06:42 +02:00
nm-session-monitor.h session-monitor: explicitly use singleton instance 2015-08-13 10:06:42 +02:00
nm-sleep-monitor-systemd.c sleep-monitor: add support for ConsoleKit2 inhibit 2015-08-07 11:45:57 +02:00
nm-sleep-monitor-upower.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-sleep-monitor.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-types.h core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +02:00
org.freedesktop.NetworkManager.conf dbus: increase 'max_replies_per_connection' limit in D-Bus configuration 2015-05-29 08:04:26 +02:00