~ken-vandine/libqofono/0.90-suggests

« back to all changes in this revision

Viewing changes to src/dbus/ofono_network_registration.xml

  • Committer: Slava Monich
  • Date: 2014-12-18 21:53:31 UTC
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: git-v1:db1552abc5f925b67d558b69d0289ac9a4f5ebf6
[libqofono] Handle NetworkRegistration.OperatorsChanged signal

This signal gets emitted when operator list has changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                <method name="Deregister"/>
11
11
                <method name="GetOperators">
12
12
                        <arg type="a(oa{sv})" direction="out"/>
13
 
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QArrayOfPathProperties"/>
 
13
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ObjectPathPropertiesList"/>
14
14
                </method>
15
15
                <method name="Scan">
16
16
                        <arg type="a(oa{sv})" direction="out"/>
17
 
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QArrayOfPathProperties"/>
 
17
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ObjectPathPropertiesList"/>
18
18
                </method>
19
19
                <signal name="PropertyChanged">
20
20
                        <arg type="s"/>
21
21
                        <arg type="v"/>
22
22
                </signal>
 
23
                <signal name="OperatorsChanged">
 
24
                        <arg type="a(oa{sv})"/>
 
25
                        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ObjectPathPropertiesList"/>
 
26
                </signal>
23
27
        </interface>
24
 
 
25
28
</node>