From d285f28401bd9f4b8e9ed46ef21ce7b01dfb8ba5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Dec 2007 05:21:05 +0000 Subject: [PATCH] Documentation updates svn path=/trunk/; revision=6211 --- gio/ChangeLog | 1 + gio/gdesktopappinfo.c | 5 +++++ gio/gfileattribute.h | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 2cb92fd..725b7c0 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 fb97389..e622353 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 d5ef0d5..758fe9b 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, -- 2.7.4