mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 04:48:05 +02:00
lib: Mark device refresh function as deprecated
As the daemon API will soon be removed. See https://gitlab.freedesktop.org/upower/upower/-/merge_requests/66
This commit is contained in:
parent
4e962fdc8d
commit
bd59723fb8
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ UpDevice *up_device_new (void);
|
|||
gchar *up_device_to_text (UpDevice *device);
|
||||
|
||||
/* sync versions */
|
||||
G_DEPRECATED
|
||||
gboolean up_device_refresh_sync (UpDevice *device,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue