1

I am having a method and signal. From one process which is developed in Qt Creator 5.2.1, has 1 method and 1 signal. The method is called using QDbusConnection and QDbusMessage. The signal is connected with one slot.

A remote application which is to be developed in C should call the method remotely and should emit signal.

I need to know the sequence to remotely run the method and the sequence to emit signal. Please help me the sequence in C program. No clear picture I found while surfing in internet.

Ilya
  • 4,583
  • 4
  • 26
  • 51
user3793746
  • 117
  • 1
  • 1
  • 2
  • 2
    Did u try this? http://www.matthew.ath.cx/misc/dbus – Ranjit Katuri Jul 09 '14 at 17:01
  • matthew.ath.cx is currently down. but you can find the files on github by name dbus-example.c under wware/stuff/dbus-example/. and the version is with some fixes too. – minghua Jul 26 '14 at 17:07

0 Answers0