tiemu_dbus.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  2. <node>
  3. <interface name="org.ticalc.lpg.tiemu.TiEmuDBus">
  4. <method name="image_loaded">
  5. <arg type="b" direction="out">
  6. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  7. </arg>
  8. </method>
  9. <method name="emulated_calc_type">
  10. <arg type="i" direction="out">
  11. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  12. </arg>
  13. </method>
  14. <method name="emulated_hw_version">
  15. <arg type="i" direction="out">
  16. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  17. </arg>
  18. </method>
  19. <method name="emulated_os_version">
  20. <arg type="s" direction="out">
  21. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  22. <annotation name="org.freedesktop.DBus.GLib.Const" value=""/>
  23. </arg>
  24. </method>
  25. <method name="ready_for_transfers">
  26. <arg type="b" direction="out">
  27. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  28. </arg>
  29. </method>
  30. <method name="send_file">
  31. <arg type="b" direction="out">
  32. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  33. </arg>
  34. <arg type="s" direction="in"/>
  35. </method>
  36. <method name="send_files">
  37. <arg type="b" direction="out">
  38. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  39. </arg>
  40. <arg type="as" direction="in"/>
  41. </method>
  42. <method name="debug_file">
  43. <arg type="b" direction="out">
  44. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  45. </arg>
  46. <arg type="s" direction="in"/>
  47. </method>
  48. <method name="reset_calc">
  49. <arg type="b" direction="out">
  50. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  51. </arg>
  52. <arg type="b" direction="in"/>
  53. </method>
  54. <method name="execute_command">
  55. <arg type="b" direction="out">
  56. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  57. </arg>
  58. <arg name="command" type="s" direction="in"/>
  59. </method>
  60. <method name="turn_calc_on">
  61. <arg type="b" direction="out">
  62. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  63. </arg>
  64. </method>
  65. <method name="enter_debugger">
  66. <arg type="b" direction="out">
  67. <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
  68. </arg>
  69. </method>
  70. </interface>
  71. </node>