aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-plist.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-1/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* 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.