mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gio: Deprecate G_VOLUME_IDENTIFIER_KIND_HAL_UDI
HAL itself has long been deprecated.
This commit is contained in:
@@ -30,12 +30,16 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
/**
|
||||
* G_VOLUME_IDENTIFIER_KIND_HAL_UDI:
|
||||
*
|
||||
* The string used to obtain a Hal UDI with g_volume_get_identifier().
|
||||
*
|
||||
* Deprecated: 2.58: Do not use, HAL is deprecated.
|
||||
*/
|
||||
#define G_VOLUME_IDENTIFIER_KIND_HAL_UDI "hal-udi"
|
||||
#endif /* G_DISABLE_DEPRECATED */
|
||||
|
||||
/**
|
||||
* G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE:
|
||||
|
Reference in New Issue
Block a user