mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01:00
Clarify semantics of g_volume_mount_finish() (#552168)
2008-09-29 David Zeuthen <davidz@redhat.com> * gvolume.c: Clarify semantics of g_volume_mount_finish() (#552168) svn path=/trunk/; revision=7559
This commit is contained in:
parent
1ae3a4aec1
commit
8070d3b02f
@ -1,3 +1,7 @@
|
||||
2008-09-29 David Zeuthen <davidz@redhat.com>
|
||||
|
||||
* gvolume.c: Clarify semantics of g_volume_mount_finish() (#552168)
|
||||
|
||||
2008-09-26 Dan Winship <danw@gnome.org>
|
||||
|
||||
* tests/data-input-stream.c:
|
||||
|
@ -384,6 +384,11 @@ g_volume_mount (GVolume *volume,
|
||||
* Finishes mounting a volume. If any errors occured during the operation,
|
||||
* @error will be set to contain the errors and %FALSE will be returned.
|
||||
*
|
||||
* If the mount operation succeeded, g_volume_get_mount() on @volume
|
||||
* is guaranteed to return the mount right after calling this
|
||||
* function; there's no need to listen for the 'mount-added' signal on
|
||||
* #GVolumeMonitor.
|
||||
*
|
||||
* Returns: %TRUE, %FALSE if operation failed.
|
||||
**/
|
||||
gboolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user