mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-22 03:47:33 +00:00
17 lines
235 B
C
17 lines
235 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fwupd-request.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
GVariant *
|
|
fwupd_request_to_variant(FwupdRequest *self);
|
|
|
|
G_END_DECLS
|