summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.c
Commit message (Expand)AuthorAgeFilesLines
...
* Small coding-style fixSjoerd Simons2008-07-231-1/+1
* Add missing ; (woops)Sjoerd Simons2008-07-231-1/+1
* s/Unreleased/UNRELEASED/Sjoerd Simons2008-07-231-3/+3
* Fix construct_simple_presence_hash definition to comply with tp coding styleSjoerd Simons2008-07-231-3/+3
* Use tp_svc_connection_interface_simple_presence_return_from_get_presence inst...Sjoerd Simons2008-07-181-2/+2
* Reorder code so there is no need for a goto doing backflipsSjoerd Simons2008-07-181-12/+13
* More explicit and clear naming for the functions referring to the SimplePrese...Sjoerd Simons2008-07-181-14/+17
* PresenceMixin: Set uint values using g_value_set_uint instead of g_value_set_...Sjoerd Simons2008-07-171-1/+1
* PresenceMixin: Fix some typosSjoerd Simons2008-07-171-2/+2
* PresenceMixin: Set the message boolean in the Status property as per the merg...Sjoerd Simons2008-07-171-1/+20
* PresenceMixin: add type in GetPresences and PresencesChanged as per the merge...Sjoerd Simons2008-07-171-4/+10
* Coding style fixSjoerd Simons2008-06-161-4/+5
* Implement SimplePresence on top of the presence mixinSjoerd Simons2008-06-161-68/+409
* TpPresenceMixin: guarantee that get_contact_statuses is only called with a no...Simon McVittie2008-03-251-1/+28
* TpPresenceMixin: don't shadow time()Simon McVittie2008-02-211-1/+1
* TpPresenceMixin: fix C99ismSimon McVittie2008-02-211-6/+4
* TpPresenceMixin: don't shadow index() from string.hSimon McVittie2008-02-211-3/+3
* presence-mixin.c: Get the class of the interface object instead of casting it...Sjoerd Simons2007-12-031-1/+1
* Change all internal-*.h to a more conventional *-internal.hSimon McVittie2007-11-151-1/+1
* Fix breakage in the presence mixin where a hash table wasn't copiedSimon McVittie2007-11-221-0/+1
* Take more advantage of generated GTypesSimon McVittie2007-10-041-2/+1
* Use the generated GTypes in various bits of tp-glibSimon McVittie2007-09-061-4/+3
* Clarify the documentation of status_availableWill Thompson2007-09-131-1/+2
* Annotate new 0.5.13 and 0.5.14 features with "Since:"Simon McVittie2007-09-051-0/+2
* Remove extraneous debug from TpPresenceMixinSimon McVittie2007-06-281-4/+0
* tp_presence_mixin_get_presence: don't leak the implementor-supplied hash tableSimon McVittie2007-06-281-0/+1
* TpPresenceMixin: use tp_g_value_slice_dupSimon McVittie2007-06-281-4/+1
* TpPresenceMixin: wrap long linesSimon McVittie2007-06-281-2/+5
* stack allocate TpPresenceStatus when calling set_own_status functionRobert McQueen2007-06-201-7/+5
* Dispose of the g_hash_table_{ref,unref} gash and do deep copies of hash table...Olli Salli2007-06-011-79/+25
* Provide implementations of g_hash_table_{ref,unref} for GLib < 2.10, they are...Olli Salli2007-06-011-0/+70
* Don't try to iterate the optional argument specs in set_status_foreach if the...Olli Salli2007-06-011-1/+1
* Add some more debug to set_status_foreachOlli Salli2007-06-011-0/+5
* Copy the provided optional arguments in TpPresenceMixin's SetStatus to a hash...Olli Salli2007-06-011-1/+46
* Add "called." debugs to the TpPresenceMixin D-Bus method implementationsOlli Salli2007-06-011-0/+26
* Function call style fix in tp_presence_status_freeOlli Salli2007-06-011-1/+1
* Fix TpPresenceMixin's GetPresence implementation using return_from_get_statusesOlli Salli2007-05-311-1/+3
* Fix set_status_foreach on unavailable statuses and add a comment stating it w...Olli Salli2007-05-311-0/+7
* Add notice about the stub implementation of last activity time in TpPresenceM...Olli Salli2007-05-311-0/+6
* Style fixes for tp_presence_status_{new,free}Olli Salli2007-05-311-3/+6
* Fix indentation of tp_presence_status_{new,free}Olli Salli2007-05-311-2/+4
* Implement ClearStatus, RemoveStatus and SetStatus in TpPresenceMixinOlli Salli2007-05-311-7/+233
* Change the semantics of tp_presence_status_new to get a new reference to the ...Olli Salli2007-05-311-4/+7
* Add some missing trivial comments on TpPresenceMixin's D-Bus method implement...Olli Salli2007-05-311-0/+15
* Implement GetPresence and RequestPresence in TpPresenceMixinOlli Salli2007-05-301-0/+85
* Add tp_presence_mixin_emit_presence_update and tp_presence_emit_one_presence_...Olli Salli2007-05-301-1/+120
* Add TpPresenceStatus, an internal representation of a presence statusOlli Salli2007-05-301-0/+41
* Make TpPresenceMixin depend on TpBaseConnection and error in the methods if t...Olli Salli2007-05-291-3/+14
* Trivially implement AddStatus in TpPresenceMixinOlli Salli2007-05-291-0/+15
* Trivially implement SetLastActivityTime in TpPresenceMixinOlli Salli2007-05-291-0/+18