summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-channel.c
Commit message (Expand)AuthorAgeFilesLines
* version 0.19.7telepathy-glib-0.19.7Jonny Lamb2012-08-271-3/+3
* Merge branch 'base-channel-disappear'Jonny Lamb2012-08-271-5/+161
|\
| * base-channel: add support for 'disappearing' channelsJonny Lamb2012-06-051-5/+161
* | BaseChannel: assert that the subclass sets TargetHandleTypeWill Thompson2012-07-311-0/+3
* | Remove from doc sealed fieldsXavier Claessens2012-07-051-1/+0
|/
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-041-1/+1
* Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2012-05-101-54/+3
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-1/+1
* Merge remote-tracking branch 'origin/call1' into call1Simon McVittie2012-02-201-0/+27
|\
| * Merge branch 'master' into call1Xavier Claessens2012-02-061-0/+1
| |\
| * \ Merge branch 'master' into call1Xavier Claessens2012-01-201-8/+71
| |\ \
| * | | TpBaseChannel: Add tp_base_channel_get_self_handle()Xavier Claessens2012-01-101-0/+27
* | | | start preparing 0.17.5Guillaume Desmottes2012-02-141-1/+1
| |_|/ |/| |
* | | Add config.h include in all source filesXavier Claessens2012-02-061-0/+1
| |/ |/|
* | base-channel: deprecate interfaces class property for get_interfaces() methodDanielle Madeley2012-01-201-8/+71
|/
* tp_base_channel_close: check vfunc is not NULLWill Thompson2011-08-251-0/+2
* base-channel: don't unref the target handle in dispose if we didn't ref itJonny Lamb2010-11-031-1/+2
* tp_base_channel_constructed: check for the right sort of connectionSimon McVittie2010-09-141-1/+1
* BaseChannel: blow up if connection is not provided.Will Thompson2010-09-141-0/+3
* Fix some GObject-Introspection in TpBaseChannelSimon McVittie2010-08-251-2/+2
* Add Since annotationsSimon McVittie2010-08-251-1/+33
* Correct copyright years in TpBaseChannelSimon McVittie2010-08-251-2/+2
* Expand TpBaseChannelClass.close's documentation.Will Thompson2010-08-251-7/+61
* Add tp_base_channel_close()Will Thompson2010-08-251-6/+29
* BaseChannel: document borrowing of handle refs.Will Thompson2010-08-241-4/+8
* Add tp_base_channel_is_registered()Will Thompson2010-08-241-0/+18
* Fix miscellaneous style trivia.Will Thompson2010-08-241-6/+13
* Correct TpBaseChannelGetPathFunc's docstring syntaxWill Thompson2010-08-241-1/+4
* BaseChannel: reword introduction to clarify optional vfuncs.Will Thompson2010-08-241-2/+10
* BaseChannel: ref ourself in _destroyed() and _reopened()Will Thompson2010-08-241-0/+12
* tp_base_channel_destroyed(): cope if we're not registeredWill Thompson2010-08-241-1/+5
* TpBaseChannel: add get_object_path_suffice vfuncJonathon Jongsma2010-08-231-5/+34
* TpBaseChannel: miscellaneous fixes from reviewJonathon Jongsma2010-08-231-5/+5
* TpBaseChannel: protect against registering multiple timesJonathon Jongsma2010-08-231-0/+3
* TpBaseChannel: rename 'target' to 'target_handle'Jonathon Jongsma2010-08-231-14/+14
* Fix a variety of small documentation issues from reviewJonathon Jongsma2010-08-231-8/+5
* Add tp_base_channel_is_destroyed()Will Thompson2010-08-231-0/+19
* Set BaseChannel:requested to FALSE when respawning.Will Thompson2010-08-231-6/+11
* TpBaseChannel: rename add_properties() to fill_immutable_properties()Jonathon Jongsma2010-08-201-15/+17
* minor review fixesJonathon Jongsma2010-08-201-5/+3
* gtk-doc fixes to unbreak 'make check'Jonathon Jongsma2010-08-201-0/+3
* TpBaseChannelAddPropertiesFunc: Give a sample implementationWill Thompson2010-08-201-1/+24
* BaseChannel: log the (remote) caller of Close()Will Thompson2010-08-201-1/+11
* Typedef the TpBaseChannelClass vfuncs' signaturesWill Thompson2010-08-191-0/+19
* Fix some references in TpBaseChannel documentationWill Thompson2010-08-191-11/+12
* Add tp_base_channel_is_requested()Will Thompson2010-08-191-0/+17
* Add accessors for TpBaseChannel's target and initiatorWill Thompson2010-08-191-0/+36
* Add tp_base_channel_get_connection()Will Thompson2010-08-191-0/+17
* Add tp_base_channel_get_object_path()Will Thompson2010-08-191-0/+17
* TpBaseChannel: Add class documentationJonathon Jongsma2010-08-171-12/+30