From f8336c3fa8af26e89e77e6e5bec09c5454e8b68d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 23 Feb 2008 05:05:39 +0000 Subject: [PATCH] Small doc fix svn path=/trunk/; revision=6560 --- gio/ChangeLog | 4 ++++ gio/gfileinfo.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 6b1ec4a..1179dad 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-02-23 Matthias Clasen + + * gfileinfo.h: Documentation fixes. + 2008-02-22 Alexander Larsson * gcontenttype.c (g_content_type_get_icon): diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h index 78212b1..4f6f7e0 100644 --- a/gio/gfileinfo.h +++ b/gio/gfileinfo.h @@ -727,8 +727,8 @@ typedef enum { /** * G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT: * - * A key in the "trash" namespace. When requested against 'trash:///' - * returns the number of (toplevel) items in the trash folder. + * A key in the "trash" namespace. When requested against + * "trash:///" returns the number of (toplevel) items in the trash folder. * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32. **/ #define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */ -- 2.7.4