Documentation updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 05:21:05 +0000 (05:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 05:21:05 +0000 (05:21 +0000)
svn path=/trunk/; revision=6211

gio/ChangeLog
gio/gdesktopappinfo.c
gio/gfileattribute.h

index 2cb92fda148bdc0576447f9b7fc50a20beee7003..725b7c0b553187e89003e1288bda0211bcfbbdfe 100644 (file)
@@ -1,5 +1,6 @@
 2007-12-30  Matthias Clasen  <mclasen@redhat.com> 
 
+       * gdesktopappinfo.c:
        * gvolumemonitor.c: 
        * gfileinfo.c: Documentation updates.
 
index fb973896984a71349c54fef014a5207b245c2194..e622353e57888ae79d98442c1aa61ef6d9e080cc 100644 (file)
@@ -60,6 +60,11 @@ static void g_desktop_app_info_iface_init (GAppInfoIface *iface);
 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;
index d5ef0d5c28f478077df1b4ae593031bc7d14e432..758fe9b66d77662458fbd3840885697c88860986 100644 (file)
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
  * @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,