aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-chatroom-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-1/+0
| | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
* rename unused empathy_chatroom_manager_chat_handled()Guillaume Desmottes2010-12-021-4/+0
|
* remove empathy_chatroom_manager_get_count()Guillaume Desmottes2010-12-021-3/+0
| | | | We don't use it any more.
* chatroom-manager: unify coding styleGuillaume Desmottes2010-12-021-28/+39
| | | | Most of the file was already using the new style so best stay coherent.
* Inform the chatroom mgr when we are handling a new roomGuillaume Desmottes2010-07-051-2/+4
| | | | It can't rely on the internal dispatcher any more.
* Add function ensure_chatroom to chatroom managerJonas Bonn2010-05-271-0/+4
| | | | | This function tries to find an existing chatroom, but if it fails to do so it creates a new room and returns that instead.
* chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-241-5/+6
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Port libempathy to EmpathyAccountSjoerd Simons2009-07-011-6/+5
|
* empathy-chatroom-manager: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185
* Act as an observerSjoerd Simons2009-01-101-0/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2148
* remove empathy_chatroom_manager_store from the API as it's became uselessXavier Claessens2008-10-131-1/+0
| | | | svn path=/trunk/; revision=1571
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1542
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-1/+1
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+72
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170