문제

I'm writing a plugin for Pidgin and I need to catch one special event - I need to react when you click/select a "buddy" in the "buddy list" in Pidgin.

Please, guys do you know if there is such signal (I guess this is where it should be listed, if it would exist - https://developer.pidgin.im/doxygen/2.5.2/html/blist-signals.html)? If not, could you imagine some workaround?

If no other option, I'll try to modify directly Pidgin code, it's hard for me, I'm quite new to C and Pidgin project is not small, but I'm interested enough to it, so why not :)

Thanks!

도움이 되었습니까?

해결책

There isn't a pidgin-level signal for this. To catch this you would need to be writing a GTK+ plugin and you would need to connect to the appropriate signal on the buddy list tree view widget itself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top