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

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c974 * The ::user-added signal gets emitted when a user account is created.
990 * The ::user-changed signal gets emitted when a user account is modified.
1006 * The ::user-removed signal gets emitted when a user account is removed.
1265 UserAccountObject *account = NULL; local
1275 account = a;
1279 if (!account)
1285 priv->language = get_string_property (account->proxy, "Language");
1288 priv->session = get_string_property (account->proxy, "XSession");
1290 value = get_string_array_property (account->proxy, "XKeyboardLayouts");
1302 priv->has_messages = get_boolean_property (account
[all...]

Completed in 34 milliseconds