svn path=/trunk/; revision=6211
2007-12-30 Matthias Clasen <mclasen@redhat.com>
+ * gdesktopappinfo.c:
* gvolumemonitor.c:
* gfileinfo.c: Documentation updates.
static GList *get_all_desktop_entries_for_mime_type (const char *base_mime_type);
static void mime_info_cache_reload (const char *dir);
+/**
+ * GDesktopAppInfo:
+ *
+ * Information about an installed application from a desktop file.
+ */
struct _GDesktopAppInfo
{
GObject parent_instance;
* @G_FILE_ATTRIBUTE_TYPE_INT64: a signed 8-byte/64-bit integer.
* @G_FILE_ATTRIBUTE_TYPE_OBJECT: a #GObject.
*
- * The data type for #GFileAttributeValue<!-- -->s.
+ * The data types for file attributes.
**/
typedef enum {
G_FILE_ATTRIBUTE_TYPE_INVALID = 0,