summaryrefslogtreecommitdiff
path: root/wocky/wocky-contact.h
AgeCommit message (Expand)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/+6
2011-03-08contact: no need to forward-define WockyContactJonny Lamb1-2/+2
2011-03-08all: document Class structsJonny Lamb1-0/+7
2011-03-01contact: add dup_jid functionJonny Lamb1-0/+6
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-0/+3
2009-08-28add WockyContact which will be used as a base class for all contact objectsGuillaume Desmottes1-0/+60
2009-08-28rename wocky-contact.[ch] to wocky-bare-contact.[ch]Guillaume Desmottes1-93/+0
2009-08-25add wocky_contact_debug_printGuillaume Desmottes1-0/+2
2009-08-25add wocky_contact_copyGuillaume Desmottes1-0/+2
2009-08-25add wocky_contact_remove_groupGuillaume Desmottes1-0/+3
2009-08-25add wocky_contact_in_groupGuillaume Desmottes1-0/+3
2009-08-25add wocky_contact_add_groupGuillaume Desmottes1-0/+3
2009-08-13Simplify wocky_contact_set_* settersGuillaume Desmottes1-6/+4
2009-08-13add wocky_contact_equalGuillaume Desmottes1-0/+3
2009-08-13move WockyContact definition to a newly created wocky-types.h to avoid circul...Guillaume Desmottes1-1/+1
2009-08-13change WockyRosterSubscriptionType to WockyRosterSubscriptionFlagsGuillaume Desmottes1-2/+2
2009-08-13Implement several functions of WockyContact and document them.Jonny Lamb1-3/+5
2009-08-13Updated WockyContact to include some properties.Jonny Lamb1-5/+10
2009-08-13Add barebones of WockyContact class.Jonny Lamb1-0/+72