introspection: add PropertiesChanged signal for o.f.N.Settings.Connection

Some users, e.g. libnm-glib's NMRemoteConnection, use it to get changes of
properties.
This commit is contained in:
Jiří Klimeš
2014-01-27 17:26:08 +01:00
parent 0bba6e77e5
commit 2c11fd477c

View File

@@ -131,6 +131,14 @@
</tp:docstring> </tp:docstring>
</property> </property>
<signal name="PropertiesChanged">
<arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
<tp:docstring>
A dictionary mapping property names to variant boxed values.
</tp:docstring>
</arg>
</signal>
</interface> </interface>
</node> </node>