mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 09:56:52 +00:00
20 lines
326 B
C
20 lines
326 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <glib-object.h>
|
|
|
|
#include "fwupd-release.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
FwupdRelease *fwupd_release_from_variant (GVariant *data);
|
|
GVariant *fwupd_release_to_variant (FwupdRelease *release);
|
|
|
|
G_END_DECLS
|
|
|