diff options
Diffstat (limited to 'paludis/partitioning.hh')
-rw-r--r-- | paludis/partitioning.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/paludis/partitioning.hh b/paludis/partitioning.hh index 26bf8d060..31aafb4e3 100644 --- a/paludis/partitioning.hh +++ b/paludis/partitioning.hh @@ -77,6 +77,17 @@ namespace paludis * \since 1.1.0 */ PartName classify(const FSPath &) const; + + /** + * Check if a path is partitioned. + * + * \arg [in] path the path to check + * + * \return %true if the path contains a partioned image + * + * \since 1.99.0 + */ + bool is_partitioned(const FSPath &) const; }; } |