trivial: Remove two more deprecated defines

This commit is contained in:
Richard Hughes 2017-09-15 14:18:32 +01:00
parent 94110f5983
commit f90cc4507f
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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,