diff options
-rw-r--r-- | gir/gio-2.0.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index fd73c78d..308f3c95 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -20752,6 +20752,18 @@ /** + * g_drive_is_removable: + * @drive: a #GDrive. + * + * Checks if the #GDrive and/or its media is considered removable by the user. + * See g_drive_is_media_removable(). + * + * Returns: %TRUE if @drive and/or its media is considered removable, %FALSE otherwise. + * Since: 2.50 + */ + + +/** * g_drive_poll_for_media: * @drive: a #GDrive. * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore. |