summaryrefslogtreecommitdiff
path: root/src/analysis/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/type.h')
-rw-r--r--src/analysis/type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/type.h b/src/analysis/type.h
index 000c557..8fccbb5 100644
--- a/src/analysis/type.h
+++ b/src/analysis/type.h
@@ -63,6 +63,9 @@ typedef enum _TypeQualifier
/* Indique le type défini pour un type quelconque. */
GType g_data_type_get_type(void);
+/* Calcule une empreinte pour un type de données. */
+guint g_data_type_hash(const GDataType *);
+
/* Crée un copie d'un type existant. */
GDataType *g_data_type_dup(const GDataType *);