mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-10 16:12:55 +00:00
20 lines
352 B
C
20 lines
352 B
C
/*
|
|
* Copyright (C) 2020 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <json-glib/json-glib.h>
|
|
|
|
#include "fwupd-plugin.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
GVariant *fwupd_plugin_to_variant (FwupdPlugin *plugin);
|
|
void fwupd_plugin_to_json (FwupdPlugin *plugin,
|
|
JsonBuilder *builder);
|
|
|
|
G_END_DECLS
|