Richard Hughes
7c8a830659
libfwupd: Add async versions of the library for GUI tools
...
Rather than force the GUI to interact with fwupd using threads, provide
async versions so thay can be run without blocking the UI thread.
2020-09-03 15:46:57 +01:00
Richard Hughes
fd0ee5153e
Add some of the HSI specification to the generated documentation
2020-08-17 20:23:49 +01:00
Richard Hughes
e031774a8b
Split out the fwupd tutorial into a new file
...
No content changes.
2020-07-28 09:22:07 +01:00
Richard Hughes
0e39ff0ef8
trivial: Add a section on using a compat layers in fwupd
2020-03-12 11:44:51 +00: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
f0f504c740
trivial: Do not use FuProgressbar in dfu-tool
...
This is a debug-only command line program, and we don't want plugins to have
access to the animated progressbar header in the future.
2019-11-26 17:15:18 +00:00
Richard Hughes
019a1bc2b0
trivial: Untangle FuHistory from FuPlugin
...
This will allow us to export FuPlugin in the future without dragging in the
private fu-history.h too.
2019-11-26 14:14:27 +00:00
Mario Limonciello
f1a4d87063
Add missing documentation from the plugin interface
...
Also update the structure as the documentation doesn't only describe
libfwupd.
2019-11-26 06:31:57 +00:00