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.