Sat, 19 May 2007 08:03:48 +0000
Document the API changes.
| ChangeLog.API | file | annotate | diff | comparison | revisions | |
| libpurple/core.h | file | annotate | diff | comparison | revisions | |
| libpurple/dbus-server.h | file | annotate | diff | comparison | revisions |
--- 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);