summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-provide-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Use '#pragma once' to avoid a lot of boilerplateRichard Hughes2019-02-091-5/+2
|
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
|
* Create a AsNodeContext object for parsing stateRichard Hughes2015-01-211-1/+4
| | | | | | | We've relied on version number heuristics for too long, and now we're in a position where we need the source kind to parse files correctly. All the functions are private, no API bump required.
* Use libyaml to read DEP-11 metadataRichard Hughes2014-08-201-0/+3
| | | | | This is optional, but enabled by default. Use --disable-dep11 to remove the libyaml dependancy.
* Add AsProvideRichard Hughes2014-05-191-0/+42
This is an abstract AppStream provide.