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

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c433 gchar *icon_file; local
434 g_variant_get (value, "&s", &icon_file);
436 if (strcmp (icon_file, "") == 0)
439 priv->image = g_strdup (icon_file);

Completed in 45 milliseconds