Top |
OsinfoDatamap * | osinfo_datamap_new () |
void | osinfo_datamap_insert () |
const gchar * | osinfo_datamap_lookup () |
const gchar * | osinfo_datamap_reverse_lookup () |
OsinfoDatamap is an object for representing OS datamaps. It is to translate generic osinfo values to OS specific data.
void osinfo_datamap_insert (OsinfoDatamap *map
,const gchar *inval
,const gchar *outval
);
const gchar * osinfo_datamap_lookup (OsinfoDatamap *map
,const gchar *inval
);
const gchar * osinfo_datamap_reverse_lookup (OsinfoDatamap *map
,const gchar *outval
);