summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-05-29 17:44:15 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-05-29 17:44:15 +0200
commitec4f62ed2ead793d95c1e83b4d85f54395b2e120 (patch)
tree815a64b2f4b7dd7ae1191b4e41b38a396c8ae34b
parentf60616c01e027726da0719b8210bc3033f018bd5 (diff)
downloadgobject-introspection-ec4f62ed2ead793d95c1e83b4d85f54395b2e120.tar.gz
gir: Update annotations from GLib 2.49.1
-rw-r--r--gir/gio-2.0.c12
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.