mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
docs: Replace deprecated Virtual tag
Use the (virtual) symbol annotation.
This commit is contained in:
committed by
Philip Withnall
parent
47faa032cb
commit
d026534753
@@ -330,7 +330,7 @@ g_volume_should_automount (GVolume *volume)
|
||||
|
||||
|
||||
/**
|
||||
* g_volume_mount:
|
||||
* g_volume_mount: (virtual mount_fn)
|
||||
* @volume: a #GVolume
|
||||
* @flags: flags affecting the operation
|
||||
* @mount_operation: (nullable): a #GMountOperation or %NULL to avoid user interaction
|
||||
@@ -341,8 +341,6 @@ g_volume_should_automount (GVolume *volume)
|
||||
* Mounts a volume. This is an asynchronous operation, and is
|
||||
* finished by calling g_volume_mount_finish() with the @volume
|
||||
* and #GAsyncResult returned in the @callback.
|
||||
*
|
||||
* Virtual: mount_fn
|
||||
*/
|
||||
void
|
||||
g_volume_mount (GVolume *volume,
|
||||
|
Reference in New Issue
Block a user