summaryrefslogtreecommitdiff
path: root/src/format/mangling/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/mangling/context.h')
-rw-r--r--src/format/mangling/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/mangling/context.h b/src/format/mangling/context.h
index 3ede4da..c584838 100644
--- a/src/format/mangling/context.h
+++ b/src/format/mangling/context.h
@@ -49,6 +49,9 @@ typedef struct _GDemanglingContextClass GDemanglingContextClass;
/* Indique le type défini pour un contexte de décodage. */
GType g_demangling_context_get_type(void);
+/* Fournit la routine créé à l'issue du codage. */
+GBinRoutine *g_demangling_context_get_decoded_routine(const GDemanglingContext *);
+
/* Fournit le type créé à l'issue du codage. */
GOpenidaType *g_demangling_context_get_decoded_type(const GDemanglingContext *);