From: Matthias Clasen Date: Sat, 23 Feb 2008 05:05:39 +0000 (+0000) Subject: Small doc fix X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f8336c3fa8af26e89e77e6e5bec09c5454e8b68d;p=dana%2Fcg-glib.git Small doc fix svn path=/trunk/; revision=6560 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 6b1ec4a7..1179dad3 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 78212b13..4f6f7e0b 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 */