Struct
IdeTriplet
Constructors
ide_triplet_new
Creates a new IdeTriplet
from a given identifier. This identifier
can be a simple architecture name, a duet of “arch-kernel” (like “m68k-coff”), a triplet
of “arch-kernel-os” (like “x86_64-linux-gnu”) or a quadriplet of “arch-vendor-kernel-os”
(like “i686-pc-linux-gnu”)
ide_triplet_new_with_quadruplet
Creates a new IdeTriplet
from a given quadruplet of
“arch-vendor-kernel-os” (like “i686-pc-linux-gnu”)
ide_triplet_new_with_triplet
Creates a new IdeTriplet
from a given triplet of “arch-kernel-os”
(like “x86_64-linux-gnu”)
Instance methods
ide_triplet_get_full_name
Gets the full name of the machine configuration name (can be an architecture name, a duet, a triplet or a quadruplet).
ide_triplet_unref
Decreases the reference count of self
Once the reference count reaches 0, the object is freed.