![]() |
![]() |
![]() |
Schroot Reference Manual | ![]() |
---|
SbuildChrootPlainSbuildChrootPlain — simple chroot object |
SbuildChrootPlain; SbuildChrootPlainClass; const char* sbuild_chroot_plain_get_location (const SbuildChrootPlain *restrict chroot); void sbuild_chroot_plain_set_location (SbuildChrootPlain *chroot, const char *location);
typedef struct { SbuildChrootClass parent; } SbuildChrootPlainClass;
SbuildChrootPlain class.
SbuildChrootClass parent ; |
the parent class |
const char* sbuild_chroot_plain_get_location (const SbuildChrootPlain *restrict chroot);
Get the directory location of the chroot.
chroot : |
an SbuildChrootPlain |
Returns : | a string. This string points to internally allocated storage in the chroot and must not be freed, modified or stored. |
void sbuild_chroot_plain_set_location (SbuildChrootPlain *chroot, const char *location);
Set the directory location of a chroot.
chroot : |
an SbuildChrootPlain. |
location : |
the location to set. |
<< SbuildChroot | SbuildChrootBlockDevice >> |