Lines Matching defs:description
27 gchar *description;
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);
219 * Get the short description of a layout.
221 * Return value: A short description of the layout
234 * Get the long description of a layout.
236 * Return value: A long description of the layout
242 return GET_PRIVATE (layout)->description;
269 g_free (priv->description);
270 priv->description = g_strdup (g_value_get_string (value));
323 g_param_spec_string ("short-description",
324 "short-description",
325 "Short description of the layout",
330 g_param_spec_string ("description",
331 "description",
332 "Long description of the layout",