summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-plugin-loader.h
Commit message (Collapse)AuthorAgeFilesLines
* Use '#pragma once' to avoid a lot of boilerplateRichard Hughes2019-02-091-4/+1
|
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
|
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-15/+2
|
* Add asb_plugin_loader_set_dir() to set the default plugin locationRichard Hughes2015-07-291-0/+3
| | | | | We need to set this from the build system when doing running the tests with build systems that do not build in the source tree.
* Do not allow plugins to remove applicationsRichard Hughes2014-08-151-1/+1
| | | | Instead force them to veto applications, which at least means we get a CacheID.
* trivial: Add klass padding to the Asb objectsRichard Hughes2014-08-151-8/+8
|
* Convert AsbPluginLoader to an actual GObjectRichard Hughes2014-06-191-18/+49
| | | | | | | | We want to start storing things in addition to the array of plugins (e.g. the AsbContext) so expand this out into an actual object. Also, this is an API change, but the whole of libappstream-builder is marked as 'Unstable' for now, and asb-plugin-loader.h has never been installed.
* Add libappstream-builder from the createrepo_as projectRichard Hughes2014-06-171-0/+48