mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 13:41:26 +00:00
trivial: Remove two more deprecated defines
This commit is contained in:
parent
94110f5983
commit
f90cc4507f
@ -15,3 +15,5 @@ Migration from Version 0.9.x
|
|||||||
============================
|
============================
|
||||||
|
|
||||||
* Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG
|
* Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG
|
||||||
|
* Rename FWUPD_DEVICE_FLAG_ALLOW_ONLINE -> FWUPD_DEVICE_FLAG_UPDATABLE
|
||||||
|
* Rename FWUPD_DEVICE_FLAG_ALLOW_OFFLINE -> FWUPD_DEVICE_FLAG_ONLY_OFFLINE
|
||||||
|
@ -23,12 +23,8 @@
|
|||||||
#define __FWUPD_DEPRECATED_H
|
#define __FWUPD_DEPRECATED_H
|
||||||
|
|
||||||
#include "fwupd-client.h"
|
#include "fwupd-client.h"
|
||||||
#include "fwupd-enums.h"
|
|
||||||
#include "fwupd-remote.h"
|
#include "fwupd-remote.h"
|
||||||
|
|
||||||
#define FWUPD_DEVICE_FLAG_ALLOW_ONLINE FWUPD_DEVICE_FLAG_UPDATABLE
|
|
||||||
#define FWUPD_DEVICE_FLAG_ALLOW_OFFLINE FWUPD_DEVICE_FLAG_ONLY_OFFLINE
|
|
||||||
|
|
||||||
G_DEPRECATED_FOR(fwupd_client_get_devices_simple)
|
G_DEPRECATED_FOR(fwupd_client_get_devices_simple)
|
||||||
GPtrArray *fwupd_client_get_devices (FwupdClient *client,
|
GPtrArray *fwupd_client_get_devices (FwupdClient *client,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
|
Loading…
Reference in New Issue
Block a user