summaryrefslogtreecommitdiff
path: root/wocky/wocky-contact-factory.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2011-03-22Merge branch 'meta-porter'Jonny Lamb1-0/+14
Conflicts: docs/reference/wocky-docs.sgml wocky/wocky-debug.h Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2011-03-08all: document Class structsJonny Lamb1-0/+8
Mostly with dummy text. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-03-01contact-factory: add support for LL contactsJonny Lamb1-0/+14
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-0/+2
Rather than repeatedly calling that macro (which is reasonably expensive), it should be called once in the object's _init() function and stored in a pointer in the public structure. This patch changes the whole of Wocky to do this correctly!
2009-08-28add wocky_contact_factory_lookup_resource_contactGuillaume Desmottes1-0/+4
2009-08-28add wocky_contact_factory_ensure_resource_contactGuillaume Desmottes1-0/+5
2009-08-28add wocky_contact_factory_lookup_bare_contactGuillaume Desmottes1-0/+4
2009-08-28add wocky_contact_factory_ensure_bare_contactGuillaume Desmottes1-1/+5
2009-08-28add wocky-contact-factory.[ch]Guillaume Desmottes1-0/+63