mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-18 00:31:54 +00:00
20 lines
353 B
C
20 lines
353 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-keyring.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
#define FU_TYPE_KEYRING_GPG (fu_keyring_gpg_get_type ())
|
|
|
|
G_DECLARE_FINAL_TYPE (FuKeyringGpg, fu_keyring_gpg, FU, KEYRING_GPG, FuKeyring)
|
|
|
|
FuKeyring *fu_keyring_gpg_new (void);
|
|
|
|
G_END_DECLS
|