Lines Matching defs:comment
27 gchar *comment;
97 g_free (priv->comment);
98 priv->comment = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_COMMENT, domain, NULL);
99 if (!priv->comment)
100 priv->comment = g_strdup ("");
152 g_debug ("Loaded session %s (%s, %s)", path, GET_PRIVATE (session)->name, GET_PRIVATE (session)->comment);
285 * Get the comment for a session
287 * Return value: The session comment
293 return GET_PRIVATE (session)->comment;
344 g_free (priv->comment);
374 g_param_spec_string ("comment",
375 "comment",
376 "Session comment",