void received_im_msg_cb (DBusGProxy *purple_proxy, int account_id, const char *sender, const char *message, int conv_id, unsigned int flags, gpointer user_data) { g_print("Account %d receives msg \"%s\" from %s\n", account_id, message, sender); }
b666m@xb666mx:~/pidgin$ ./pidginnotifyd Account 1100 receives msg "-" from xxx767xxx