
Classes | |
| struct | PathResolver |
Macros | |
| #define | handle_fatal_error(fmt, ...) |
Functions | |
| void | path_resolver_add_configure_variable (CacheResolver *s, const gchar *name, const gchar *value) |
| gpointer | path_resolver_resolve (CacheResolver *s, const gchar *orig) |
| CacheResolver * | path_resolver_new (const gchar *sysprefix) |
| const gchar * | get_installation_path_for (const gchar *template) |
| gchar * | resolve_path_variables_in_text (const gchar *text) |
| void | override_installation_path_for (const gchar *template, const gchar *value) |
| void | reloc_init (void) |
| void | reloc_deinit (void) |
Variables | |
| Cache * | path_cache |
| #define handle_fatal_error | ( | fmt, | |
| ... | |||
| ) |
| const gchar* get_installation_path_for | ( | const gchar * | template | ) |
| void override_installation_path_for | ( | const gchar * | template, |
| const gchar * | value | ||
| ) |
| void path_resolver_add_configure_variable | ( | CacheResolver * | s, |
| const gchar * | name, | ||
| const gchar * | value | ||
| ) |
| CacheResolver* path_resolver_new | ( | const gchar * | sysprefix | ) |
| gpointer path_resolver_resolve | ( | CacheResolver * | s, |
| const gchar * | orig | ||
| ) |
| void reloc_deinit | ( | void | ) |
| void reloc_init | ( | void | ) |
| gchar* resolve_path_variables_in_text | ( | const gchar * | text | ) |
| Cache* path_cache |