summaryrefslogtreecommitdiff
path: root/gio/gdbuserror.c
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2020-11-17 10:15:15 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2020-11-20 14:41:07 +0000
commit83e48d8ac1fee98059e2305d8909dca26190bddc (patch)
treec45181680ac1a9e61bba457c0f828075c44c2439 /gio/gdbuserror.c
parent7d417f8406b8fa32a25659120738d22be6a1b482 (diff)
downloadglib-83e48d8ac1fee98059e2305d8909dca26190bddc.tar.gz
docs: Document not to use `volatile` qualifiers
Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Fixes: #600
Diffstat (limited to 'gio/gdbuserror.c')
-rw-r--r--gio/gdbuserror.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/gdbuserror.c b/gio/gdbuserror.c
index b03a33f27..4ad97bb6e 100644
--- a/gio/gdbuserror.c
+++ b/gio/gdbuserror.c
@@ -177,6 +177,9 @@ g_dbus_error_quark (void)
*
* Helper function for associating a #GError error domain with D-Bus error names.
*
+ * While @quark_volatile has a `volatile` qualifier, this is a historical
+ * artifact and the argument passed to it should not be `volatile`.
+ *
* Since: 2.26
*/
void