summaryrefslogtreecommitdiff
path: root/src/analysis/type.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-02-20 00:26:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-02-20 00:26:09 (GMT)
commit66b8d57f0c054065894ab3dd0f1640594013e441 (patch)
treea31cb44088c67d6fe9ee7aa36c67261a6cbd14b4 /src/analysis/type.h
parent9ac491cba6aa35959fa1ffdb9ce979060f5f6b26 (diff)
Compute a hash value for data types.
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 *);