Searched defs:short_description (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlayout.c26 gchar *short_description; member in struct:__anon2085
83 layout = g_object_new (LIGHTDM_TYPE_LAYOUT, "name", full_name, "short-description", item->short_description, "description", item->description, NULL);
96 layout = g_object_new (LIGHTDM_TYPE_LAYOUT, "name", item->name, "short-description", item->short_description, "description", item->description, NULL);
227 return GET_PRIVATE (layout)->short_description;
265 g_free (priv->short_description);
266 priv->short_description = g_strdup (g_value_get_string (value));

Completed in 51 milliseconds