aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-plist.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* remove empathy_plist_parse_array()Guillaume Desmottes2012-04-101-29/+0
| | | | It's not used by the Adium code and uses a GValueArray which is deprecated.
* Call xmlCleanupParser() only once when exiting (#600693)Guillaume Desmottes2010-01-131-2/+0
| | | | | | | This function should only be called when exiting the application as it cleans up the memory allocated by the library itself. Thanks to Lennart for pointing this out.
* Fix coding style and FSF addressSjoerd Simons2009-06-231-6/+6
|
* Fix typos in plist parserXavier Claessens2009-06-221-3/+4
|
* Use tp_g_value_slice_new and tp_asv API for plist parser.Xavier Claessens2009-06-221-103/+34
|
* Add a plist parser and set font family, size and default variant. Fixes bug ↵Patryk Zawadzki2009-06-221-0/+404
#586387.