monitor-manager: Rename read_current_config to read_current_state

The function meta_monitor_manager_read_current_config() was renamed to
meta_monitor_manager_read_current_state() as it does not read any
configuration, but reads the current state as described by the backend.

https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
Jonas Ådahl
2016-12-19 15:46:31 +08:00
parent b59a8b1de3
commit c041851fa5
5 changed files with 7 additions and 7 deletions

View File

@@ -1472,7 +1472,7 @@ on_uevent (GUdevClient *client,
if (!g_udev_device_get_property_as_boolean (device, "HOTPLUG"))
return;
meta_monitor_manager_read_current_config (manager);
meta_monitor_manager_read_current_state (manager);
meta_monitor_manager_on_hotplug (manager);
}