#include <glib.h>
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS G_CONST_RETURN gchar * | hildon_home_get_user_home_dir (void) |
G_CONST_RETURN gchar * | hildon_home_get_user_config_dir (void) |
G_CONST_RETURN gchar * | hildon_home_get_user_config_file (void) |
G_CONST_RETURN gchar * | hildon_home_get_system_config_dir (void) |
G_CONST_RETURN gchar * | hildon_home_get_user_bg_file (void) |
G_CONST_RETURN gchar * | hildon_home_get_mmc_mount_point (void) |
|
hildon_home_get_system_config_dir: Gets the global configuration directory. Return value: the global configuration directory. |
|
hildon_home_get_user_config_dir: Gets the current user's configuration directory. Return value: the current user's configuration directory. |
|
hildon_home_get_user_home_dir: Gets the current user's home directory. In contrast to g_get_home_dir(), this function prefers the <envar>HOME</envar> environment variable. Return value: the current user's home directory. |