mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 13:24:13 +02:00
docs: mark macros, flags, enums with percent sign
This commit is contained in:
committed by
Philip Withnall
parent
887f73d34e
commit
7e64004db0
@@ -66,13 +66,13 @@
|
||||
* different kinds of identifiers, such as Hal UDIs, filesystem labels,
|
||||
* traditional Unix devices (e.g. `/dev/sda2`), UUIDs. GIO uses predefined
|
||||
* strings as names for the different kinds of identifiers:
|
||||
* #G_VOLUME_IDENTIFIER_KIND_UUID, #G_VOLUME_IDENTIFIER_KIND_LABEL, etc.
|
||||
* %G_VOLUME_IDENTIFIER_KIND_UUID, %G_VOLUME_IDENTIFIER_KIND_LABEL, etc.
|
||||
* Use g_volume_get_identifier() to obtain an identifier for a volume.
|
||||
*
|
||||
*
|
||||
* Note that #G_VOLUME_IDENTIFIER_KIND_HAL_UDI will only be available
|
||||
* 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
|
||||
* 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_manager_find_device_string_match().
|
||||
*/
|
||||
|
Reference in New Issue
Block a user