fwupd/libfwupdplugin/fu-volume-private.h
Richard Hughes f3993a6b96 trivial: Add GObject properties to FuVolume
This will allow us to add other properties in the future.
2020-11-02 14:22:37 +00:00

15 lines
310 B
C

/*
* Copyright (C) 2018-2020 Richard Hughes <richard@hughsie.com>
* Copyright (C) 2019 Mario Limonciello <mario.limonciello@dell.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <gio/gio.h>
#include "fu-volume.h"
FuVolume *fu_volume_new_from_mount_path (const gchar *mount_path);