diff options
author | Alyssa Ross <hi@alyssa.is> | 2021-06-17 15:06:41 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-18 08:34:06 +0000 |
commit | a8f086bfb3be65de133365b55595a9800ecaa681 (patch) | |
tree | 1558dd0135e70140359c26fc5acf117537f1a6f8 /src/mm-port-qmi.c | |
parent | b100189f4991215594bfd2d136cff218d9baa22d (diff) |
tools: fix signal type in service test
The signal definition is:
<signal name="StateChanged">
<arg name="old" type="i" />
<arg name="new" type="i" />
<arg name="reason" type="u" />
</signal>
So the first two arguments need to be adjusted.
Without this change, the test was failing for me:
(/build/source/tools/tests/.libs/lt-test-stub:77030): GLib-GObject-CRITICAL **: 15:05:35.276: ../gobject/gsignal.c:3167: value for 'gint' parameter 0 for signal "state-changed" is of type 'guint'
Diffstat (limited to 'src/mm-port-qmi.c')
0 files changed, 0 insertions, 0 deletions