summaryrefslogtreecommitdiff
path: root/src/analysis/type.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-05-13 12:32:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-05-13 12:32:03 (GMT)
commit118a668adbf6ca9d4c549618e54f58330f46ce58 (patch)
tree10e75f1a7e83ab48aba82a5a595441a065a6037e /src/analysis/type.h
parente56b4db3aae87f0458319019635dea4968a5c529 (diff)
Supported Dalvik VM / DEX (partially).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@155 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 b127eb3..2662235 100644
--- a/src/analysis/type.h
+++ b/src/analysis/type.h
@@ -68,6 +68,9 @@ GType g_openida_type_get_type(void);
/* Crée un copie d'un type existant. */
GOpenidaType *g_openida_type_dup(const GOpenidaType *);
+/* Définit le groupe d'appartenance d'un type donné. */
+void g_openida_type_set_namespace(GOpenidaType *, GOpenidaType *);
+
/* Décrit le type fourni sous forme de caractères. */
char *g_openida_type_to_string(const GOpenidaType *);