aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep a priv pointer in the object struct instead of using ↵xclaesse2008-05-061-5/+4
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1082 4ee84921-47dd-4033-b63a-18d7a039a3e4
* rename empathy_irc_network_add_server to empathy_irc_network_append_serverGuillaume Desmottes2008-02-181-1/+1
|
* coding style tweakGuillaume Desmottes2008-02-121-4/+2
|
* fix copyright and relicense IRC files to LGPLGuillaume Desmottes2008-01-251-11/+10
|
* write dropped server to user's XMLGuillaume Desmottes2008-01-241-0/+1
|
* only write to XML network loaded from the user file or which was modifiedGuillaume Desmottes2008-01-241-0/+2
|
* remove id property from EmpathyIrcNetworkGuillaume Desmottes2008-01-091-1/+1
|
* empathy-irc-network: add empathy_irc_network_set_server_positionGuillaume Desmottes2008-01-071-0/+3
|
* add empathy_irc_network_remove_serverGuillaume Desmottes2008-01-071-0/+3
|
* empathy-irc-network: empathy_irc_network_get_servers returns a list of refed ↵Guillaume Desmottes2008-01-071-1/+1
| | | | servers
* move empathy-irc-network-manager, empathy-irc-network and empathy-irc-server ↵Guillaume Desmottes2008-01-061-0/+75
from libempathy-gtk to libempathy