fwupd/libfwupd/fwupd-release-private.h
2022-11-29 09:01:58 +00:00

23 lines
412 B
C

/*
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <json-glib/json-glib.h>
#include "fwupd-release.h"
G_BEGIN_DECLS
GVariant *
fwupd_release_to_variant(FwupdRelease *self);
void
fwupd_release_to_json(FwupdRelease *self, JsonBuilder *builder);
void
fwupd_release_incorporate(FwupdRelease *self, FwupdRelease *donor);
G_END_DECLS