Home
last modified time | relevance | path

Searched refs:common_user_get_home_directory (Results 1 – 5 of 5) sorted by relevance

/dports/x11/lightdm/lightdm-1.30.0/common/
H A Ddmrc.c28 … g_autofree gchar *path = g_build_filename (common_user_get_home_directory (user), ".dmrc", NULL); in dmrc_load()
58 … g_autofree gchar *path = g_build_filename (common_user_get_home_directory (user), ".dmrc", NULL); in dmrc_save()
H A Duser-list.h87 const gchar *common_user_get_home_directory (CommonUser *user);
H A Duser-list.c239 g_strcmp0 (common_user_get_home_directory (user), home_directory) == 0 && in update_passwd_user()
387 …(update_passwd_user (info, common_user_get_real_name (user), common_user_get_home_directory (user)… in load_passwd_file()
1256 common_user_get_home_directory (CommonUser *user) in common_user_get_home_directory() function
1535 g_value_set_string (value, common_user_get_home_directory (self)); in common_user_get_property()
/dports/x11/lightdm/lightdm-1.30.0/src/
H A Daccounts.c81 return common_user_get_home_directory (priv->common_user); in user_get_home_directory()
/dports/x11/lightdm/lightdm-1.30.0/liblightdm-gobject/
H A Duser.c457 return common_user_get_home_directory (GET_USER_PRIVATE (user)->common_user); in lightdm_user_get_home_directory()