mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Add G_FILE_ATTRIBUTE_PREVIEW_ICON (#557182)
2008-10-21 Alexander Larsson <alexl@redhat.com> * gfileinfo.h: Add G_FILE_ATTRIBUTE_PREVIEW_ICON (#557182) svn path=/trunk/; revision=7619
This commit is contained in:
parent
4f0b18d203
commit
17c1241103
@ -1,3 +1,8 @@
|
||||
2008-10-21 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gfileinfo.h:
|
||||
Add G_FILE_ATTRIBUTE_PREVIEW_ICON (#557182)
|
||||
|
||||
2008-10-21 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
Bug 555740 - gicon serialization
|
||||
|
@ -608,6 +608,21 @@ typedef struct _GFileInfoClass GFileInfoClass;
|
||||
**/
|
||||
#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed" /* boolean */
|
||||
|
||||
/* Preview */
|
||||
|
||||
/**
|
||||
* G_FILE_ATTRIBUTE_PREVIEW_ICON:
|
||||
*
|
||||
* A key in the "preview" namespace for getting a #GIcon that can be
|
||||
* used to get preview of the file. For example, it may be a low
|
||||
* resolution thumbnail without metadata. Corresponding
|
||||
* #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_OBJECT. The value
|
||||
* for this key should contain a #GIcon.
|
||||
*
|
||||
* Since: 2.20
|
||||
**/
|
||||
#define G_FILE_ATTRIBUTE_PREVIEW_ICON "preview::icon" /* object (GIcon) */
|
||||
|
||||
/* File system info (for g_file_get_filesystem_info) */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user