GIO: Don't use G_DISABLE_DEPRECATED for functions

This commit is contained in:
Matthias Clasen
2011-11-03 00:16:41 -04:00
parent 328be3938e
commit 5896808e8c
10 changed files with 7 additions and 25 deletions

View File

@@ -173,7 +173,6 @@ GDrive * g_mount_get_drive (GMount *mount);
gboolean g_mount_can_unmount (GMount *mount);
gboolean g_mount_can_eject (GMount *mount);
#ifndef G_DISABLE_DEPRECATED
GLIB_DEPRECATED_FOR(g_mount_unmount_with_operation)
void g_mount_unmount (GMount *mount,
GMountUnmountFlags flags,
@@ -197,7 +196,6 @@ GLIB_DEPRECATED_FOR(g_mount_eject_with_operation_finish)
gboolean g_mount_eject_finish (GMount *mount,
GAsyncResult *result,
GError **error);
#endif
void g_mount_remount (GMount *mount,
GMountMountFlags flags,