aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-chatroom-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* 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