From c341479c2331b7df3bc143c05198aa81066e2702 Mon Sep 17 00:00:00 2001 From: segfault Date: Fri, 31 Aug 2018 21:59:00 +0200 Subject: [PATCH] Document new `loop` class --- gio/gvolume.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gvolume.h b/gio/gvolume.h index 1bb47e5cf..6d8a814dc 100644 --- a/gio/gvolume.h +++ b/gio/gvolume.h @@ -74,8 +74,8 @@ G_BEGIN_DECLS * * The string used to obtain the volume class with g_volume_get_identifier(). * - * Known volume classes include `device` and `network`. Other classes may - * be added in the future. + * Known volume classes include `device`, `network`, and `loop`. Other + * classes may be added in the future. * * This is intended to be used by applications to classify #GVolume * instances into different sections - for example a file manager or