diff options
author | Dan Williams <dcbw@redhat.com> | 2010-12-17 16:27:55 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-12-17 16:27:55 -0600 |
commit | d2ce75b57a27a9feaddb25558e62ae7162ef7f9f (patch) | |
tree | 4a7363b88fdc2c03d05cf9e834086d7f9384f49f /introspection/all.xml | |
parent | 592d71ff76318b6389f6866d5394a844c7e35513 (diff) |
core: separate PropertiesChanged signal XML
Which requires that we turn it into a GInterface that MMModemBase
can implement, because dbus-glib does not allow attaching more
than one introspection glue structure to an object at a time.
Also implement the standard D-Bus properties changed signal.
Diffstat (limited to 'introspection/all.xml')
-rw-r--r-- | introspection/all.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/introspection/all.xml b/introspection/all.xml index 6489cf8a..dd30b574 100644 --- a/introspection/all.xml +++ b/introspection/all.xml @@ -35,6 +35,7 @@ <xi:include href="mm-modem-gsm-sms.xml"/> <xi:include href="mm-modem-gsm-hso.xml"/> <xi:include href="mm-modem-gsm-ussd.xml"/> + <xi:include href="mm-properties-changed.xml"/> <xi:include href="mm-serial-error.xml"/> <xi:include href="mm-modem-error.xml"/> |