editor: allow changes on one page modify other pages
Changes in properties on a page may require changes on other pages. Let's add an infrastructure for that. When a change should influence other page(s), the information is set using nm_connection_editor_inter_page_set_value(). And then that can be retrieved by nm_connection_editor_inter_page_get_value() in another page in method inter_page_change().
Showing