changeset 17730:41ae5efe745c

Document the API changes.
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 May 2007 08:03:48 +0000
parents 1d6007400837
children 0b509cb0e6e5
files ChangeLog.API libpurple/core.h libpurple/dbus-server.h
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog.API	Sat May 19 08:01:02 2007 +0000
+++ b/ChangeLog.API	Sat May 19 08:03:48 2007 +0000
@@ -1,5 +1,10 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.1.0 (??/??/????):
+	Added:
+	* purple_core_ensure_single_instance()
+	* purple_dbus_is_owner()
+
 version 2.0.0 (5/3/2007):
 	Please note all functions, defines, and data structures have been
 	re-namespaced to match the new names of Pidgin, Finch, and libpurple.
--- a/libpurple/core.h	Sat May 19 08:01:02 2007 +0000
+++ b/libpurple/core.h	Sat May 19 08:03:48 2007 +0000
@@ -126,6 +126,8 @@
  *
  * @return A boolean such that @c TRUE indicates that this is the first instance,
  *         whereas @c FALSE indicates that there is another instance running.
+ *
+ * @since 2.1.0
  */
 gboolean purple_core_ensure_single_instance(void);
 
--- a/libpurple/dbus-server.h	Sat May 19 08:01:02 2007 +0000
+++ b/libpurple/dbus-server.h	Sat May 19 08:03:48 2007 +0000
@@ -170,6 +170,8 @@
 
 /**
  * Determines whether this instance owns the DBus service name
+ * 
+ * @since 2.1.0
  */
 gboolean purple_dbus_is_owner();