pidgin.next.minor: 6b848e03: As discussed on the devel list, purple_s...
Mark Doliner
mark at kingant.net
Wed Apr 30 04:51:20 EDT 2008
On Wed, 30 Apr 2008 02:30:44 -0400 (EDT), evands wrote
> -----------------------------------------------------------------
> Revision: 6b848e03c7f6c7c392579517011deded648dedec
> Ancestor: 4c808c0b86c835fc9498dcc837db94e4930f73ce
> Author: evands at pidgin.im
> Date: 2008-04-30T06:29:16
> Branch: im.pidgin.pidgin.next.minor
> URL:
http://d.pidgin.im/viewmtn/revision/info/6b848e03c7f6c7c392579517011deded648dedec
>
> Modified files:
> doc/conversation-signals.dox libpurple/conversation.c
> libpurple/protocols/jabber/chat.c
> libpurple/protocols/jabber/chat.h
> libpurple/protocols/jabber/presence.c libpurple/server.c
> libpurple/server.h
>
> ChangeLog:
>
> As discussed on the devel list, purple_serv_got_join_chat_failed()
> and the "chat-join-failed" signal now accept and pass (respectively)
> a GHashTable instead of a string. The GHashTable is the same one
> which was passed to serv_join_chat() originally.
According to
http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#g-hash-table-ref
g_hash_table_ref and g_hash_table_unref were only added in glib 2.10, and we
probably want to continue supporting glib versions older than that for now.
-Mark
More information about the Devel
mailing list