summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/analysis/content.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-07 20:33:21 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-07 20:33:21 (GMT)
commitc0af4cc392a246b05d41b7b7c05bbcd8b0cfb39e (patch)
tree0d645c71c40fc4b625271d0ab1ef8e7ebab04075 /plugins/pychrysalide/analysis/content.h
parenta13d12c758184449bf3305785ef33273802a761c (diff)
Relied on GObject introspection and dynamic gtypes to inherit in Python.
Diffstat (limited to 'plugins/pychrysalide/analysis/content.h')
-rw-r--r--plugins/pychrysalide/analysis/content.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/analysis/content.h b/plugins/pychrysalide/analysis/content.h
index b433828..61b82b3 100644
--- a/plugins/pychrysalide/analysis/content.h
+++ b/plugins/pychrysalide/analysis/content.h
@@ -37,6 +37,9 @@ PyTypeObject *get_python_binary_content_type(void);
/* Prend en charge l'objet 'pychrysalide.analysis.BinContent'. */
bool ensure_python_binary_content_is_registered(void);
+/* Tente de convertir en contenu binaire. */
+int convert_to_binary_content(PyObject *, void *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_ANALYSIS_CONTENT_H */