summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* 0.23.1Simon McVittie2014-02-041-7/+7
* TpPresenceStatusSpec: be a boxed typeSimon McVittie2013-11-111-0/+100
* TpPresenceStatusSpec: add some accessorsSimon McVittie2013-11-111-13/+88
* TpPresenceMixin: fix indentationSimon McVittie2013-11-111-1/+1
* TpPresenceMixin: deprecate optional arguments other than "message"Simon McVittie2013-11-111-2/+14
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-5/+8
* Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie2013-09-261-62/+25
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-041-2/+4
* Stop using TP_ERRORSSimon McVittie2012-05-021-7/+7
* many fixes to documentation commentsJonny Lamb2012-04-061-53/+23
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-22/+22
* PresenceMixin: expunge g_hash_table_foreachWill Thompson2011-07-271-102/+68
* Version 0.14.5telepathy-glib-0.14.5Will Thompson2011-04-201-1/+2
* Add missing docs for MaxStatusMessageLength stuffWill Thompson2011-04-201-7/+28
* Add rationale for TpPresenceMixinClass::get_maximum_status_message_length.Andre Moreira Magalhaes (andrunko)2011-04-201-0/+9
* Add support for Conn.SimplePresence.MaximumStatusMessageLength.Andre Moreira Magalhaes (andrunko)2011-04-201-2/+19
* Improve TpPresenceMixin introduction.Will Thompson2011-01-281-8/+26
* Clarify TpPresenceMixinStatusAvailableFuncWill Thompson2011-01-281-15/+23
* PresenceMixin: move documentation from .h to .cWill Thompson2011-01-281-2/+130
* tp_presence_mixin_remove_status: doc typoDavid Laban2010-09-271-1/+1
* Whitelist core TpPresenceMixin symbols for introspection.Travis Reitter2010-09-011-23/+23
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-3/+4
* Prepare version 0.11.13telepathy-glib-0.11.13Simon McVittie2010-08-171-3/+3
* Rewrite TpPresenceMixin introductionSimon McVittie2010-08-121-26/+57
* fd.o #25019: allow TpPresenceMixin on connections without old-style PresenceButch Howard2010-08-121-5/+9
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
* Use generated token-name strings, except in testsSimon McVittie2010-04-301-1/+1
* Don't assert if get_contact_statuses returns NULLWill Thompson2009-05-181-8/+15
* TpPresenceMixin: when filling contact attributes, don't leak a GValueArraySimon McVittie2009-03-041-5/+1
* TpPresenceMixin: SimplePresence.SetPresence: don't leak a copy of messageSimon McVittie2009-03-041-8/+4
* TpPresenceMixin: include everything in Statuses even if it can't be set on yo...Simon McVittie2009-01-291-1/+3
* Fix argument nameSimon McVittie2009-01-291-1/+1
* Move check_status_available up so the changes actually compileSimon McVittie2009-01-291-48/+47
* TpPresenceMixin: enforce the "may set on self" flagSimon McVittie2009-01-291-4/+34
* TpPresenceMixin: factor out calling status_available() into a functionSimon McVittie2009-01-291-13/+23
* TpPresenceMixin: warn if a CM sets an offline status to be available for sett...Simon McVittie2009-01-291-0/+21
* TpPresenceMixin: fix some bad indentationSimon McVittie2009-01-291-7/+7
* Attempt to fix a rather large leak in tp_presence_mixin_get_statuses()Jonathon Jongsma2009-01-231-1/+1
* TpPresenceMixin: remove references to an empty priv structureSimon McVittie2009-01-081-15/+0
* TpPresenceMixin: whitespace, remove a couple of unnecessary castsSimon McVittie2008-10-151-15/+13
* Rename _register_with_contacts_iface to _register_with_contacts_mixinSjoerd Simons2008-08-141-2/+2
* Merge branch 'master' into inspectotronSjoerd Simons2008-08-131-3/+3
|\
| * TpPresenceMixin: commit to including the simple presence stuff in 0.7.13Simon McVittie2008-07-291-3/+3
* | Rename tp_contacts_mixin_add_inspectable_iface tp_contacts_mixin_add_contact_...Sjoerd Simons2008-08-131-1/+1
* | PresenceMixin: s/get_contact_attribute/fill_contact_attributes for more consi...Sjoerd Simons2008-08-131-6/+6
* | Add a register function instead that registers the right interface name and u...Sjoerd Simons2008-07-281-1/+19
* | Use the TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE define to create the at...Sjoerd Simons2008-07-281-1/+1
* | Add a attributes helper function to the presence mixin for use with the conta...Sjoerd Simons2008-07-281-12/+70
|/
* Also rename the documentation commentsSjoerd Simons2008-07-241-1/+1