Mario Limonciello
0ef2fde83f
trivial: libfwupdplugin: clarify name of self test
2019-11-27 14:32:31 +00:00
Mario Limonciello
5beceda89b
trivial: Move progressbar out of libfwupdplugin
...
The intention with f0f504c740
was to
not offer this in the plugin, but when rebasing 6b0e66354b
this was forgotten to be removed.
2019-11-27 08:18:02 -06:00
Richard Hughes
3ed2ac8315
trivial: Unexport fu_test_get_filename()
...
We don't actually need either of the things it provides (looking up in source
and built, and converting to an absolute path) so just replace it with
g_build_filename() instead.
This also has the advantage that it does the right thing on Windows.
2019-11-27 12:45:35 +00:00
Richard Hughes
606fa91dae
trivial: Unexport fu_test_compare_lines()
...
It's only used two places in the self tests.
2019-11-27 12:45:35 +00:00
Richard Hughes
f3d5207351
trivial: Unexport fu_test_loop_run_with_timeout()
2019-11-27 12:45:35 +00:00
Richard Hughes
00f66f659d
trivial: Do not include non-introspectable functions in the GIR
...
If we do need these for managed languages, we can of course create boxed types
when requried.
2019-11-27 12:45:35 +00:00
Richard Hughes
a0d81c726f
trivial: Fix up a few introspection problems in FwupdPlugin
2019-11-27 12:45:35 +00:00
Richard Hughes
3ee52ca4dd
trivial: Include the Fwupd GIR in the FwupdPLugin GIR
2019-11-27 12:45:35 +00:00
Richard Hughes
6a710c3c23
trivial: Never add duplicate symbols to the map file
2019-11-27 12:45:35 +00:00
Richard Hughes
aed7826c8f
trivial: Properly namespace the defines in the exported header
2019-11-27 12:45:35 +00:00
Mario Limonciello
11503c23ee
Install development files for libfwupdplugin
...
This splits out all development files, including headers into their
own packages where relevant.
Notably absent is `fu-hash.h` which is used for determining taint.
Out of tree developed plugins should still taint the daemon.
2019-11-27 11:32:43 +00:00
Mario Limonciello
6b0e66354b
Convert libfwupdprivate to a shared library libfwupdplugin
2019-11-27 11:32:43 +00:00