mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
Add a note about handling non-hal backends
This commit is contained in:
parent
6e11246cc8
commit
2c1dc529e8
@ -71,7 +71,13 @@
|
|||||||
* #G_VOLUME_IDENTIFIER_KIND_LABEL, etc. Use g_volume_get_identifier()
|
* #G_VOLUME_IDENTIFIER_KIND_LABEL, etc. Use g_volume_get_identifier()
|
||||||
* to obtain an identifier for a volume.
|
* to obtain an identifier for a volume.
|
||||||
* </para>
|
* </para>
|
||||||
**/
|
*
|
||||||
|
* Note that #G_VOLUME_IDENTIFIER_KIND_HAL_UDI will only be available
|
||||||
|
* when the gvfs hal volume monitor is in use. Other volume monitors
|
||||||
|
* will generally be able to provide the #G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE
|
||||||
|
* identifier, which can be used to obtain a hal device by means of
|
||||||
|
* libhal_manger_find_device_string_match().
|
||||||
|
*/
|
||||||
|
|
||||||
static void g_volume_base_init (gpointer g_class);
|
static void g_volume_base_init (gpointer g_class);
|
||||||
static void g_volume_class_init (gpointer g_class,
|
static void g_volume_class_init (gpointer g_class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user