diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:15:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:15:00 (GMT) |
commit | bb323895ac2d8655d5f6c85d16eefea364017298 (patch) | |
tree | 76a02a748277ce66a8bde32d7b58e55c3ec0b701 /plugins/pychrysalide/convert.h | |
parent | d1665deb8929feeb3df4d8e1913063b8431a6d41 (diff) |
Handle optional settings for secure storage properly.
Diffstat (limited to 'plugins/pychrysalide/convert.h')
-rw-r--r-- | plugins/pychrysalide/convert.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/convert.h b/plugins/pychrysalide/convert.h index 7bdf7da..86d7528 100644 --- a/plugins/pychrysalide/convert.h +++ b/plugins/pychrysalide/convert.h @@ -33,6 +33,9 @@ /* Tente de convertir en instance GSettings. */ int convert_to_gsettings(PyObject *, void *); +/* Tente de convertir en instance GSettings ou NULL. */ +int convert_to_gsettings_or_none(PyObject *, void *); + #endif /* _PLUGINS_PYCHRYSALIDE_CONVERT_H */ |