Lines Matching refs:users

74     /* TRUE if have scanned users */
77 /* List of users */
78 GList *users;
129 #define USER_CONFIG_FILE "/etc/lightdm/users.conf"
154 for (link = priv->users; link; link = link->next)
205 GList *users = NULL, *old_users, *new_users = NULL, *changed_users = NULL, *link;
221 value = g_key_file_get_string (config, "UserList", "hidden-users", NULL);
251 /* Ignore system users */
255 /* Ignore users disabled by shell */
263 /* Ignore certain users */
299 /* Update existing users if have them */
300 for (link = priv->users; link; link = link->next)
318 users = g_list_insert_sorted (users, user, compare_user);
329 old_users = priv->users;
330 priv->users = users;
354 for (new_link = priv->users; new_link; new_link = new_link->next)
555 priv->users = g_list_insert_sorted (priv->users, g_object_ref (object->user), compare_user);
579 priv->users = g_list_remove (priv->users, object->user);
747 g_debug ("Loading users from org.freedesktop.Accounts");
759 priv->users = g_list_insert_sorted (priv->users, g_object_ref (object->user), compare_user);
852 * Return value: The number of users able to log in
859 return g_list_length (GET_LIST_PRIVATE (user_list)->users);
866 * Get a list of users to present to the user. This list may be a subset of the
867 * available users and may be empty depending on the server configuration.
876 return GET_LIST_PRIVATE (user_list)->users;
945 g_list_free_full (priv->users, g_object_unref);
964 g_param_spec_int ("num-users",
965 "num-users",
966 "Number of login users",
1076 * Return value: The users home directory