
This fixes: Wrong type number; string expected MR: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1060
14 lines
359 B
XML
14 lines
359 B
XML
<node>
|
|
<interface name="org.freedesktop.ModemManager.Modem.Cdma">
|
|
<method name="GetSignalQuality">
|
|
<arg type="u" direction="out"/>
|
|
</method>
|
|
<method name="GetServingSystem">
|
|
<arg type="(usu)" direction="out"/>
|
|
</method>
|
|
<signal name="SignalQuality">
|
|
<arg type="u" direction="out"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|