summaryrefslogtreecommitdiff
path: root/src/glibext/gbinportion.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-04 21:29:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-04 21:29:51 (GMT)
commit2141476200ac16213c9d567708c081857bf7eb8c (patch)
tree5ddaa8958a9d1b5a1deb86f70bf80e71581cf337 /src/glibext/gbinportion.h
parent9593501b2e1a25e0e0201276733dc0cbd602ac93 (diff)
Measured the number of binary portions to load.
Diffstat (limited to 'src/glibext/gbinportion.h')
-rw-r--r--src/glibext/gbinportion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glibext/gbinportion.h b/src/glibext/gbinportion.h
index 581be68..5c8c363 100644
--- a/src/glibext/gbinportion.h
+++ b/src/glibext/gbinportion.h
@@ -144,6 +144,9 @@ bool g_binary_portion_visit(GBinPortion *, visit_portion_fc, void *);
/* ------------------------ PARCOURS D'ENSEMBLES DE PORTIONS ------------------------ */
+/* Compte le nombre de portions présentes dans une arborescence. */
+size_t g_binary_portion_count(const GBinPortion *);
+
/* Recherche la portion présente à un point donné. */
GBinPortion *g_binary_portion_find_at_pos(GBinPortion *, gint, GdkRectangle *);