diff libpurple/dbus-server.h @ 17709:176d0fc8bc16

Alternative dbus_uniq implementation
author Gabriel Schulhof <nix@go-nix.ca>
date Tue, 15 May 2007 20:41:36 +0000
parents 32c366eeeb99
children 41ae5efe745c
line wrap: on
line diff
--- 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.
  */