| Top |
| gchar * | ide_get_system_arch () |
| const gchar * | ide_get_system_type () |
| gchar * | ide_create_host_triplet () |
| gsize | ide_get_system_page_size () |
| gchar * | ide_path_collapse () |
| gchar * | ide_path_expand () |
gchar * ide_create_host_triplet (const gchar *arch,const gchar *kernel,const gchar *system);
gchar *
ide_path_collapse (const gchar *path);
This function will collapse a path that starts with the users home directory into a shorthand notation using ~/ for the home directory.
If the path does not have the home directory as a prefix, it will
simply return a copy of path
.