X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgfileinfo-priv.h;h=8a55d6b953d0f32e37a05c8f70c9d6468871cf01;hb=d9ad40b4eaf1a9197ab363de4346a8d84f45f5c1;hp=97fcf89304d4bcb1dab26f570a1080aacce1e716;hpb=73ca8b47540d005d5227c03aac143d6780da654c;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gfileinfo-priv.h b/gio/gfileinfo-priv.h index 97fcf89..8a55d6b 100644 --- a/gio/gfileinfo-priv.h +++ b/gio/gfileinfo-priv.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Benjamin Otte */ @@ -44,6 +42,7 @@ #define G_FILE_ATTRIBUTE_ID_STANDARD_SYMLINK_TARGET (1048576 + 16) #define G_FILE_ATTRIBUTE_ID_STANDARD_TARGET_URI (1048576 + 17) #define G_FILE_ATTRIBUTE_ID_STANDARD_SORT_ORDER (1048576 + 18) +#define G_FILE_ATTRIBUTE_ID_STANDARD_SYMBOLIC_ICON (1048576 + 19) #define G_FILE_ATTRIBUTE_ID_ETAG_VALUE (2097152 + 1) #define G_FILE_ATTRIBUTE_ID_ID_FILE (3145728 + 1) #define G_FILE_ATTRIBUTE_ID_ID_FILESYSTEM (3145728 + 2) @@ -90,6 +89,7 @@ #define G_FILE_ATTRIBUTE_ID_OWNER_GROUP (9437184 + 3) #define G_FILE_ATTRIBUTE_ID_THUMBNAIL_PATH (10485760 + 1) #define G_FILE_ATTRIBUTE_ID_THUMBNAILING_FAILED (10485760 + 2) +#define G_FILE_ATTRIBUTE_ID_THUMBNAIL_IS_VALID (10485760 + 3) #define G_FILE_ATTRIBUTE_ID_PREVIEW_ICON (11534336 + 1) #define G_FILE_ATTRIBUTE_ID_FILESYSTEM_SIZE (12582912 + 1) #define G_FILE_ATTRIBUTE_ID_FILESYSTEM_FREE (12582912 + 2)