libpurple with Qt

bunjee bunjeee at free.fr
Thu Jul 19 05:19:29 EDT 2007


Libpurple seems heavily based on glib library.

Threading is very simple with qt,
maybe it would be a safer bet to run the glib loop into a thread,
then connect the static method callbacks to my interface using signals.

I could developp my own abstract layer to transfer messages, roster, status,
etc to my gui.

Thus if I want to add another library like libpurple in the future, I'll
just rewrite that abstract signal based layer and both library will run in
their own thread.

That would make the app multi-library and multi-protocols :)

-- 
View this message in context: http://www.nabble.com/libpurple-with-Qt-tf4107332.html#a11685075
Sent from the Pidgin - Development mailing list archive at Nabble.com.




More information about the Devel mailing list