# HG changeset patch # User Richard Laager # Date 1179561828 0 # Node ID 41ae5efe745c59c8eb26f2c2ccc40ffa562db112 # Parent 1d6007400837efa47c441146706964f68917dbfb Document the API changes. diff -r 1d6007400837 -r 41ae5efe745c ChangeLog.API --- 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. diff -r 1d6007400837 -r 41ae5efe745c libpurple/core.h --- 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); diff -r 1d6007400837 -r 41ae5efe745c libpurple/dbus-server.h --- 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();