diff -r 28587edbfd06 -r 43d41f5ce17b libpurple/dbus-server.h --- a/libpurple/dbus-server.h Sun May 13 19:52:05 2007 +0000 +++ b/libpurple/dbus-server.h Tue May 15 20:41:36 2007 +0000 @@ -169,6 +169,11 @@ void *purple_dbus_get_handle(void); /** + * Determines whether this instance owns the DBus service name + */ +gboolean purple_dbus_is_owner(); + +/** * Starts Purple's D-BUS server. It is responsible for handling DBUS * requests from other applications. */