mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-01 05:15:44 -05:00
[libcalamares] Mark KPM support API as such
- Some of these classes are only compiled in when KPMcore is found.
This commit is contained in:
parent
3bd77913f7
commit
5e352c6771
4 changed files with 22 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE: this functionality is only available when Calamares is compiled
|
||||||
|
* with KPMcore support.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef PARTITION_FILESYSTEM_H
|
#ifndef PARTITION_FILESYSTEM_H
|
||||||
#define PARTITION_FILESYSTEM_H
|
#define PARTITION_FILESYSTEM_H
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE: this functionality is only available when Calamares is compiled
|
||||||
|
* with KPMcore support.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef PARTITION_KPMMANAGER_H
|
#ifndef PARTITION_KPMMANAGER_H
|
||||||
#define PARTITION_KPMMANAGER_H
|
#define PARTITION_KPMMANAGER_H
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,11 @@
|
||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE: this functionality is only available when Calamares is compiled
|
||||||
|
* with KPMcore support.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef PARTITION_PARTITIONITERATOR_H
|
#ifndef PARTITION_PARTITIONITERATOR_H
|
||||||
#define PARTITION_PARTITIONITERATOR_H
|
#define PARTITION_PARTITIONITERATOR_H
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,12 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE: this functionality is only available when Calamares is compiled
|
||||||
|
* with KPMcore support.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef PARTITION_PARTITIONQUERY_H
|
#ifndef PARTITION_PARTITIONQUERY_H
|
||||||
#define PARTITION_PARTITIONQUERY_H
|
#define PARTITION_PARTITIONQUERY_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue