Top | ![]() |
![]() |
![]() |
![]() |
gint | mirage_index_get_address () |
gint | mirage_index_get_number () |
void | mirage_index_set_address () |
void | mirage_index_set_number () |
MirageIndex object represents an index within a track. It is a container object that stores the index number and corresponding address.
gint
mirage_index_get_address (MirageIndex *self
);
Retrieves index' start adddress. The address
is given in sectors.
gint
mirage_index_get_number (MirageIndex *self
);
Retrieves index' index number.
void mirage_index_set_address (MirageIndex *self
,gint address
);
Sets index' start address. The address
is given in sectors.
void mirage_index_set_number (MirageIndex *self
,gint number
);
Sets index' index number.
struct MirageIndex;
All the fields in the MirageIndex structure are private to the MirageIndex implementation and should never be accessed directly.