summaryrefslogtreecommitdiff
path: root/libpeas/peas-object-module.c
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-03-13 12:44:29 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-03-13 17:41:54 +0100
commitd2f7a31e8347b3abb505cd5a78027a3d4e9a6b89 (patch)
treedc51cee2c8d29e1872cee16eff8dc77d5db78509 /libpeas/peas-object-module.c
parentb068425289275e88c964089e782066a7e29c8632 (diff)
downloadlibpeas-d2f7a31e8347b3abb505cd5a78027a3d4e9a6b89.tar.gz
mark nullable functions
Diffstat (limited to 'libpeas/peas-object-module.c')
-rw-r--r--libpeas/peas-object-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpeas/peas-object-module.c b/libpeas/peas-object-module.c
index 0f38fd5..86a63e7 100644
--- a/libpeas/peas-object-module.c
+++ b/libpeas/peas-object-module.c
@@ -474,7 +474,7 @@ peas_object_module_new_embedded (const gchar *module_name,
* Since libpeas 1.22, @exten_type can be an Abstract [alias@GObject.Type]
* and not just an Interface [alias@GObject.Type].
*
- * Returns: (transfer full): The created object
+ * Returns: (transfer full) (nullable): The created object
*/
GObject *
peas_object_module_create_object (PeasObjectModule *module,