diff options
author | Gabor Karsay <gabor.karsay@gmx.at> | 2022-03-04 16:21:55 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2022-03-04 16:21:55 +0000 |
commit | 7e64004db0bd57ccbfb5ddc0fbde69e4f55a8c0e (patch) | |
tree | ff4017506712947cba1fb90e2969df37607ba73a /gio/gsettings.c | |
parent | 887f73d34e3ec3990f11f50427872df33d143eac (diff) | |
download | glib-7e64004db0bd57ccbfb5ddc0fbde69e4f55a8c0e.tar.gz |
docs: mark macros, flags, enums with percent sign
Diffstat (limited to 'gio/gsettings.c')
-rw-r--r-- | gio/gsettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gsettings.c b/gio/gsettings.c index e96c94e11..00f8c16c8 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -248,7 +248,7 @@ * looks for a boolean property with the name "sensitivity" and * automatically binds it to the writability of the bound setting. * If this 'magic' gets in the way, it can be suppressed with the - * #G_SETTINGS_BIND_NO_SENSITIVITY flag. + * %G_SETTINGS_BIND_NO_SENSITIVITY flag. * * ## Relocatable schemas # {#gsettings-relocatable} * |