aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-aggregator.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in headersEmanuele Aina2013-04-021-1/+0
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* add empathy_connection_aggregator_rename_group()Guillaume Desmottes2012-04-201-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=501065
* connection-aggregator: add API to track contactsGuillaume Desmottes2011-11-301-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* Revert "WIP"Guillaume Desmottes2011-11-291-3/+0
| | | | | | This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\
* WIPGuillaume Desmottes2011-11-291-0/+3
|
* add empathy_connection_aggregator_get_all_groups()Guillaume Desmottes2011-11-291-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665121
* add EmpathyConnectionAggregatorGuillaume Desmottes2011-11-291-0/+66
It won't do much atm but will be used as a helper dealing with all connections. https://bugzilla.gnome.org/show_bug.cgi?id=665121