Skip to content

Commit

Permalink
usb_moded-dbus interface should define either direction or add annota…
Browse files Browse the repository at this point in the history
…tion for both
  • Loading branch information
jmlich committed Jul 24, 2023
1 parent cbfd2b4 commit 654576e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usb_moded-dbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,8 @@ static const member_info_t usb_moded_members[] =
" <arg name=\"mode\" type=\"s\"/>\n"),
ADD_SIGNAL(USB_MODE_TARGET_CONFIG_SIGNAL_NAME,
" <arg name=\"config\" type=\"a{sv}\"/>\n"
" <annotation name=\"org.qtproject.QtDBus.QtTypeName.In0\" value=\"QVariantMap\"/>\n"),
" <annotation name=\"org.qtproject.QtDBus.QtTypeName.In0\" value=\"QVariantMap\"/>\n"
" <annotation name=\"org.qtproject.QtDBus.QtTypeName.Out0\" value=\"QVariantMap\"/>\n"),
ADD_SIGNAL(USB_MODE_EVENT_SIGNAL_NAME,
" <arg name=\"event\" type=\"s\"/>\n"),
ADD_SIGNAL(USB_MODE_CONFIG_SIGNAL_NAME,
Expand Down

0 comments on commit 654576e

Please sign in to comment.