Document new loop class

This commit is contained in:
segfault 2018-08-31 21:59:00 +02:00
parent b2375471cc
commit c341479c23

View File

@ -74,8 +74,8 @@ G_BEGIN_DECLS
* *
* The string used to obtain the volume class with g_volume_get_identifier(). * The string used to obtain the volume class with g_volume_get_identifier().
* *
* Known volume classes include `device` and `network`. Other classes may * Known volume classes include `device`, `network`, and `loop`. Other
* be added in the future. * classes may be added in the future.
* *
* This is intended to be used by applications to classify #GVolume * This is intended to be used by applications to classify #GVolume
* instances into different sections - for example a file manager or * instances into different sections - for example a file manager or