JustAnotherVagueAnon
June 10th, 2009, 08:56 PM
Hello, I've been able to get most things working with DBus, but a question I have is replacing and sending a message upon receiving the SendingImMessage signal.
The prototype for the function pointer for that signal is
sendingMessage(account, receiver, message)
The function to send an IM is PurpleConvImSend(im, message)
Is there a way to satisfy the im parameter with the parameters from sendingMessage?
Btw, I'm using Python but help in any language will help.
The prototype for the function pointer for that signal is
sendingMessage(account, receiver, message)
The function to send an IM is PurpleConvImSend(im, message)
Is there a way to satisfy the im parameter with the parameters from sendingMessage?
Btw, I'm using Python but help in any language will help.