Small doc fix

svn path=/trunk/; revision=6560
This commit is contained in:
Matthias Clasen 2008-02-23 05:05:39 +00:00
parent 5eec5db7b5
commit f8336c3fa8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-02-23 Matthias Clasen <mclasen@redhat.com>
* gfileinfo.h: Documentation fixes.
2008-02-22 Alexander Larsson <alexl@redhat.com> 2008-02-22 Alexander Larsson <alexl@redhat.com>
* gcontenttype.c (g_content_type_get_icon): * gcontenttype.c (g_content_type_get_icon):

View File

@ -727,8 +727,8 @@ typedef enum {
/** /**
* G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT: * G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT:
* *
* A key in the "trash" namespace. When requested against 'trash:///' * A key in the "trash" namespace. When requested against
* returns the number of (toplevel) items in the trash folder. * "trash:///" returns the number of (toplevel) items in the trash folder.
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32. * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
**/ **/
#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */ #define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count" /* uint32 */