summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-30 19:21:11 -0700
committerEvan Nemerson <evan@nemerson.com>2014-10-16 13:09:34 -0700
commitfa6ded9b0d065634481d8ae4126fdea0b88e3558 (patch)
tree151efb6762bf467ada2ac104770fdefd293b7248 /pango/modules.c
parentadb5a4e86b09b0935ec1dd71bf05ac41807c84a2 (diff)
downloadpango-fa6ded9b0d065634481d8ae4126fdea0b88e3558.tar.gz
Add many missing nullability annotations.
https://bugzilla.gnome.org/show_bug.cgi?id=731022
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/modules.c b/pango/modules.c
index 73935bdc..d8ff79c1 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -734,8 +734,8 @@ build_map (PangoMapInfo *info)
*
* Returns the best engine listed in the map for a given script
*
- * Return value: the best engine, if one is listed for the script,
- * or %NULL. The lookup may cause the engine to be loaded;
+ * Return value: (nullable): the best engine, if one is listed for the
+ * script, or %NULL. The lookup may cause the engine to be loaded;
* once an engine is loaded, it won't be unloaded. If multiple
* engines are exact for the script, the choice of which is
* returned is arbitrary.