mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Fix "it's" vs "its" confusion throughout the source. Patch by Will
* Fix "it's" vs "its" confusion throughout the source. Patch by Will Thompson. svn path=/trunk/; revision=7897
This commit is contained in:
@@ -329,7 +329,7 @@ g_volume_monitor_get_mounts (GVolumeMonitor *volume_monitor)
|
||||
* @volume_monitor: a #GVolumeMonitor.
|
||||
* @uuid: the UUID to look for
|
||||
*
|
||||
* Finds a #GVolume object by it's UUID (see g_volume_get_uuid())
|
||||
* Finds a #GVolume object by its UUID (see g_volume_get_uuid())
|
||||
*
|
||||
* Returns: a #GVolume or %NULL if no such volume is available.
|
||||
* Free the returned object with g_object_unref().
|
||||
@@ -353,7 +353,7 @@ g_volume_monitor_get_volume_for_uuid (GVolumeMonitor *volume_monitor,
|
||||
* @volume_monitor: a #GVolumeMonitor.
|
||||
* @uuid: the UUID to look for
|
||||
*
|
||||
* Finds a #GMount object by it's UUID (see g_mount_get_uuid())
|
||||
* Finds a #GMount object by its UUID (see g_mount_get_uuid())
|
||||
*
|
||||
* Returns: a #GMount or %NULL if no such mount is available.
|
||||
* Free the returned object with g_object_unref().
|
||||
|
Reference in New Issue
Block a user