diff --git a/gio/ChangeLog b/gio/ChangeLog index 2cb92fda1..725b7c0b5 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,6 @@ 2007-12-30 Matthias Clasen + * gdesktopappinfo.c: * gvolumemonitor.c: * gfileinfo.c: Documentation updates. diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index fb9738969..e622353e5 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -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; diff --git a/gio/gfileattribute.h b/gio/gfileattribute.h index d5ef0d5c2..758fe9b66 100644 --- a/gio/gfileattribute.h +++ b/gio/gfileattribute.h @@ -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 #GFileAttributeValues. + * The data types for file attributes. **/ typedef enum { G_FILE_ATTRIBUTE_TYPE_INVALID = 0,