summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.c
Commit message (Expand)AuthorAgeFilesLines
* TpChannel: use the official type name for ChatStateMapSimon McVittie2010-06-141-7/+1
* Use tp_clear_object, tp_clear_pointer in various placesSimon McVittie2010-06-011-2/+1
* Remove trailing whitespaceSimon McVittie2010-05-241-4/+4
* Added element-type and transfer annotations to garray argumentsMorten Mjelva2010-05-241-8/+8
* Remove variables that shadow global function namesDanielle Madeley2010-05-241-2/+0
* Merge branch 'even-better-errors'Simon McVittie2010-05-041-9/+12
|\
| * fd.o #23369: TpChannel: if the CM gives us a recognized error name, use it fo...Simon McVittie2010-04-271-9/+12
* | Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
* | Prepare version 0.11.4telepathy-glib-0.11.4Simon McVittie2010-04-281-2/+2
* | Annotate TpChannelDanielle Madeley2010-04-281-7/+9
* | Initial work on generating gobject-introspectionDanielle Madeley2010-04-251-8/+10
|/
* Merge branch 'null-ident'Simon McVittie2010-04-211-23/+54
|\
| * tp_channel_got_identifier_cb: refactorSimon McVittie2010-04-121-13/+19
| * tp_channel_set_property: explain why notify doesn't need to be emittedSimon McVittie2010-04-121-0/+4
| * _tp_channel_get_identifier: give legacy anonymous channels a proper TargetIDSimon McVittie2010-04-121-2/+9
| * tp_channel_get_identifier: always return non-NULLSimon McVittie2010-04-121-7/+21
| * Make sure "identifier" property on TpChannel is the same as returned by tp_ch...Xavier Claessens2010-04-121-1/+1
* | Add/update version annotationsSimon McVittie2010-04-201-5/+5
|/
* Add a GROUP feature to TpChannelSimon McVittie2010-04-081-22/+67
* TP_CHANNEL_FEATURE_CHAT_STATES: implementSimon McVittie2010-04-071-4/+99
* TpChannel: add CORE and (vestigial) CHAT_STATES featuresSimon McVittie2010-04-071-16/+166
* Don't document @parent, @priv in object structsSimon McVittie2010-04-051-2/+2
* Prepare version 0.11.0telepathy-glib-0.11.0Simon McVittie2010-03-311-1/+1
* Deprecate tp_channel_run_until_readySimon McVittie2010-03-301-0/+3
* TpChannel: use TP_PROP constantsSimon McVittie2009-11-251-22/+22
* Don't ping Group channels with GetInterfaces()Will Thompson2009-07-271-3/+10
* Make GetGroupFlags() failing abort introspection.Will Thompson2009-07-271-1/+1
* Look for qualified properties in immutable a{sv}Will Thompson2009-07-271-3/+4
* Make tp_channel_dispose idempotentWill Thompson2009-06-061-0/+4
* Assert when assuming connecting to Closed works.Will Thompson2009-05-151-4/+14
* Stop channel introspection when invalidated.Will Thompson2009-05-151-1/+8
* TpChannel: use tp_g_slice_new_uint() etc. to elide temporary GValuesSimon McVittie2009-03-041-43/+21
* Make gtkdoc 1.11 happySimon McVittie2009-02-271-2/+8
* Annotate things with Since:Simon McVittie2009-02-131-1/+1
* Set correct "Since:" annotations on the functions new in 0.7.21Simon McVittie2009-01-201-1/+1
* Merge branch 'members-changed-detailed-cli'Will Thompson2009-01-121-0/+31
|\
| * TpChannel: add group-members-changed-detailed signalWill Thompson2009-01-071-0/+31
* | Add since in doc of tp_channel_new_from_propertiesXavier Claessens2009-01-111-0/+2
|/
* Add "identifier" property on TpChannel.Xavier Claessens2008-12-151-9/+125
* TpChannel: avoid calling GetInterfaces if we already know the channel exists,...Simon McVittie2008-11-061-5/+25
* TpChannel: call GetAll for Channel properties before falling back to the spec...Simon McVittie2008-11-061-60/+222
* TpChannel: add tp_channel_new_from_properties (fd.o #17427) and tp_channel_bo...Simon McVittie2008-11-061-32/+254
* TpChannel: invalidate during introspect if something goes horribly wrongSimon McVittie2008-11-051-11/+24
* TpChannel: delete trailing whitespaceSimon McVittie2008-10-151-1/+1
* Fix a leak of a hash table per Group TpChannelSimon McVittie2008-10-141-0/+6
* TpChannel: add g_return_if_fail guards to public APISimon McVittie2008-10-131-1/+14
* Annotate new Channel API as Since: 0.7.12telepathy-glib_0.7.12telepathy-glib-0.7.12Simon McVittie2008-07-211-0/+13
* Make TpChannel publicSimon McVittie2008-07-141-0/+3
* TpChannel: make all members privateSimon McVittie2008-07-081-56/+52
* TpChannel: add GObject signals when group members or flags changeSimon McVittie2008-05-301-0/+60