#include "rox-clib.h"
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <glib.h>
#include <gtk/gtk.h>
#include "rox.h"
#include "basedir.h"
Functions | |
const gchar * | rox_basedir_get_config_home (void) |
const gchar * | basedir_get_config_home (void) |
GList * | rox_basedir_get_config_paths (void) |
GList * | basedir_get_config_paths (void) |
gchar * | rox_basedir_save_config_path (const char *resource, const char *leaf) |
gchar * | basedir_save_config_path (const char *resource, const char *leaf) |
gchar * | rox_basedir_save_data_path (const char *resource, const char *leaf) |
gchar * | basedir_save_data_path (const char *resource, const char *leaf) |
gchar * | rox_basedir_load_config_path (const char *resource, const char *leaf) |
gchar * | basedir_load_config_path (const char *resource, const char *leaf) |
gchar * | rox_basedir_load_data_path (const char *resource, const char *leaf) |
gchar * | basedir_load_data_path (const char *resource, const char *leaf) |
GList * | rox_basedir_load_config_paths (const char *resource, const char *leaf) |
GList * | basedir_load_config_paths (const char *resource, const char *leaf) |
GList * | rox_basedir_load_data_paths (const char *resource, const char *leaf) |
GList * | basedir_load_data_paths (const char *resource, const char *leaf) |
void | rox_basedir_free_paths (GList *paths) |
|
|
|
|
|
Return the full path to a file from which configuration may be loaded.
|
|
Return a list of full paths to a file from which configuration may be loaded in each diretory where it exists. Useful for merging the conents of multiple files..
|
|
Return the full path to a file from which data may be loaded.
|
|
Return a list of full paths to a file from which data may be loaded in each diretory where it exists. Useful for merging the conents of multiple files..
|
|
Return the full path to a file where configuration may be saved.
|
|
Return the full path to a file where data may be saved. Normally this is not required.
|
|
Free a list returned by basedir_load_config_paths() or basedir_load_data_paths().
|
|
|
|
|
|
Return the full path to a file from which configuration may be loaded.
|
|
Return a list of full paths to a file from which configuration may be loaded in each diretory where it exists. Useful for merging the conents of multiple files..
|
|
Return the full path to a file from which data may be loaded.
|
|
Return a list of full paths to a file from which data may be loaded in each diretory where it exists. Useful for merging the conents of multiple files..
|
|
Return the full path to a file where configuration may be saved.
|
|
Return the full path to a file where data may be saved. Normally this is not required.
|