Searched refs:user_account_objects (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c66 GList *user_account_objects; member in struct:__anon2092
521 for (link = priv->user_account_objects; link; link = link->next)
554 priv->user_account_objects = g_list_append (priv->user_account_objects, object);
584 priv->user_account_objects = g_list_remove (priv->user_account_objects, object);
758 priv->user_account_objects = g_list_append (priv->user_account_objects, object);
942 g_list_free_full (priv->user_account_objects, (GDestroyNotify) user_account_object_free);
1270 for (iter = list_priv->user_account_objects; ite
[all...]

Completed in 86 milliseconds