diff libpurple/dbus-server.h @ 18066:5c4efa98e8dd

propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a) to branch 'im.pidgin.pidgin.2.1.0' (head 6a22d95caf705430ccb49e98a7000ad83484b5fe)
author Luke Schierer <lschiere@pidgin.im>
date Thu, 07 Jun 2007 02:39:48 +0000
parents 2c10f77c2378
children 2177a11e169d
line wrap: on
line diff
--- a/libpurple/dbus-server.h	Thu Jun 07 02:28:34 2007 +0000
+++ b/libpurple/dbus-server.h	Thu Jun 07 02:39:48 2007 +0000
@@ -169,6 +169,13 @@
 void *purple_dbus_get_handle(void);
 
 /**
+ * Determines whether this instance owns the DBus service name
+ * 
+ * @since 2.1.0
+ */
+gboolean purple_dbus_is_owner(void);
+
+/**
  * Starts Purple's D-BUS server.  It is responsible for handling DBUS
  * requests from other applications.
  */