fwupd/libfwupd/fwupd-release-private.h
2021-08-24 11:18:40 -05:00

22 lines
364 B
C

/*
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <glib-object.h>
#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);
G_END_DECLS