diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-02-08 17:34:23 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-05-29 09:55:47 +0100 |
commit | 24e98e38d616f64d68c86747dc38e657145bf38b (patch) | |
tree | 137198fb9e51906b8f17d6536ed5c679b84c844b /docs | |
parent | 61ccf733ccf1f64760553f6915fc7264ca1af1d6 (diff) | |
download | glib-24e98e38d616f64d68c86747dc38e657145bf38b.tar.gz |
Add a macro for checking approximate values
A macro like this is useful to avoid direct comparisons between floating
point values.
https://gitlab.gnome.org/GNOME/glib/issues/914
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 32a7664e8..1a5c9fa5e 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -219,6 +219,7 @@ MAX <SUBSECTION> ABS CLAMP +G_APPROX_VALUE <SUBSECTION> G_STRUCT_MEMBER |