mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Minor doc edits
svn path=/trunk/; revision=7170
This commit is contained in:
parent
2b714b5f20
commit
c8c5188fd5
@ -532,9 +532,9 @@ g_volume_enumerate_identifiers (GVolume *volume)
|
|||||||
* GFile *mount_root
|
* GFile *mount_root
|
||||||
* GFile *volume_activation_root;
|
* GFile *volume_activation_root;
|
||||||
*
|
*
|
||||||
* mount = g_volume_get_mount (volume); // mounted, so never NULL
|
* mount = g_volume_get_mount (volume); /* mounted, so never NULL */
|
||||||
* mount_root = g_mount_get_root (mount);
|
* mount_root = g_mount_get_root (mount);
|
||||||
* volume_activation_root = g_volume_get_activation_root(volume); // assume not NULL
|
* volume_activation_root = g_volume_get_activation_root(volume); /* assume not NULL */
|
||||||
* </programlisting>
|
* </programlisting>
|
||||||
*
|
*
|
||||||
* then the expression
|
* then the expression
|
||||||
|
Loading…
Reference in New Issue
Block a user