How to disconnect from dbus?

Will Thompson will.thompson at collabora.co.uk
Thu Jun 9 02:43:47 PDT 2011


On 07/06/11 19:13, Krzysztof wrote:
>   { Request the name of the bus }
>   ret := dbus_bus_request_name(FDBConn,
> 'im.pidgin.purple.PurpleInterface', DBUS_NAME_FLAG_REPLACE_EXISTING,
> @FDBErr); 

This is actually wrong. Your plugin shouldn't try to steal Pidgin's bus
name: it should listen to signals being emitted by Pidgin.

-- 
Will


More information about the dbus mailing list