summaryrefslogtreecommitdiff
path: root/telepathy-glib/room-info.c
Commit message (Collapse)AuthorAgeFilesLines
* Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie2013-09-261-9/+13
| | | | | | | | | | | As well as being less code, they're not flagged as deprecated. This requires a bit of extra copying, because there's no tp_value_array_unpack_dup() or tp_value_array_build_take(), but it seems worth it. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-13/+13
|
* room-info: rename hash to infoGuillaume Desmottes2012-04-301-12/+12
| | | | That's how it's called in the spec.
* rename tp_room_info_get_members to get_members_count()Guillaume Desmottes2012-04-301-2/+2
|
* Fix TpRoomInfo docGuillaume Desmottes2012-04-301-3/+3
|
* add TpRoomInfoGuillaume Desmottes2012-04-301-0/+308