aboutsummaryrefslogtreecommitdiffstats
path: root/modules/vcard-inline/e-mail-part-vcard.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Bug #659890 - Merge addressbook 'widgets' and 'merging' librariesMilan Crha2013-09-241-1/+1
| | | | | These two cross-referenced each other, which could cause runtime issues, thus rather merge them into one.
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-0/+353
EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.