diff options
Diffstat (limited to 'plugins/dex/method.h')
-rw-r--r-- | plugins/dex/method.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dex/method.h b/plugins/dex/method.h index e567832..acb6b5b 100644 --- a/plugins/dex/method.h +++ b/plugins/dex/method.h @@ -75,6 +75,9 @@ GDexMethod *g_dex_method_new_defined(GDexFormat *, const encoded_method *, uleb1 /* Crée une nouvelle représentation de methode vide. */ GDexMethod *g_dex_method_new_callable(GDexFormat *, const method_id_item *); +/* Fournit les identifiants Dex concernant la méthode. */ +const method_id_item *g_dex_method_get_dex_id_item(const GDexMethod *); + /* Fournit les indications Dex concernant la méthode. */ const encoded_method *g_dex_method_get_dex_info(const GDexMethod *); |