summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-monitor.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of libappstream-glib clientsJürg Billeter2019-02-101-1/+1
| | | | | | | | | | | With '#pragma once', __APPSTREAM_GLIB_H is never defined. In file included from /usr/include/libappstream-glib/appstream-glib.h:35: /usr/include/libappstream-glib/as-utils.h:11:2: error: #error "Only <appstream-glib.h> can be included directly." #error "Only <appstream-glib.h> can be included directly." ^~~~~ Fixes: 87b7483e ("Use '#pragma once' to avoid a lot of boilerplate")
* 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
|
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-15/+2
| | | | ... and bump glib dep to 2.44.0 for the macro.
* Add AsMonitor an abstraction on top of GFileMonitorRichard Hughes2015-07-271-0/+97
This is required to get sane semantics from GFileMonitor() when using temporary files and atomic renames.