Fix type warnings

2008-02-27  Alexander Larsson  <alexl@redhat.com>

        * gcontenttype.c:
	Fix type warnings
	
        * gunixvolume.c:
        (g_unix_volume_mount):
	Add missing GMountMountFlags argument


svn path=/trunk/; revision=6599
This commit is contained in:
Alexander Larsson
2008-02-27 11:23:35 +00:00
committed by Alexander Larsson
parent f0e54fd328
commit 82046b6c97
3 changed files with 16 additions and 5 deletions

View File

@@ -391,6 +391,7 @@ eject_mount_do (GVolume *volume,
static void
g_unix_volume_mount (GVolume *volume,
GMountMountFlags flags,
GMountOperation *mount_operation,
GCancellable *cancellable,
GAsyncReadyCallback callback,