summaryrefslogtreecommitdiff
path: root/src/plugins/dt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/dt.h')
-rw-r--r--src/plugins/dt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/dt.h b/src/plugins/dt.h
index 88e17ba..5c92593 100644
--- a/src/plugins/dt.h
+++ b/src/plugins/dt.h
@@ -42,6 +42,9 @@ void exit_chrysalide_dynamic_types(void);
/* Fournit un identifiant GLib pour un nouveau type. */
GType build_dynamic_type(GType, const char *, GClassInitFunc, gconstpointer, GInstanceInitFunc);
+/* Crée un objet à partir d'un type, dynamique ou classique. */
+gpointer create_object_from_type(GType);
+
#endif /* _PLUGINS_PYCHRYSALIDE_DT_H */