summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbinarystrip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkbinarystrip.h')
-rw-r--r--src/gtkext/gtkbinarystrip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/gtkbinarystrip.h b/src/gtkext/gtkbinarystrip.h
index 09152a3..3f082f5 100644
--- a/src/gtkext/gtkbinarystrip.h
+++ b/src/gtkext/gtkbinarystrip.h
@@ -57,6 +57,9 @@ GtkWidget *gtk_binary_strip_new(void);
/* Attache un nouveau binaire à la barre de représentation. */
void gtk_binary_strip_attach(GtkBinaryStrip *, GLoadedBinary *);
+/* Indique l'adresse physique et virtuelle représentée. */
+const vmpa2t *gtk_binary_strip_get_location(const GtkBinaryStrip *);
+
#endif /* _GTKEXT_BINARYSTRIP_H */