summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build of libappstream-glib clientsJürg Billeter2019-02-101-1/+1
* Use '#pragma once' to avoid a lot of boilerplateRichard Hughes2019-02-091-6/+2
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Fix an invalid read when using as_app_parse_data() from PythonRichard Hughes2018-01-241-0/+4
* Only load native languages when parsing AppStream dataRichard Hughes2016-11-031-3/+5
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-0/+5
* Use specific types to remove the last _cleanup_free usageRichard Hughes2015-09-141-0/+4
* Remove another length argumentRichard Hughes2015-08-031-1/+0
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-5/+2
* Add as_node_add_attribute_as_int()Richard Hughes2014-10-011-0/+3
* Break Base64 encoded data up into block of 76 columnsRichard Hughes2014-10-011-0/+2
* Use libyaml to read DEP-11 metadataRichard Hughes2014-08-201-0/+2
* trivial: Add AS_NODE_ERROR_INVALID_MARKUP for a less fatal errorRichard Hughes2014-08-051-0/+2
* Add AS_NODE_TO_XML_FLAG_SORT_CHILDRENRichard Hughes2014-06-241-0/+2
* Add as_node_find_with_attribute()Richard Hughes2014-06-241-0/+5
* Add AS_NODE_INSERT_FLAG_MARK_TRANSLATABLERichard Hughes2014-06-241-0/+2
* Add as_node_remove_attribute()Richard Hughes2014-06-181-0/+2
* trivial: Export some more useful API from AsNodeRichard Hughes2014-06-181-0/+16
* Add as_node_to_file()Richard Hughes2014-06-181-0/+6
* Add as_node_get_comment()Richard Hughes2014-05-231-0/+3
* Add a flag to as_node_to_xml() so it can process all childrenRichard Hughes2014-04-201-0/+2
* Do not write xml:lang key versions when the same as the 'C' versionRichard Hughes2014-04-101-0/+2
* Load AppStream files assuming literal text stringsRichard Hughes2014-04-081-0/+2
* Add as_node_get_tag() and only store the name when the tag is unknownRichard Hughes2014-03-261-0/+3
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-0/+2
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-8/+37
* Add a AsNodeFromXmlFlags bitfield to allow future API additionsRichard Hughes2014-03-181-0/+8
* Unexport things we don't want to keep stableRichard Hughes2014-03-181-3/+0
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-0/+3
* Add as_node_from_file()Richard Hughes2014-03-171-0/+5
* Reduce the amount of string copying when parsing a GNode treeRichard Hughes2014-03-171-0/+1
* trivial: Add the single inclusion header guards in as-node.hRichard Hughes2014-03-171-3/+3
* Add as_node_get_localized_best() to get the best locale from a nodeRichard Hughes2014-03-131-0/+2
* Make as_app_add_language() more friendly for expat-style parsersRichard Hughes2014-03-131-0/+2
* Add AsNodeRichard Hughes2014-03-131-0/+99