~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GFileInfo.html

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mto: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: james.westby@ubuntu.com-20090215130043-6snh45flhit8oalb
Tags: upstream-2.18.4
Import upstream version 2.18.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GFileInfo</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIO Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
7
<link rel="home" href="index.html" title="GIO Reference Manual">
8
8
<link rel="up" href="file_ops.html" title="File Operations">
9
9
<link rel="prev" href="gio-GFileAttribute.html" title="GFileAttribute">
10
10
<link rel="next" href="GFileEnumerator.html" title="GFileEnumerator">
11
 
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part&#160;I.&#160;GIO Overview">
 
13
<link rel="part" href="pt01.html" title="Part I. GIO Overview">
14
14
<link rel="chapter" href="ch01.html" title="Introduction">
15
15
<link rel="chapter" href="ch02.html" title="Compiling GIO applications">
16
16
<link rel="chapter" href="ch03.html" title="Running GIO applications">
17
 
<link rel="chapter" href="gio-extension-points.html" title="Extending GIO">
18
 
<link rel="part" href="pt02.html" title="Part&#160;II.&#160;API Reference">
 
17
<link rel="chapter" href="extending-gio.html" title="Extending GIO">
 
18
<link rel="part" href="pt02.html" title="Part II. API Reference">
19
19
<link rel="chapter" href="file_ops.html" title="File Operations">
20
20
<link rel="chapter" href="file_mon.html" title="File System Monitoring">
21
21
<link rel="chapter" href="async.html" title="Asynchronous I/O">
25
25
<link rel="chapter" href="icons.html" title="Icons">
26
26
<link rel="chapter" href="utils.html" title="Utilities">
27
27
<link rel="chapter" href="extending.html" title="Extending GIO">
28
 
<link rel="part" href="migrating.html" title="Part&#160;III.&#160;Migrating to GIO">
 
28
<link rel="part" href="migrating.html" title="Part III. Migrating to GIO">
29
29
<link rel="chapter" href="ch14.html" title="Migrating from POSIX to GIO">
30
30
<link rel="chapter" href="ch15.html" title="Migrating from GnomeVFS to GIO">
31
31
<link rel="chapter" href="gio-hierarchy.html" title="Object Hierarchy">
32
32
<link rel="index" href="ix01.html" title="Index">
 
33
<link rel="index" href="ix02.html" title="Index of new symbols in 2.18">
33
34
</head>
34
35
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
35
36
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
40
41
<th width="100%" align="center">GIO Reference Manual</th>
41
42
<td><a accesskey="n" href="GFileEnumerator.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
42
43
</tr>
43
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2760572" class="shortcut">Top</a>
44
 
                  &#160;|&#160;
45
 
                  <a href="#id2746761" class="shortcut">Description</a>
46
 
                  &#160;|&#160;
47
 
                  <a href="#id2746737" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
44
<tr><td colspan="5" class="shortcuts">
 
45
<a href="#GFileInfo.synopsis" class="shortcut">Top</a>
 
46
                 | 
 
47
                <a href="#GFileInfo.description" class="shortcut">Description</a>
 
48
                 | 
 
49
                <a href="#GFileInfo.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
50
</td></tr>
48
51
</table>
49
52
<div class="refentry" lang="en">
50
53
<a name="GFileInfo"></a><div class="titlepage"></div>
51
54
<div class="refnamediv"><table width="100%"><tr>
52
55
<td valign="top">
53
 
<h2>
54
 
<a name="id2760572"></a><span class="refentrytitle">GFileInfo</span>
55
 
</h2>
56
 
<p>GFileInfo &#8212; File Information and Attributes</p>
 
56
<h2><span class="refentrytitle"><a name="GFileInfo.top_of_page"></a>GFileInfo</span></h2>
 
57
<p>GFileInfo — File Information and Attributes</p>
57
58
</td>
58
59
<td valign="top" align="right"></td>
59
60
</tr></table></div>
60
61
<div class="refsynopsisdiv">
61
 
<h2>Synopsis</h2>
 
62
<a name="GFileInfo.synopsis"></a><h2>Synopsis</h2>
62
63
<pre class="synopsis">
63
64
 
64
65
#include &lt;gio/gio.h&gt;
65
66
 
66
 
 
67
 
                    <a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a>;
68
 
enum                <a class="link" href="GFileInfo.html#GFileType">GFileType</a>;
69
 
                    <a class="link" href="GFileInfo.html#GFileInfo-struct">GFileInfo</a>;
70
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS">G_FILE_ATTRIBUTE_STANDARD_TYPE</a>
71
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</a>
72
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS">G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</a>
73
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS">G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</a>
74
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS">G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</a>
75
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS">G_FILE_ATTRIBUTE_STANDARD_NAME</a>
76
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</a>
77
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS">G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</a>
78
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS">G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</a>
79
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS">G_FILE_ATTRIBUTE_STANDARD_ICON</a>
80
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS">G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</a>
81
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS">G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</a>
82
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS">G_FILE_ATTRIBUTE_STANDARD_SIZE</a>
83
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</a>
84
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TARGET-URI:CAPS">G_FILE_ATTRIBUTE_STANDARD_TARGET_URI</a>
85
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</a>
86
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS">G_FILE_ATTRIBUTE_ETAG_VALUE</a>
87
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILE:CAPS">G_FILE_ATTRIBUTE_ID_FILE</a>
88
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILESYSTEM:CAPS">G_FILE_ATTRIBUTE_ID_FILESYSTEM</a>
89
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-READ:CAPS">G_FILE_ATTRIBUTE_ACCESS_CAN_READ</a>
90
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE:CAPS">G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</a>
91
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE:CAPS">G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</a>
92
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE:CAPS">G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</a>
93
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH:CAPS">G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</a>
94
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME:CAPS">G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME</a>
95
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT:CAPS">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT</a>
96
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT:CAPS">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT</a>
97
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT:CAPS">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT</a>
98
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE:CAPS">G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE</a>
99
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI:CAPS">G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI</a>
100
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS">G_FILE_ATTRIBUTE_TIME_MODIFIED</a>
101
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS">G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</a>
102
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS">G_FILE_ATTRIBUTE_TIME_ACCESS</a>
103
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS-USEC:CAPS">G_FILE_ATTRIBUTE_TIME_ACCESS_USEC</a>
104
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS">G_FILE_ATTRIBUTE_TIME_CHANGED</a>
105
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED-USEC:CAPS">G_FILE_ATTRIBUTE_TIME_CHANGED_USEC</a>
106
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS">G_FILE_ATTRIBUTE_TIME_CREATED</a>
107
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED-USEC:CAPS">G_FILE_ATTRIBUTE_TIME_CREATED_USEC</a>
108
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-DEVICE:CAPS">G_FILE_ATTRIBUTE_UNIX_DEVICE</a>
109
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-INODE:CAPS">G_FILE_ATTRIBUTE_UNIX_INODE</a>
110
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-MODE:CAPS">G_FILE_ATTRIBUTE_UNIX_MODE</a>
111
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-NLINK:CAPS">G_FILE_ATTRIBUTE_UNIX_NLINK</a>
112
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-UID:CAPS">G_FILE_ATTRIBUTE_UNIX_UID</a>
113
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-GID:CAPS">G_FILE_ATTRIBUTE_UNIX_GID</a>
114
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-RDEV:CAPS">G_FILE_ATTRIBUTE_UNIX_RDEV</a>
115
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE:CAPS">G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE</a>
116
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCKS:CAPS">G_FILE_ATTRIBUTE_UNIX_BLOCKS</a>
117
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT:CAPS">G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT</a>
118
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE:CAPS">G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE</a>
119
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-SYSTEM:CAPS">G_FILE_ATTRIBUTE_DOS_IS_SYSTEM</a>
120
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER:CAPS">G_FILE_ATTRIBUTE_OWNER_USER</a>
121
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER-REAL:CAPS">G_FILE_ATTRIBUTE_OWNER_USER_REAL</a>
122
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-GROUP:CAPS">G_FILE_ATTRIBUTE_OWNER_GROUP</a>
123
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAIL-PATH:CAPS">G_FILE_ATTRIBUTE_THUMBNAIL_PATH</a>
124
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS">G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</a>
125
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS">G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</a>
126
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS">G_FILE_ATTRIBUTE_FILESYSTEM_FREE</a>
127
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS">G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</a>
128
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS">G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</a>
129
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS">G_FILE_ATTRIBUTE_GVFS_BACKEND</a>
130
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS">G_FILE_ATTRIBUTE_SELINUX_CONTEXT</a>
131
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS">G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</a>
132
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS">G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</a>
133
 
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS">G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</a>
134
 
<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>*          <a class="link" href="GFileInfo.html#g-file-info-new">g_file_info_new</a>                     (void);
135
 
<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>*          <a class="link" href="GFileInfo.html#g-file-info-dup">g_file_info_dup</a>                     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *other);
136
 
void                <a class="link" href="GFileInfo.html#g-file-info-copy-into">g_file_info_copy_into</a>               (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *src_info,
 
67
                    <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a>;
 
68
enum                <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a>;
 
69
                    <a class="link" href="GFileInfo.html#GFileInfo-struct" title="GFileInfo">GFileInfo</a>;
 
70
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TYPE">G_FILE_ATTRIBUTE_STANDARD_TYPE</a>
 
71
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</a>
 
72
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP">G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</a>
 
73
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK">G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</a>
 
74
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL">G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</a>
 
75
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_NAME">G_FILE_ATTRIBUTE_STANDARD_NAME</a>
 
76
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</a>
 
77
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME">G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</a>
 
78
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-COPY-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_COPY_NAME">G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</a>
 
79
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_ICON">G_FILE_ATTRIBUTE_STANDARD_ICON</a>
 
80
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE">G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</a>
 
81
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE">G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</a>
 
82
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SIZE">G_FILE_ATTRIBUTE_STANDARD_SIZE</a>
 
83
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</a>
 
84
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TARGET-URI--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TARGET_URI">G_FILE_ATTRIBUTE_STANDARD_TARGET_URI</a>
 
85
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</a>
 
86
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE--CAPS" title="G_FILE_ATTRIBUTE_ETAG_VALUE">G_FILE_ATTRIBUTE_ETAG_VALUE</a>
 
87
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILE--CAPS" title="G_FILE_ATTRIBUTE_ID_FILE">G_FILE_ATTRIBUTE_ID_FILE</a>
 
88
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ID-FILESYSTEM--CAPS" title="G_FILE_ATTRIBUTE_ID_FILESYSTEM">G_FILE_ATTRIBUTE_ID_FILESYSTEM</a>
 
89
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-READ--CAPS" title="G_FILE_ATTRIBUTE_ACCESS_CAN_READ">G_FILE_ATTRIBUTE_ACCESS_CAN_READ</a>
 
90
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE--CAPS" title="G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE">G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</a>
 
91
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE--CAPS" title="G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE">G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</a>
 
92
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE--CAPS" title="G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE">G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</a>
 
93
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH--CAPS" title="G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH">G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</a>
 
94
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME--CAPS" title="G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME">G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME</a>
 
95
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT--CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT</a>
 
96
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT--CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT</a>
 
97
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT--CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT">G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT</a>
 
98
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE--CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE">G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE</a>
 
99
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI--CAPS" title="G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI">G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI</a>
 
100
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED--CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED">G_FILE_ATTRIBUTE_TIME_MODIFIED</a>
 
101
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC--CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC">G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</a>
 
102
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS--CAPS" title="G_FILE_ATTRIBUTE_TIME_ACCESS">G_FILE_ATTRIBUTE_TIME_ACCESS</a>
 
103
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS-USEC--CAPS" title="G_FILE_ATTRIBUTE_TIME_ACCESS_USEC">G_FILE_ATTRIBUTE_TIME_ACCESS_USEC</a>
 
104
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED--CAPS" title="G_FILE_ATTRIBUTE_TIME_CHANGED">G_FILE_ATTRIBUTE_TIME_CHANGED</a>
 
105
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED-USEC--CAPS" title="G_FILE_ATTRIBUTE_TIME_CHANGED_USEC">G_FILE_ATTRIBUTE_TIME_CHANGED_USEC</a>
 
106
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED--CAPS" title="G_FILE_ATTRIBUTE_TIME_CREATED">G_FILE_ATTRIBUTE_TIME_CREATED</a>
 
107
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED-USEC--CAPS" title="G_FILE_ATTRIBUTE_TIME_CREATED_USEC">G_FILE_ATTRIBUTE_TIME_CREATED_USEC</a>
 
108
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-DEVICE--CAPS" title="G_FILE_ATTRIBUTE_UNIX_DEVICE">G_FILE_ATTRIBUTE_UNIX_DEVICE</a>
 
109
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-INODE--CAPS" title="G_FILE_ATTRIBUTE_UNIX_INODE">G_FILE_ATTRIBUTE_UNIX_INODE</a>
 
110
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-MODE--CAPS" title="G_FILE_ATTRIBUTE_UNIX_MODE">G_FILE_ATTRIBUTE_UNIX_MODE</a>
 
111
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-NLINK--CAPS" title="G_FILE_ATTRIBUTE_UNIX_NLINK">G_FILE_ATTRIBUTE_UNIX_NLINK</a>
 
112
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-UID--CAPS" title="G_FILE_ATTRIBUTE_UNIX_UID">G_FILE_ATTRIBUTE_UNIX_UID</a>
 
113
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-GID--CAPS" title="G_FILE_ATTRIBUTE_UNIX_GID">G_FILE_ATTRIBUTE_UNIX_GID</a>
 
114
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-RDEV--CAPS" title="G_FILE_ATTRIBUTE_UNIX_RDEV">G_FILE_ATTRIBUTE_UNIX_RDEV</a>
 
115
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE--CAPS" title="G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE">G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE</a>
 
116
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-BLOCKS--CAPS" title="G_FILE_ATTRIBUTE_UNIX_BLOCKS">G_FILE_ATTRIBUTE_UNIX_BLOCKS</a>
 
117
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT--CAPS" title="G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT">G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT</a>
 
118
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE--CAPS" title="G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE">G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE</a>
 
119
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-DOS-IS-SYSTEM--CAPS" title="G_FILE_ATTRIBUTE_DOS_IS_SYSTEM">G_FILE_ATTRIBUTE_DOS_IS_SYSTEM</a>
 
120
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER--CAPS" title="G_FILE_ATTRIBUTE_OWNER_USER">G_FILE_ATTRIBUTE_OWNER_USER</a>
 
121
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-USER-REAL--CAPS" title="G_FILE_ATTRIBUTE_OWNER_USER_REAL">G_FILE_ATTRIBUTE_OWNER_USER_REAL</a>
 
122
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-OWNER-GROUP--CAPS" title="G_FILE_ATTRIBUTE_OWNER_GROUP">G_FILE_ATTRIBUTE_OWNER_GROUP</a>
 
123
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAIL-PATH--CAPS" title="G_FILE_ATTRIBUTE_THUMBNAIL_PATH">G_FILE_ATTRIBUTE_THUMBNAIL_PATH</a>
 
124
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-THUMBNAILING-FAILED--CAPS" title="G_FILE_ATTRIBUTE_THUMBNAILING_FAILED">G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</a>
 
125
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-SIZE--CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_SIZE">G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</a>
 
126
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-FREE--CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_FREE">G_FILE_ATTRIBUTE_FILESYSTEM_FREE</a>
 
127
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-TYPE--CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_TYPE">G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</a>
 
128
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-READONLY--CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_READONLY">G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</a>
 
129
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-GVFS-BACKEND--CAPS" title="G_FILE_ATTRIBUTE_GVFS_BACKEND">G_FILE_ATTRIBUTE_GVFS_BACKEND</a>
 
130
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-SELINUX-CONTEXT--CAPS" title="G_FILE_ATTRIBUTE_SELINUX_CONTEXT">G_FILE_ATTRIBUTE_SELINUX_CONTEXT</a>
 
131
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT--CAPS" title="G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT">G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</a>
 
132
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW--CAPS" title="G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW">G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</a>
 
133
#define             <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION">G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</a>
 
134
<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *         <a class="link" href="GFileInfo.html#g-file-info-new" title="g_file_info_new ()">g_file_info_new</a>                     (void);
 
135
<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *         <a class="link" href="GFileInfo.html#g-file-info-dup" title="g_file_info_dup ()">g_file_info_dup</a>                     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *other);
 
136
void                <a class="link" href="GFileInfo.html#g-file-info-copy-into" title="g_file_info_copy_into ()">g_file_info_copy_into</a>               (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *src_info,
137
137
                                                         <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *dest_info);
138
138
<a
139
139
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
140
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-has-attribute">g_file_info_has_attribute</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
140
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-has-attribute" title="g_file_info_has_attribute ()">g_file_info_has_attribute</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
141
141
                                                         const char *attribute);
142
 
char**              <a class="link" href="GFileInfo.html#g-file-info-list-attributes">g_file_info_list_attributes</a>         (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
142
char **             <a class="link" href="GFileInfo.html#g-file-info-list-attributes" title="g_file_info_list_attributes ()">g_file_info_list_attributes</a>         (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
143
143
                                                         const char *name_space);
144
 
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a>  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-type">g_file_info_get_attribute_type</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
145
 
                                                         const char *attribute);
146
 
void                <a class="link" href="GFileInfo.html#g-file-info-remove-attribute">g_file_info_remove_attribute</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
147
 
                                                         const char *attribute);
148
 
char*               <a class="link" href="GFileInfo.html#g-file-info-get-attribute-as-string">g_file_info_get_attribute_as_string</a> (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
144
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a>  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-type" title="g_file_info_get_attribute_type ()">g_file_info_get_attribute_type</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
145
                                                         const char *attribute);
 
146
void                <a class="link" href="GFileInfo.html#g-file-info-remove-attribute" title="g_file_info_remove_attribute ()">g_file_info_remove_attribute</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
147
                                                         const char *attribute);
 
148
char *              <a class="link" href="GFileInfo.html#g-file-info-get-attribute-as-string" title="g_file_info_get_attribute_as_string ()">g_file_info_get_attribute_as_string</a> (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
149
149
                                                         const char *attribute);
150
150
<a
151
151
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
152
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-attribute-data">g_file_info_get_attribute_data</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
152
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-attribute-data" title="g_file_info_get_attribute_data ()">g_file_info_get_attribute_data</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
153
153
                                                         const char *attribute,
154
 
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a> *type,
 
154
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a> *type,
155
155
                                                         <a
156
156
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
157
157
>gpointer</a> *value_pp,
158
 
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus">GFileAttributeStatus</a> *status);
159
 
<a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus">GFileAttributeStatus</a> <a class="link" href="GFileInfo.html#g-file-info-get-attribute-status">g_file_info_get_attribute_status</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
160
 
                                                         const char *attribute);
161
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-attribute-string">g_file_info_get_attribute_string</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
162
 
                                                         const char *attribute);
163
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-attribute-byte-string">g_file_info_get_attribute_byte_string</a>
 
158
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus">GFileAttributeStatus</a> *status);
 
159
<a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus">GFileAttributeStatus</a>  <a class="link" href="GFileInfo.html#g-file-info-get-attribute-status" title="g_file_info_get_attribute_status ()">g_file_info_get_attribute_status</a>  (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
160
                                                         const char *attribute);
 
161
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-attribute-string" title="g_file_info_get_attribute_string ()">g_file_info_get_attribute_string</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
162
                                                         const char *attribute);
 
163
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-attribute-byte-string" title="g_file_info_get_attribute_byte_string ()">g_file_info_get_attribute_byte_string</a>
164
164
                                                        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
165
165
                                                         const char *attribute);
166
166
<a
167
167
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
168
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-attribute-boolean">g_file_info_get_attribute_boolean</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
168
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-attribute-boolean" title="g_file_info_get_attribute_boolean ()">g_file_info_get_attribute_boolean</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
169
169
                                                         const char *attribute);
170
170
<a
171
171
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
172
 
>guint32</a>             <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint32">g_file_info_get_attribute_uint32</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
172
>guint32</a>             <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint32" title="g_file_info_get_attribute_uint32 ()">g_file_info_get_attribute_uint32</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
173
173
                                                         const char *attribute);
174
174
<a
175
175
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
176
 
>gint32</a>              <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int32">g_file_info_get_attribute_int32</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
176
>gint32</a>              <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int32" title="g_file_info_get_attribute_int32 ()">g_file_info_get_attribute_int32</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
177
177
                                                         const char *attribute);
178
178
<a
179
179
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"
180
 
>guint64</a>             <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint64">g_file_info_get_attribute_uint64</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
180
>guint64</a>             <a class="link" href="GFileInfo.html#g-file-info-get-attribute-uint64" title="g_file_info_get_attribute_uint64 ()">g_file_info_get_attribute_uint64</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
181
181
                                                         const char *attribute);
182
182
<a
183
183
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"
184
 
>gint64</a>              <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int64">g_file_info_get_attribute_int64</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
184
>gint64</a>              <a class="link" href="GFileInfo.html#g-file-info-get-attribute-int64" title="g_file_info_get_attribute_int64 ()">g_file_info_get_attribute_int64</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
185
185
                                                         const char *attribute);
186
186
<a
187
187
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
188
 
>GObject</a>*            <a class="link" href="GFileInfo.html#g-file-info-get-attribute-object">g_file_info_get_attribute_object</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
188
>GObject</a> *           <a class="link" href="GFileInfo.html#g-file-info-get-attribute-object" title="g_file_info_get_attribute_object ()">g_file_info_get_attribute_object</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
189
189
                                                         const char *attribute);
190
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute">g_file_info_set_attribute</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
190
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute" title="g_file_info_set_attribute ()">g_file_info_set_attribute</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
191
191
                                                         const char *attribute,
192
 
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a> type,
 
192
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a> type,
193
193
                                                         <a
194
194
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
195
195
>gpointer</a> value_p);
196
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-string">g_file_info_set_attribute_string</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
196
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-string" title="g_file_info_set_attribute_string ()">g_file_info_set_attribute_string</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
197
197
                                                         const char *attribute,
198
198
                                                         const char *attr_value);
199
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-byte-string">g_file_info_set_attribute_byte_string</a>
 
199
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-byte-string" title="g_file_info_set_attribute_byte_string ()">g_file_info_set_attribute_byte_string</a>
200
200
                                                        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
201
201
                                                         const char *attribute,
202
202
                                                         const char *attr_value);
203
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-boolean">g_file_info_set_attribute_boolean</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
203
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-boolean" title="g_file_info_set_attribute_boolean ()">g_file_info_set_attribute_boolean</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
204
204
                                                         const char *attribute,
205
205
                                                         <a
206
206
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
207
207
>gboolean</a> attr_value);
208
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint32">g_file_info_set_attribute_uint32</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
208
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint32" title="g_file_info_set_attribute_uint32 ()">g_file_info_set_attribute_uint32</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
209
209
                                                         const char *attribute,
210
210
                                                         <a
211
211
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
212
212
>guint32</a> attr_value);
213
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int32">g_file_info_set_attribute_int32</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
213
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int32" title="g_file_info_set_attribute_int32 ()">g_file_info_set_attribute_int32</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
214
214
                                                         const char *attribute,
215
215
                                                         <a
216
216
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
217
217
>gint32</a> attr_value);
218
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint64">g_file_info_set_attribute_uint64</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
218
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-uint64" title="g_file_info_set_attribute_uint64 ()">g_file_info_set_attribute_uint64</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
219
219
                                                         const char *attribute,
220
220
                                                         <a
221
221
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"
222
222
>guint64</a> attr_value);
223
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int64">g_file_info_set_attribute_int64</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
223
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-int64" title="g_file_info_set_attribute_int64 ()">g_file_info_set_attribute_int64</a>     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
224
224
                                                         const char *attribute,
225
225
                                                         <a
226
226
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"
227
227
>gint64</a> attr_value);
228
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-object">g_file_info_set_attribute_object</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
228
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-object" title="g_file_info_set_attribute_object ()">g_file_info_set_attribute_object</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
229
229
                                                         const char *attribute,
230
230
                                                         <a
231
231
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
232
232
>GObject</a> *attr_value);
233
 
void                <a class="link" href="GFileInfo.html#g-file-info-clear-status">g_file_info_clear_status</a>            (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
234
 
<a class="link" href="GFileInfo.html#GFileType">GFileType</a>           <a class="link" href="GFileInfo.html#g-file-info-get-file-type">g_file_info_get_file_type</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
235
 
<a
236
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
237
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-is-hidden">g_file_info_get_is_hidden</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
238
 
<a
239
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
240
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-is-backup">g_file_info_get_is_backup</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
241
 
<a
242
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
243
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-is-symlink">g_file_info_get_is_symlink</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
244
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-name">g_file_info_get_name</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
245
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-display-name">g_file_info_get_display_name</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
246
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-edit-name">g_file_info_get_edit_name</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
247
 
<a class="link" href="GIcon.html" title="GIcon">GIcon</a>*              <a class="link" href="GFileInfo.html#g-file-info-get-icon">g_file_info_get_icon</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
248
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-content-type">g_file_info_get_content_type</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
233
void                <a class="link" href="GFileInfo.html#g-file-info-clear-status" title="g_file_info_clear_status ()">g_file_info_clear_status</a>            (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
234
<a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a>           <a class="link" href="GFileInfo.html#g-file-info-get-file-type" title="g_file_info_get_file_type ()">g_file_info_get_file_type</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
235
<a
 
236
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
237
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-is-hidden" title="g_file_info_get_is_hidden ()">g_file_info_get_is_hidden</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
238
<a
 
239
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
240
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-is-backup" title="g_file_info_get_is_backup ()">g_file_info_get_is_backup</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
241
<a
 
242
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
243
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-info-get-is-symlink" title="g_file_info_get_is_symlink ()">g_file_info_get_is_symlink</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
244
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-name" title="g_file_info_get_name ()">g_file_info_get_name</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
245
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-display-name" title="g_file_info_get_display_name ()">g_file_info_get_display_name</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
246
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-edit-name" title="g_file_info_get_edit_name ()">g_file_info_get_edit_name</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
247
<a class="link" href="GIcon.html" title="GIcon">GIcon</a> *             <a class="link" href="GFileInfo.html#g-file-info-get-icon" title="g_file_info_get_icon ()">g_file_info_get_icon</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
248
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-content-type" title="g_file_info_get_content_type ()">g_file_info_get_content_type</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
249
249
<a
250
250
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"
251
 
>goffset</a>             <a class="link" href="GFileInfo.html#g-file-info-get-size">g_file_info_get_size</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
252
 
void                <a class="link" href="GFileInfo.html#g-file-info-get-modification-time">g_file_info_get_modification_time</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
251
>goffset</a>             <a class="link" href="GFileInfo.html#g-file-info-get-size" title="g_file_info_get_size ()">g_file_info_get_size</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
252
void                <a class="link" href="GFileInfo.html#g-file-info-get-modification-time" title="g_file_info_get_modification_time ()">g_file_info_get_modification_time</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
253
253
                                                         <a
254
254
href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"
255
255
>GTimeVal</a> *result);
256
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-symlink-target">g_file_info_get_symlink_target</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
257
 
const char*         <a class="link" href="GFileInfo.html#g-file-info-get-etag">g_file_info_get_etag</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
256
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-symlink-target" title="g_file_info_get_symlink_target ()">g_file_info_get_symlink_target</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
257
const char *        <a class="link" href="GFileInfo.html#g-file-info-get-etag" title="g_file_info_get_etag ()">g_file_info_get_etag</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
258
258
<a
259
259
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
260
 
>gint32</a>              <a class="link" href="GFileInfo.html#g-file-info-get-sort-order">g_file_info_get_sort_order</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
261
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask">g_file_info_set_attribute_mask</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
262
 
                                                         <a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *mask);
263
 
void                <a class="link" href="GFileInfo.html#g-file-info-unset-attribute-mask">g_file_info_unset_attribute_mask</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
264
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-file-type">g_file_info_set_file_type</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
265
 
                                                         <a class="link" href="GFileInfo.html#GFileType">GFileType</a> type);
266
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-is-hidden">g_file_info_set_is_hidden</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
260
>gint32</a>              <a class="link" href="GFileInfo.html#g-file-info-get-sort-order" title="g_file_info_get_sort_order ()">g_file_info_get_sort_order</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
261
void                <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask" title="g_file_info_set_attribute_mask ()">g_file_info_set_attribute_mask</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
262
                                                         <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *mask);
 
263
void                <a class="link" href="GFileInfo.html#g-file-info-unset-attribute-mask" title="g_file_info_unset_attribute_mask ()">g_file_info_unset_attribute_mask</a>    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);
 
264
void                <a class="link" href="GFileInfo.html#g-file-info-set-file-type" title="g_file_info_set_file_type ()">g_file_info_set_file_type</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
265
                                                         <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a> type);
 
266
void                <a class="link" href="GFileInfo.html#g-file-info-set-is-hidden" title="g_file_info_set_is_hidden ()">g_file_info_set_is_hidden</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
267
267
                                                         <a
268
268
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
269
269
>gboolean</a> is_hidden);
270
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-is-symlink">g_file_info_set_is_symlink</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
270
void                <a class="link" href="GFileInfo.html#g-file-info-set-is-symlink" title="g_file_info_set_is_symlink ()">g_file_info_set_is_symlink</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
271
271
                                                         <a
272
272
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
273
273
>gboolean</a> is_symlink);
274
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-name">g_file_info_set_name</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
274
void                <a class="link" href="GFileInfo.html#g-file-info-set-name" title="g_file_info_set_name ()">g_file_info_set_name</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
275
275
                                                         const char *name);
276
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-display-name">g_file_info_set_display_name</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
276
void                <a class="link" href="GFileInfo.html#g-file-info-set-display-name" title="g_file_info_set_display_name ()">g_file_info_set_display_name</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
277
277
                                                         const char *display_name);
278
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-edit-name">g_file_info_set_edit_name</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
278
void                <a class="link" href="GFileInfo.html#g-file-info-set-edit-name" title="g_file_info_set_edit_name ()">g_file_info_set_edit_name</a>           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
279
279
                                                         const char *edit_name);
280
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-icon">g_file_info_set_icon</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
280
void                <a class="link" href="GFileInfo.html#g-file-info-set-icon" title="g_file_info_set_icon ()">g_file_info_set_icon</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
281
281
                                                         <a class="link" href="GIcon.html" title="GIcon">GIcon</a> *icon);
282
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-content-type">g_file_info_set_content_type</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
282
void                <a class="link" href="GFileInfo.html#g-file-info-set-content-type" title="g_file_info_set_content_type ()">g_file_info_set_content_type</a>        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
283
283
                                                         const char *content_type);
284
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-size">g_file_info_set_size</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
284
void                <a class="link" href="GFileInfo.html#g-file-info-set-size" title="g_file_info_set_size ()">g_file_info_set_size</a>                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
285
285
                                                         <a
286
286
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"
287
287
>goffset</a> size);
288
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-modification-time">g_file_info_set_modification_time</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
288
void                <a class="link" href="GFileInfo.html#g-file-info-set-modification-time" title="g_file_info_set_modification_time ()">g_file_info_set_modification_time</a>   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
289
289
                                                         <a
290
290
href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"
291
291
>GTimeVal</a> *mtime);
292
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-symlink-target">g_file_info_set_symlink_target</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
292
void                <a class="link" href="GFileInfo.html#g-file-info-set-symlink-target" title="g_file_info_set_symlink_target ()">g_file_info_set_symlink_target</a>      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
293
293
                                                         const char *symlink_target);
294
 
void                <a class="link" href="GFileInfo.html#g-file-info-set-sort-order">g_file_info_set_sort_order</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
294
void                <a class="link" href="GFileInfo.html#g-file-info-set-sort-order" title="g_file_info_set_sort_order ()">g_file_info_set_sort_order</a>          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
295
295
                                                         <a
296
296
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
297
297
>gint32</a> sort_order);
298
 
<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a>* <a class="link" href="GFileInfo.html#g-file-attribute-matcher-new">g_file_attribute_matcher_new</a>     (const char *attributes);
299
 
<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a>* <a class="link" href="GFileInfo.html#g-file-attribute-matcher-ref">g_file_attribute_matcher_ref</a>     (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);
300
 
void                <a class="link" href="GFileInfo.html#g-file-attribute-matcher-unref">g_file_attribute_matcher_unref</a>      (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);
301
 
<a
302
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
303
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches">g_file_attribute_matcher_matches</a>    (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
304
 
                                                         const char *attribute);
305
 
<a
306
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
307
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches-only">g_file_attribute_matcher_matches_only</a>
308
 
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
309
 
                                                         const char *attribute);
310
 
<a
311
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
312
 
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-namespace">g_file_attribute_matcher_enumerate_namespace</a>
313
 
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
 
298
<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-new" title="g_file_attribute_matcher_new ()">g_file_attribute_matcher_new</a>    (const char *attributes);
 
299
<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> * <a class="link" href="GFileInfo.html#g-file-attribute-matcher-ref" title="g_file_attribute_matcher_ref ()">g_file_attribute_matcher_ref</a>    (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);
 
300
void                <a class="link" href="GFileInfo.html#g-file-attribute-matcher-unref" title="g_file_attribute_matcher_unref ()">g_file_attribute_matcher_unref</a>      (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);
 
301
<a
 
302
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
303
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches" title="g_file_attribute_matcher_matches ()">g_file_attribute_matcher_matches</a>    (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
 
304
                                                         const char *attribute);
 
305
<a
 
306
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
307
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-attribute-matcher-matches-only" title="g_file_attribute_matcher_matches_only ()">g_file_attribute_matcher_matches_only</a>
 
308
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
 
309
                                                         const char *attribute);
 
310
<a
 
311
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
312
>gboolean</a>            <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-namespace" title="g_file_attribute_matcher_enumerate_namespace ()">g_file_attribute_matcher_enumerate_namespace</a>
 
313
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
314
314
                                                         const char *ns);
315
 
const char*         <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-next">g_file_attribute_matcher_enumerate_next</a>
316
 
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);
317
 
 
318
 
 
 
315
const char *        <a class="link" href="GFileInfo.html#g-file-attribute-matcher-enumerate-next" title="g_file_attribute_matcher_enumerate_next ()">g_file_attribute_matcher_enumerate_next</a>
 
316
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);
319
317
</pre>
320
318
</div>
321
319
<div class="refsect1" lang="en">
322
 
<a name="id2746737"></a><h2>Object Hierarchy</h2>
 
320
<a name="GFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
323
321
<pre class="synopsis">
324
 
 
325
322
  <a
326
323
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
327
324
>GObject</a>
329
326
</pre>
330
327
</div>
331
328
<div class="refsect1" lang="en">
332
 
<a name="id2746761"></a><h2>Description</h2>
 
329
<a name="GFileInfo.description"></a><h2>Description</h2>
333
330
<p>
334
331
Functionality for manipulating basic metadata for files. <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>
335
332
implements methods for getting information that all files should 
340
337
information on how GIO handles file attributes.
341
338
</p>
342
339
<p>
343
 
To obtain a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, use <a class="link" href="GFile.html#g-file-query-info"><code class="function">g_file_query_info()</code></a> (or its 
 
340
To obtain a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, use <a class="link" href="GFile.html#g-file-query-info" title="g_file_query_info ()"><code class="function">g_file_query_info()</code></a> (or its 
344
341
async variant). To obtain a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for a file input or output 
345
 
stream, use <a class="link" href="GFileInputStream.html#g-file-input-stream-query-info"><code class="function">g_file_input_stream_query_info()</code></a> or 
346
 
<a class="link" href="GFileOutputStream.html#g-file-output-stream-query-info"><code class="function">g_file_output_stream_query_info()</code></a> (or their async variants).
 
342
stream, use <a class="link" href="GFileInputStream.html#g-file-input-stream-query-info" title="g_file_input_stream_query_info ()"><code class="function">g_file_input_stream_query_info()</code></a> or 
 
343
<a class="link" href="GFileOutputStream.html#g-file-output-stream-query-info" title="g_file_output_stream_query_info ()"><code class="function">g_file_output_stream_query_info()</code></a> (or their async variants).
347
344
</p>
348
345
<p>
349
346
To change the actual attributes of a file, you should then set the 
350
 
attribute in the <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> and call <a class="link" href="GFile.html#g-file-set-attributes-from-info"><code class="function">g_file_set_attributes_from_info()</code></a> 
351
 
or <a class="link" href="GFile.html#g-file-set-attributes-async"><code class="function">g_file_set_attributes_async()</code></a> on a GFile.
 
347
attribute in the <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> and call <a class="link" href="GFile.html#g-file-set-attributes-from-info" title="g_file_set_attributes_from_info ()"><code class="function">g_file_set_attributes_from_info()</code></a> 
 
348
or <a class="link" href="GFile.html#g-file-set-attributes-async" title="g_file_set_attributes_async ()"><code class="function">g_file_set_attributes_async()</code></a> on a GFile.
352
349
</p>
353
350
<p>
354
351
However, not all attributes can be changed in the file. For instance, 
355
 
the actual size of a file cannot be changed via <a class="link" href="GFileInfo.html#g-file-info-set-size"><code class="function">g_file_info_set_size()</code></a>. 
356
 
You may call <a class="link" href="GFile.html#g-file-query-settable-attributes"><code class="function">g_file_query_settable_attributes()</code></a> and 
357
 
<a class="link" href="GFile.html#g-file-query-writable-namespaces"><code class="function">g_file_query_writable_namespaces()</code></a> to discover the settable attributes 
 
352
the actual size of a file cannot be changed via <a class="link" href="GFileInfo.html#g-file-info-set-size" title="g_file_info_set_size ()"><code class="function">g_file_info_set_size()</code></a>. 
 
353
You may call <a class="link" href="GFile.html#g-file-query-settable-attributes" title="g_file_query_settable_attributes ()"><code class="function">g_file_query_settable_attributes()</code></a> and 
 
354
<a class="link" href="GFile.html#g-file-query-writable-namespaces" title="g_file_query_writable_namespaces ()"><code class="function">g_file_query_writable_namespaces()</code></a> to discover the settable attributes 
358
355
of a particular file at runtime.
359
356
</p>
360
357
<p>
361
 
<a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> allows for searching through a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for 
 
358
<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> allows for searching through a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> for 
362
359
attributes.</p>
363
360
<p>
364
 
 
365
361
</p>
366
362
</div>
367
363
<div class="refsect1" lang="en">
368
 
<a name="id2746943"></a><h2>Details</h2>
 
364
<a name="GFileInfo.details"></a><h2>Details</h2>
369
365
<div class="refsect2" lang="en">
370
 
<a name="id2746954"></a><h3>
371
 
<a name="GFileAttributeMatcher"></a>GFileAttributeMatcher</h3>
372
 
<a class="indexterm" name="id2746965"></a><pre class="programlisting">typedef struct _GFileAttributeMatcher GFileAttributeMatcher;</pre>
 
366
<a name="GFileAttributeMatcher"></a><h3>GFileAttributeMatcher</h3>
 
367
<pre class="programlisting">typedef struct _GFileAttributeMatcher GFileAttributeMatcher;</pre>
373
368
<p>
374
369
Determines if a string matches a file attribute.</p>
375
370
<p>
376
 
 
377
371
</p>
378
372
</div>
379
373
<hr>
380
374
<div class="refsect2" lang="en">
381
 
<a name="id2746986"></a><h3>
382
 
<a name="GFileType"></a>enum GFileType</h3>
383
 
<a class="indexterm" name="id2746998"></a><pre class="programlisting">typedef enum {
 
375
<a name="GFileType"></a><h3>enum GFileType</h3>
 
376
<pre class="programlisting">typedef enum {
384
377
  G_FILE_TYPE_UNKNOWN = 0,
385
378
  G_FILE_TYPE_REGULAR,
386
379
  G_FILE_TYPE_DIRECTORY,
393
386
<p>
394
387
Indicates the file's on-disk type.</p>
395
388
<p>
396
 
 
397
389
</p>
398
390
<div class="variablelist"><table border="0">
399
391
<col align="left" valign="top">
400
392
<tbody>
401
393
<tr>
402
 
<td><p><span class="term"><a name="G-FILE-TYPE-UNKNOWN:CAPS"></a><code class="literal">G_FILE_TYPE_UNKNOWN</code></span></p></td>
 
394
<td><p><a name="G-FILE-TYPE-UNKNOWN--CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_UNKNOWN</code></span></p></td>
403
395
<td> File's type is unknown.
404
396
</td>
405
397
</tr>
406
398
<tr>
407
 
<td><p><span class="term"><a name="G-FILE-TYPE-REGULAR:CAPS"></a><code class="literal">G_FILE_TYPE_REGULAR</code></span></p></td>
 
399
<td><p><a name="G-FILE-TYPE-REGULAR--CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_REGULAR</code></span></p></td>
408
400
<td> File handle represents a regular file.
409
401
</td>
410
402
</tr>
411
403
<tr>
412
 
<td><p><span class="term"><a name="G-FILE-TYPE-DIRECTORY:CAPS"></a><code class="literal">G_FILE_TYPE_DIRECTORY</code></span></p></td>
 
404
<td><p><a name="G-FILE-TYPE-DIRECTORY--CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_DIRECTORY</code></span></p></td>
413
405
<td> File handle represents a directory.
414
406
</td>
415
407
</tr>
416
408
<tr>
417
 
<td><p><span class="term"><a name="G-FILE-TYPE-SYMBOLIC-LINK:CAPS"></a><code class="literal">G_FILE_TYPE_SYMBOLIC_LINK</code></span></p></td>
418
 
<td> File handle represents a symbolic link 
 
409
<td><p><a name="G-FILE-TYPE-SYMBOLIC-LINK--CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_SYMBOLIC_LINK</code></span></p></td>
 
410
<td> File handle represents a symbolic link
419
411
   (Unix systems).
420
412
</td>
421
413
</tr>
422
414
<tr>
423
 
<td><p><span class="term"><a name="G-FILE-TYPE-SPECIAL:CAPS"></a><code class="literal">G_FILE_TYPE_SPECIAL</code></span></p></td>
424
 
<td> File is a "special" file, such as a socket, fifo, 
 
415
<td><p><a name="G-FILE-TYPE-SPECIAL--CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_SPECIAL</code></span></p></td>
 
416
<td> File is a "special" file, such as a socket, fifo,
425
417
   block device, or character device.
426
418
</td>
427
419
</tr>
428
420
<tr>
429
 
<td><p><span class="term"><a name="G-FILE-TYPE-SHORTCUT:CAPS"></a><code class="literal">G_FILE_TYPE_SHORTCUT</code></span></p></td>
 
421
<td><p><a name="G-FILE-TYPE-SHORTCUT--CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_SHORTCUT</code></span></p></td>
430
422
<td> File is a shortcut (Windows systems).
431
423
</td>
432
424
</tr>
433
425
<tr>
434
 
<td><p><span class="term"><a name="G-FILE-TYPE-MOUNTABLE:CAPS"></a><code class="literal">G_FILE_TYPE_MOUNTABLE</code></span></p></td>
 
426
<td><p><a name="G-FILE-TYPE-MOUNTABLE--CAPS"></a><span class="term"><code class="literal">G_FILE_TYPE_MOUNTABLE</code></span></p></td>
435
427
<td> File is a mountable location.
436
428
</td>
437
429
</tr>
440
432
</div>
441
433
<hr>
442
434
<div class="refsect2" lang="en">
443
 
<a name="id2747178"></a><h3>
444
 
<a name="GFileInfo-struct"></a>GFileInfo</h3>
445
 
<a class="indexterm" name="id2747190"></a><pre class="programlisting">typedef struct _GFileInfo GFileInfo;</pre>
 
435
<a name="GFileInfo-struct"></a><h3>GFileInfo</h3>
 
436
<pre class="programlisting">typedef struct _GFileInfo GFileInfo;</pre>
446
437
<p>
447
438
Stores information about a file system object referenced by a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.</p>
448
439
<p>
449
 
 
450
 
</p>
451
 
</div>
452
 
<hr>
453
 
<div class="refsect2" lang="en">
454
 
<a name="id2747218"></a><h3>
455
 
<a name="G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_TYPE</h3>
456
 
<a class="indexterm" name="id2747231"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TYPE "standard::type"                     /* uint32 (GFileType) */
457
 
</pre>
458
 
<p>
459
 
A key in the "standard" namespace for storing file types. 
460
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
461
 
The value for this key should contain a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a>.</p>
462
 
<p>
463
 
 
464
 
</p>
465
 
</div>
466
 
<hr>
467
 
<div class="refsect2" lang="en">
468
 
<a name="id2747278"></a><h3>
469
 
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</h3>
470
 
<a class="indexterm" name="id2747293"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN "standard::is-hidden"           /* boolean */
471
 
</pre>
472
 
<p>
473
 
A key in the "standard" namespace for checking if a file is hidden. 
474
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
475
 
<p>
476
 
 
477
 
</p>
478
 
</div>
479
 
<hr>
480
 
<div class="refsect2" lang="en">
481
 
<a name="id2747333"></a><h3>
482
 
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</h3>
483
 
<a class="indexterm" name="id2747346"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP "standard::is-backup"           /* boolean */
 
440
</p>
 
441
</div>
 
442
<hr>
 
443
<div class="refsect2" lang="en">
 
444
<a name="G-FILE-ATTRIBUTE-STANDARD-TYPE--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TYPE</h3>
 
445
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TYPE "standard::type"                     /* uint32 (GFileType) */
 
446
</pre>
 
447
<p>
 
448
A key in the "standard" namespace for storing file types.
 
449
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.
 
450
The value for this key should contain a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a>.</p>
 
451
<p>
 
452
</p>
 
453
</div>
 
454
<hr>
 
455
<div class="refsect2" lang="en">
 
456
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</h3>
 
457
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN "standard::is-hidden"           /* boolean */
 
458
</pre>
 
459
<p>
 
460
A key in the "standard" namespace for checking if a file is hidden.
 
461
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
462
<p>
 
463
</p>
 
464
</div>
 
465
<hr>
 
466
<div class="refsect2" lang="en">
 
467
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-BACKUP--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</h3>
 
468
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP "standard::is-backup"           /* boolean */
484
469
</pre>
485
470
<p>
486
471
A key in the "standard" namespace for checking if a file is a backup file.
487
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
472
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
488
473
<p>
489
 
 
490
474
</p>
491
475
</div>
492
476
<hr>
493
477
<div class="refsect2" lang="en">
494
 
<a name="id2747386"></a><h3>
495
 
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</h3>
496
 
<a class="indexterm" name="id2747399"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK "standard::is-symlink"         /* boolean */
 
478
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</h3>
 
479
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK "standard::is-symlink"         /* boolean */
497
480
</pre>
498
481
<p>
499
482
A key in the "standard" namespace for checking if the file is a symlink.
500
483
Typically the actual type is something else, if we followed the symlink
501
484
to get the type.
502
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
485
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
503
486
<p>
504
 
 
505
487
</p>
506
488
</div>
507
489
<hr>
508
490
<div class="refsect2" lang="en">
509
 
<a name="id2747440"></a><h3>
510
 
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</h3>
511
 
<a class="indexterm" name="id2747454"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL "standard::is-virtual"         /* boolean */
 
491
<a name="G-FILE-ATTRIBUTE-STANDARD-IS-VIRTUAL--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</h3>
 
492
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL "standard::is-virtual"         /* boolean */
512
493
</pre>
513
494
<p>
514
495
A key in the "standard" namespace for checking if a file is virtual.
515
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
496
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
516
497
<p>
517
 
 
518
498
</p>
519
499
</div>
520
500
<hr>
521
501
<div class="refsect2" lang="en">
522
 
<a name="id2747494"></a><h3>
523
 
<a name="G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_NAME</h3>
524
 
<a class="indexterm" name="id2747507"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_NAME "standard::name"                     /* byte string */
 
502
<a name="G-FILE-ATTRIBUTE-STANDARD-NAME--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_NAME</h3>
 
503
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_NAME "standard::name"                     /* byte string */
525
504
</pre>
526
505
<p>
527
506
A key in the "standard" namespace for getting the name of the file.
528
507
The name is the on-disk filename which may not be in any known encoding,
529
508
and can thus not be generally displayed as is.
530
 
Use <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"><span class="type">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</span></a> if you need to display the
 
509
Use <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME"><span class="type">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</span></a> if you need to display the
531
510
name in a user interface.
532
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
 
511
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
533
512
<p>
534
 
 
535
513
</p>
536
514
</div>
537
515
<hr>
538
516
<div class="refsect2" lang="en">
539
 
<a name="id2747558"></a><h3>
540
 
<a name="G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</h3>
541
 
<a class="indexterm" name="id2747572"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME "standard::display-name"     /* string */
 
517
<a name="G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</h3>
 
518
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME "standard::display-name"     /* string */
542
519
</pre>
543
520
<p>
544
521
A key in the "standard" namespace for getting the display name of the file.
545
522
A display name is guaranteed to be in UTF8 and can thus be displayed in
546
523
the UI.
547
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
524
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
548
525
<p>
549
 
 
550
526
</p>
551
527
</div>
552
528
<hr>
553
529
<div class="refsect2" lang="en">
554
 
<a name="id2747613"></a><h3>
555
 
<a name="G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</h3>
556
 
<a class="indexterm" name="id2747627"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME "standard::edit-name"           /* string */
 
530
<a name="G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</h3>
 
531
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME "standard::edit-name"           /* string */
557
532
</pre>
558
533
<p>
559
534
A key in the "standard" namespace for edit name of the file.
563
538
"(invalid unicode)" if the filename was in an invalid encoding).
564
539
</p>
565
540
<p>
566
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
541
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
567
542
<p>
568
 
 
569
543
</p>
570
544
</div>
571
545
<hr>
572
546
<div class="refsect2" lang="en">
573
 
<a name="id2747675"></a><h3>
574
 
<a name="G-FILE-ATTRIBUTE-STANDARD-COPY-NAME:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</h3>
575
 
<a class="indexterm" name="id2747688"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_COPY_NAME "standard::copy-name"           /* string */
 
547
<a name="G-FILE-ATTRIBUTE-STANDARD-COPY-NAME--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_COPY_NAME</h3>
 
548
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_COPY_NAME "standard::copy-name"           /* string */
576
549
</pre>
577
550
<p>
578
551
A key in the "standard" namespace for getting the copy name of the file.
583
556
encoding selected for the filesystem it is in then the copy name will not be set.
584
557
</p>
585
558
<p>
586
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
559
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
587
560
<p>
588
 
 
589
561
</p>
590
562
</div>
591
563
<hr>
592
564
<div class="refsect2" lang="en">
593
 
<a name="id2747738"></a><h3>
594
 
<a name="G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_ICON</h3>
595
 
<a class="indexterm" name="id2747752"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon"                     /* object (GIcon) */
 
565
<a name="G-FILE-ATTRIBUTE-STANDARD-ICON--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_ICON</h3>
 
566
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon"                     /* object (GIcon) */
596
567
</pre>
597
568
<p>
598
569
A key in the "standard" namespace for getting the icon for the file.
599
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>.
 
570
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-OBJECT--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_OBJECT</code></a>.
600
571
The value for this key should contain a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.</p>
601
572
<p>
602
 
 
603
573
</p>
604
574
</div>
605
575
<hr>
606
576
<div class="refsect2" lang="en">
607
 
<a name="id2747798"></a><h3>
608
 
<a name="G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</h3>
609
 
<a class="indexterm" name="id2747812"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE "standard::content-type"     /* string */
 
577
<a name="G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</h3>
 
578
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE "standard::content-type"     /* string */
610
579
</pre>
611
580
<p>
612
581
A key in the "standard" namespace for getting the content type of the file.
613
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
 
582
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
614
583
The value for this key should contain a valid content type.</p>
615
584
<p>
616
 
 
617
585
</p>
618
586
</div>
619
587
<hr>
620
588
<div class="refsect2" lang="en">
621
 
<a name="id2747853"></a><h3>
622
 
<a name="G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</h3>
623
 
<a class="indexterm" name="id2747867"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE "standard::fast-content-type" /* string */
 
589
<a name="G-FILE-ATTRIBUTE-STANDARD-FAST-CONTENT-TYPE--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE</h3>
 
590
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE "standard::fast-content-type" /* string */
624
591
</pre>
625
592
<p>
626
593
A key in the "standard" namespace for getting the fast content type.
627
594
The fast content type isn't as reliable as the regular one, as it
628
595
only uses the filename to guess it, but it is faster to calculate than the
629
596
regular content type.
630
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
597
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
631
598
<p>
632
 
 
633
599
</p>
634
600
</div>
635
601
<hr>
636
602
<div class="refsect2" lang="en">
637
 
<a name="id2747910"></a><h3>
638
 
<a name="G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_SIZE</h3>
639
 
<a class="indexterm" name="id2747923"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SIZE "standard::size"                     /* uint64 */
 
603
<a name="G-FILE-ATTRIBUTE-STANDARD-SIZE--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SIZE</h3>
 
604
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SIZE "standard::size"                     /* uint64 */
640
605
</pre>
641
606
<p>
642
607
A key in the "standard" namespace for getting the file's size (in bytes).
643
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
 
608
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
644
609
<p>
645
 
 
646
610
</p>
647
611
</div>
648
612
<hr>
649
613
<div class="refsect2" lang="en">
650
 
<a name="id2747963"></a><h3>
651
 
<a name="G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</h3>
652
 
<a class="indexterm" name="id2747977"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET "standard::symlink-target" /* byte string */
 
614
<a name="G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</h3>
 
615
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET "standard::symlink-target" /* byte string */
653
616
</pre>
654
617
<p>
655
618
A key in the "standard" namespace for getting the symlink target, if the file
656
 
is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
657
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
 
619
is a symlink. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
620
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
658
621
<p>
659
 
 
660
622
</p>
661
623
</div>
662
624
<hr>
663
625
<div class="refsect2" lang="en">
664
 
<a name="id2748017"></a><h3>
665
 
<a name="G-FILE-ATTRIBUTE-STANDARD-TARGET-URI:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_TARGET_URI</h3>
666
 
<a class="indexterm" name="id2748031"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TARGET_URI "standard::target-uri"         /* string */
 
626
<a name="G-FILE-ATTRIBUTE-STANDARD-TARGET-URI--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_TARGET_URI</h3>
 
627
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_TARGET_URI "standard::target-uri"         /* string */
667
628
</pre>
668
629
<p>
669
630
A key in the "standard" namespace for getting the target URI for the file, in
670
 
the case of <a class="link" href="GFileInfo.html#G-FILE-TYPE-SHORTCUT:CAPS"><code class="literal">G_FILE_TYPE_SHORTCUT</code></a> or <a class="link" href="GFileInfo.html#G-FILE-TYPE-MOUNTABLE:CAPS"><code class="literal">G_FILE_TYPE_MOUNTABLE</code></a> files.
671
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
631
the case of <a class="link" href="GFileInfo.html#G-FILE-TYPE-SHORTCUT--CAPS"><code class="literal">G_FILE_TYPE_SHORTCUT</code></a> or <a class="link" href="GFileInfo.html#G-FILE-TYPE-MOUNTABLE--CAPS"><code class="literal">G_FILE_TYPE_MOUNTABLE</code></a> files.
 
632
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
672
633
<p>
673
 
 
674
634
</p>
675
635
</div>
676
636
<hr>
677
637
<div class="refsect2" lang="en">
678
 
<a name="id2748088"></a><h3>
679
 
<a name="G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</h3>
680
 
<a class="indexterm" name="id2748102"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER "standard::sort-order"         /* int32  */
 
638
<a name="G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</h3>
 
639
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER "standard::sort-order"         /* int32  */
681
640
</pre>
682
641
<p>
683
 
A key in the "standard" namespace for setting the sort order of a file. 
684
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INT32</code></a>.
685
 
An example use would be in file managers, which would use this key 
 
642
A key in the "standard" namespace for setting the sort order of a file.
 
643
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INT32</code></a>.
 
644
An example use would be in file managers, which would use this key
686
645
to set the order files are displayed. Files with smaller sort order
687
646
should be sorted first, and files without sort order as if sort order
688
647
was zero.</p>
689
648
<p>
690
 
 
691
649
</p>
692
650
</div>
693
651
<hr>
694
652
<div class="refsect2" lang="en">
695
 
<a name="id2748144"></a><h3>
696
 
<a name="G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS"></a>G_FILE_ATTRIBUTE_ETAG_VALUE</h3>
697
 
<a class="indexterm" name="id2748158"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ETAG_VALUE "etag::value"                 /* string */
 
653
<a name="G-FILE-ATTRIBUTE-ETAG-VALUE--CAPS"></a><h3>G_FILE_ATTRIBUTE_ETAG_VALUE</h3>
 
654
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ETAG_VALUE "etag::value"                 /* string */
698
655
</pre>
699
656
<p>
700
657
A key in the "etag" namespace for getting the value of the file's
701
 
entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
702
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
658
entity tag. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
659
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
703
660
<p>
704
 
 
705
661
</p>
706
662
</div>
707
663
<hr>
708
664
<div class="refsect2" lang="en">
709
 
<a name="id2748196"></a><h3>
710
 
<a name="G-FILE-ATTRIBUTE-ID-FILE:CAPS"></a>G_FILE_ATTRIBUTE_ID_FILE</h3>
711
 
<a class="indexterm" name="id2748209"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILE "id::file"                     /* string */
 
665
<a name="G-FILE-ATTRIBUTE-ID-FILE--CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILE</h3>
 
666
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILE "id::file"                     /* string */
712
667
</pre>
713
668
<p>
714
669
A key in the "id" namespace for getting a file identifier.
715
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
 
670
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
716
671
An example use would be during listing files, to avoid recursive
717
672
directory scanning.</p>
718
673
<p>
719
 
 
720
674
</p>
721
675
</div>
722
676
<hr>
723
677
<div class="refsect2" lang="en">
724
 
<a name="id2748249"></a><h3>
725
 
<a name="G-FILE-ATTRIBUTE-ID-FILESYSTEM:CAPS"></a>G_FILE_ATTRIBUTE_ID_FILESYSTEM</h3>
726
 
<a class="indexterm" name="id2748262"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem"         /* string */
 
678
<a name="G-FILE-ATTRIBUTE-ID-FILESYSTEM--CAPS"></a><h3>G_FILE_ATTRIBUTE_ID_FILESYSTEM</h3>
 
679
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem"         /* string */
727
680
</pre>
728
681
<p>
729
682
A key in the "id" namespace for getting the file system identifier.
730
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
 
683
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.
731
684
An example use would be during drag and drop to see if the source
732
685
and target are on the same filesystem (default to move) or not (default
733
686
to copy).</p>
734
687
<p>
735
 
 
736
688
</p>
737
689
</div>
738
690
<hr>
739
691
<div class="refsect2" lang="en">
740
 
<a name="id2748304"></a><h3>
741
 
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-READ:CAPS"></a>G_FILE_ATTRIBUTE_ACCESS_CAN_READ</h3>
742
 
<a class="indexterm" name="id2748318"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_READ "access::can-read"       /* boolean */
 
692
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-READ--CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_READ</h3>
 
693
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_READ "access::can-read"       /* boolean */
743
694
</pre>
744
695
<p>
745
 
A key in the "access" namespace for getting read privileges. 
746
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
 
696
A key in the "access" namespace for getting read privileges.
 
697
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
747
698
This attribute will be <a
748
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
699
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
749
700
><code class="literal">TRUE</code></a> if the user is able to read the file.</p>
750
701
<p>
751
 
 
752
702
</p>
753
703
</div>
754
704
<hr>
755
705
<div class="refsect2" lang="en">
756
 
<a name="id2748367"></a><h3>
757
 
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE:CAPS"></a>G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</h3>
758
 
<a class="indexterm" name="id2748381"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE "access::can-write"     /* boolean */
 
706
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-WRITE--CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</h3>
 
707
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE "access::can-write"     /* boolean */
759
708
</pre>
760
709
<p>
761
710
A key in the "access" namespace for getting write privileges.
762
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
 
711
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
763
712
This attribute will be <a
764
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
713
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
765
714
><code class="literal">TRUE</code></a> if the user is able to write to the file.</p>
766
715
<p>
767
 
 
768
716
</p>
769
717
</div>
770
718
<hr>
771
719
<div class="refsect2" lang="en">
772
 
<a name="id2748429"></a><h3>
773
 
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE:CAPS"></a>G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</h3>
774
 
<a class="indexterm" name="id2748444"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE "access::can-execute" /* boolean */
 
720
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-EXECUTE--CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</h3>
 
721
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE "access::can-execute" /* boolean */
775
722
</pre>
776
723
<p>
777
724
A key in the "access" namespace for getting execution privileges.
778
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
 
725
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
779
726
This attribute will be <a
780
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
727
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
781
728
><code class="literal">TRUE</code></a> if the user is able to execute the file.</p>
782
729
<p>
783
 
 
784
730
</p>
785
731
</div>
786
732
<hr>
787
733
<div class="refsect2" lang="en">
788
 
<a name="id2748492"></a><h3>
789
 
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE:CAPS"></a>G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</h3>
790
 
<a class="indexterm" name="id2748506"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE "access::can-delete"   /* boolean */
 
734
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-DELETE--CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</h3>
 
735
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE "access::can-delete"   /* boolean */
791
736
</pre>
792
737
<p>
793
738
A key in the "access" namespace for checking deletion privileges.
794
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
 
739
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
795
740
This attribute will be <a
796
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
741
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
797
742
><code class="literal">TRUE</code></a> if the user is able to delete the file.</p>
798
743
<p>
799
 
 
800
744
</p>
801
745
</div>
802
746
<hr>
803
747
<div class="refsect2" lang="en">
804
 
<a name="id2748555"></a><h3>
805
 
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH:CAPS"></a>G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</h3>
806
 
<a class="indexterm" name="id2748569"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH "access::can-trash"     /* boolean */
 
748
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-TRASH--CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</h3>
 
749
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH "access::can-trash"     /* boolean */
807
750
</pre>
808
751
<p>
809
752
A key in the "access" namespace for checking trashing privileges.
810
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
 
753
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
811
754
This attribute will be <a
812
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
813
 
><code class="literal">TRUE</code></a> if the user is able to move the file to 
 
755
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
756
><code class="literal">TRUE</code></a> if the user is able to move the file to
814
757
the trash.</p>
815
758
<p>
816
 
 
817
759
</p>
818
760
</div>
819
761
<hr>
820
762
<div class="refsect2" lang="en">
821
 
<a name="id2748618"></a><h3>
822
 
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME:CAPS"></a>G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME</h3>
823
 
<a class="indexterm" name="id2748632"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME "access::can-rename"   /* boolean */ 
 
763
<a name="G-FILE-ATTRIBUTE-ACCESS-CAN-RENAME--CAPS"></a><h3>G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME</h3>
 
764
<pre class="programlisting">#define G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME "access::can-rename"   /* boolean */
824
765
</pre>
825
766
<p>
826
767
A key in the "access" namespace for checking renaming privileges.
827
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
 
768
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.
828
769
This attribute will be <a
829
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
770
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
830
771
><code class="literal">TRUE</code></a> if the user is able to rename the file.</p>
831
772
<p>
832
 
 
833
773
</p>
834
774
</div>
835
775
<hr>
836
776
<div class="refsect2" lang="en">
837
 
<a name="id2748680"></a><h3>
838
 
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT:CAPS"></a>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT</h3>
839
 
<a class="indexterm" name="id2748694"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT "mountable::can-mount"     /* boolean */
 
777
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-MOUNT--CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT</h3>
 
778
<pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT "mountable::can-mount"     /* boolean */
840
779
</pre>
841
780
<p>
842
781
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is mountable.
843
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
782
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
844
783
<p>
845
 
 
846
784
</p>
847
785
</div>
848
786
<hr>
849
787
<div class="refsect2" lang="en">
850
 
<a name="id2748734"></a><h3>
851
 
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT:CAPS"></a>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT</h3>
852
 
<a class="indexterm" name="id2748748"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT "mountable::can-unmount" /* boolean */
 
788
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-UNMOUNT--CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT</h3>
 
789
<pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT "mountable::can-unmount" /* boolean */
853
790
</pre>
854
791
<p>
855
792
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE)  is unmountable.
856
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
793
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
857
794
<p>
858
 
 
859
795
</p>
860
796
</div>
861
797
<hr>
862
798
<div class="refsect2" lang="en">
863
 
<a name="id2788595"></a><h3>
864
 
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT:CAPS"></a>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT</h3>
865
 
<a class="indexterm" name="id2788609"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT "mountable::can-eject"     /* boolean */
 
799
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-CAN-EJECT--CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT</h3>
 
800
<pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT "mountable::can-eject"     /* boolean */
866
801
</pre>
867
802
<p>
868
803
A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be ejected.
869
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
804
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
870
805
<p>
871
 
 
872
806
</p>
873
807
</div>
874
808
<hr>
875
809
<div class="refsect2" lang="en">
876
 
<a name="id2788650"></a><h3>
877
 
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE:CAPS"></a>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE</h3>
878
 
<a class="indexterm" name="id2788663"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE "mountable::unix-device" /* uint32 */
 
810
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-UNIX-DEVICE--CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE</h3>
 
811
<pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE "mountable::unix-device" /* uint32 */
879
812
</pre>
880
813
<p>
881
814
A key in the "mountable" namespace for getting the unix device.
882
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
815
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
883
816
<p>
884
 
 
885
817
</p>
886
818
</div>
887
819
<hr>
888
820
<div class="refsect2" lang="en">
889
 
<a name="id2788703"></a><h3>
890
 
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI:CAPS"></a>G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI</h3>
891
 
<a class="indexterm" name="id2788717"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI "mountable::hal-udi"         /* string */
 
821
<a name="G-FILE-ATTRIBUTE-MOUNTABLE-HAL-UDI--CAPS"></a><h3>G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI</h3>
 
822
<pre class="programlisting">#define G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI "mountable::hal-udi"         /* string */
892
823
</pre>
893
824
<p>
894
825
A key in the "mountable" namespace for getting the HAL UDI for the mountable
895
 
file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
826
file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
896
827
<p>
897
 
 
898
828
</p>
899
829
</div>
900
830
<hr>
901
831
<div class="refsect2" lang="en">
902
 
<a name="id2788757"></a><h3>
903
 
<a name="G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"></a>G_FILE_ATTRIBUTE_TIME_MODIFIED</h3>
904
 
<a class="indexterm" name="id2788770"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified"           /* uint64 */
 
832
<a name="G-FILE-ATTRIBUTE-TIME-MODIFIED--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED</h3>
 
833
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified"           /* uint64 */
905
834
</pre>
906
835
<p>
907
836
A key in the "time" namespace for getting the time the file was last
908
 
modified. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
909
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the 
 
837
modified. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
838
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
910
839
file was modified.</p>
911
840
<p>
912
 
 
913
841
</p>
914
842
</div>
915
843
<hr>
916
844
<div class="refsect2" lang="en">
917
 
<a name="id2788811"></a><h3>
918
 
<a name="G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC:CAPS"></a>G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</h3>
919
 
<a class="indexterm" name="id2788825"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
 
845
<a name="G-FILE-ATTRIBUTE-TIME-MODIFIED-USEC--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC</h3>
 
846
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
920
847
</pre>
921
848
<p>
922
849
A key in the "time" namespace for getting the miliseconds of the time
923
 
the file was last modified. This should be used in conjunction with 
924
 
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"><span class="type">G_FILE_ATTRIBUTE_TIME_MODIFIED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
925
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
850
the file was last modified. This should be used in conjunction with
 
851
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED--CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><span class="type">G_FILE_ATTRIBUTE_TIME_MODIFIED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
852
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
926
853
<p>
927
 
 
928
854
</p>
929
855
</div>
930
856
<hr>
931
857
<div class="refsect2" lang="en">
932
 
<a name="id2788873"></a><h3>
933
 
<a name="G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS"></a>G_FILE_ATTRIBUTE_TIME_ACCESS</h3>
934
 
<a class="indexterm" name="id2788886"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access"               /* uint64 */
 
858
<a name="G-FILE-ATTRIBUTE-TIME-ACCESS--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS</h3>
 
859
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access"               /* uint64 */
935
860
</pre>
936
861
<p>
937
862
A key in the "time" namespace for getting the time the file was last
938
 
accessed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
939
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the 
 
863
accessed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
864
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, and contains the UNIX time since the
940
865
file was last accessed.</p>
941
866
<p>
942
 
 
943
867
</p>
944
868
</div>
945
869
<hr>
946
870
<div class="refsect2" lang="en">
947
 
<a name="id2788927"></a><h3>
948
 
<a name="G-FILE-ATTRIBUTE-TIME-ACCESS-USEC:CAPS"></a>G_FILE_ATTRIBUTE_TIME_ACCESS_USEC</h3>
949
 
<a class="indexterm" name="id2788941"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS_USEC "time::access-usec"     /* uint32 */
 
871
<a name="G-FILE-ATTRIBUTE-TIME-ACCESS-USEC--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_ACCESS_USEC</h3>
 
872
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_ACCESS_USEC "time::access-usec"     /* uint32 */
950
873
</pre>
951
874
<p>
952
875
A key in the "time" namespace for getting the microseconds of the time
953
876
the file was last accessed. This should be used in conjunction with
954
 
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS:CAPS"><span class="type">G_FILE_ATTRIBUTE_TIME_ACCESS</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
955
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
877
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-ACCESS--CAPS" title="G_FILE_ATTRIBUTE_TIME_ACCESS"><span class="type">G_FILE_ATTRIBUTE_TIME_ACCESS</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
878
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
956
879
<p>
957
 
 
958
880
</p>
959
881
</div>
960
882
<hr>
961
883
<div class="refsect2" lang="en">
962
 
<a name="id2788989"></a><h3>
963
 
<a name="G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS"></a>G_FILE_ATTRIBUTE_TIME_CHANGED</h3>
964
 
<a class="indexterm" name="id2789003"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED "time::changed"             /* uint64 */
 
884
<a name="G-FILE-ATTRIBUTE-TIME-CHANGED--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED</h3>
 
885
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED "time::changed"             /* uint64 */
965
886
</pre>
966
887
<p>
967
888
A key in the "time" namespace for getting the time the file was last
968
 
changed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, 
 
889
changed. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
969
890
and contains the UNIX time since the file was last changed.
970
891
</p>
971
892
<p>
972
893
This corresponds to the traditional UNIX ctime.</p>
973
894
<p>
974
 
 
975
895
</p>
976
896
</div>
977
897
<hr>
978
898
<div class="refsect2" lang="en">
979
 
<a name="id2789048"></a><h3>
980
 
<a name="G-FILE-ATTRIBUTE-TIME-CHANGED-USEC:CAPS"></a>G_FILE_ATTRIBUTE_TIME_CHANGED_USEC</h3>
981
 
<a class="indexterm" name="id2789061"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec"   /* uint32 */
 
899
<a name="G-FILE-ATTRIBUTE-TIME-CHANGED-USEC--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CHANGED_USEC</h3>
 
900
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec"   /* uint32 */
982
901
</pre>
983
902
<p>
984
903
A key in the "time" namespace for getting the microseconds of the time
985
904
the file was last changed. This should be used in conjunction with
986
 
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED:CAPS"><span class="type">G_FILE_ATTRIBUTE_TIME_CHANGED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
987
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
905
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CHANGED--CAPS" title="G_FILE_ATTRIBUTE_TIME_CHANGED"><span class="type">G_FILE_ATTRIBUTE_TIME_CHANGED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
906
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
988
907
<p>
989
 
 
990
908
</p>
991
909
</div>
992
910
<hr>
993
911
<div class="refsect2" lang="en">
994
 
<a name="id2789110"></a><h3>
995
 
<a name="G-FILE-ATTRIBUTE-TIME-CREATED:CAPS"></a>G_FILE_ATTRIBUTE_TIME_CREATED</h3>
996
 
<a class="indexterm" name="id2789123"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED "time::created"             /* uint64 */
 
912
<a name="G-FILE-ATTRIBUTE-TIME-CREATED--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED</h3>
 
913
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED "time::created"             /* uint64 */
997
914
</pre>
998
915
<p>
999
916
A key in the "time" namespace for getting the time the file was created.
1000
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>, 
 
917
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>,
1001
918
and contains the UNIX time since the file was created.
1002
919
</p>
1003
920
<p>
1004
921
This corresponds to the NTFS ctime.</p>
1005
922
<p>
1006
 
 
1007
923
</p>
1008
924
</div>
1009
925
<hr>
1010
926
<div class="refsect2" lang="en">
1011
 
<a name="id2789167"></a><h3>
1012
 
<a name="G-FILE-ATTRIBUTE-TIME-CREATED-USEC:CAPS"></a>G_FILE_ATTRIBUTE_TIME_CREATED_USEC</h3>
1013
 
<a class="indexterm" name="id2789181"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED_USEC "time::created-usec"   /* uint32 */
 
927
<a name="G-FILE-ATTRIBUTE-TIME-CREATED-USEC--CAPS"></a><h3>G_FILE_ATTRIBUTE_TIME_CREATED_USEC</h3>
 
928
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TIME_CREATED_USEC "time::created-usec"   /* uint32 */
1014
929
</pre>
1015
930
<p>
1016
931
A key in the "time" namespace for getting the microseconds of the time
1017
932
the file was created. This should be used in conjunction with
1018
 
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED:CAPS"><span class="type">G_FILE_ATTRIBUTE_TIME_CREATED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1019
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
933
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-CREATED--CAPS" title="G_FILE_ATTRIBUTE_TIME_CREATED"><span class="type">G_FILE_ATTRIBUTE_TIME_CREATED</span></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
934
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1020
935
<p>
1021
 
 
1022
936
</p>
1023
937
</div>
1024
938
<hr>
1025
939
<div class="refsect2" lang="en">
1026
 
<a name="id2789230"></a><h3>
1027
 
<a name="G-FILE-ATTRIBUTE-UNIX-DEVICE:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_DEVICE</h3>
1028
 
<a class="indexterm" name="id2789243"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_DEVICE "unix::device"               /* uint32 */
 
940
<a name="G-FILE-ATTRIBUTE-UNIX-DEVICE--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_DEVICE</h3>
 
941
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_DEVICE "unix::device"               /* uint32 */
1029
942
</pre>
1030
943
<p>
1031
 
A key in the "unix" namespace for getting the device id of the device the 
1032
 
file is located on (see <code class="function">stat()</code> documentation). This attribute is only 
1033
 
available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1034
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
944
A key in the "unix" namespace for getting the device id of the device the
 
945
file is located on (see <code class="function">stat()</code> documentation). This attribute is only
 
946
available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
947
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1035
948
<p>
1036
 
 
1037
949
</p>
1038
950
</div>
1039
951
<hr>
1040
952
<div class="refsect2" lang="en">
1041
 
<a name="id2789294"></a><h3>
1042
 
<a name="G-FILE-ATTRIBUTE-UNIX-INODE:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_INODE</h3>
1043
 
<a class="indexterm" name="id2789307"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_INODE "unix::inode"                 /* uint64 */
 
953
<a name="G-FILE-ATTRIBUTE-UNIX-INODE--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_INODE</h3>
 
954
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_INODE "unix::inode"                 /* uint64 */
1044
955
</pre>
1045
956
<p>
1046
957
A key in the "unix" namespace for getting the inode of the file.
1047
 
This attribute is only available for UNIX file systems. Corresponding 
1048
 
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
 
958
This attribute is only available for UNIX file systems. Corresponding
 
959
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
1049
960
<p>
1050
 
 
1051
961
</p>
1052
962
</div>
1053
963
<hr>
1054
964
<div class="refsect2" lang="en">
1055
 
<a name="id2789346"></a><h3>
1056
 
<a name="G-FILE-ATTRIBUTE-UNIX-MODE:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_MODE</h3>
1057
 
<a class="indexterm" name="id2789359"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_MODE "unix::mode"                   /* uint32 */
 
965
<a name="G-FILE-ATTRIBUTE-UNIX-MODE--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_MODE</h3>
 
966
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_MODE "unix::mode"                   /* uint32 */
1058
967
</pre>
1059
968
<p>
1060
969
A key in the "unix" namespace for getting the mode of the file
1061
 
(e.g. whether the file is a regular file, symlink, etc). See <code class="function">lstat()</code> 
1062
 
documentation. This attribute is only available for UNIX file systems. 
1063
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1064
 
<p>
1065
 
 
1066
 
</p>
1067
 
</div>
1068
 
<hr>
1069
 
<div class="refsect2" lang="en">
1070
 
<a name="id2789409"></a><h3>
1071
 
<a name="G-FILE-ATTRIBUTE-UNIX-NLINK:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_NLINK</h3>
1072
 
<a class="indexterm" name="id2789422"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_NLINK "unix::nlink"                 /* uint32 */
1073
 
</pre>
1074
 
<p>
1075
 
A key in the "unix" namespace for getting the number of hard links 
1076
 
for a file. See <code class="function">lstat()</code> documentation. This attribute is only available 
1077
 
for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1078
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1079
 
<p>
1080
 
 
1081
 
</p>
1082
 
</div>
1083
 
<hr>
1084
 
<div class="refsect2" lang="en">
1085
 
<a name="id2789471"></a><h3>
1086
 
<a name="G-FILE-ATTRIBUTE-UNIX-UID:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_UID</h3>
1087
 
<a class="indexterm" name="id2789484"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_UID "unix::uid"                     /* uint32 */
1088
 
</pre>
1089
 
<p>
1090
 
A key in the "unix" namespace for getting the user ID for the file. 
1091
 
This attribute is only available for UNIX file systems. 
1092
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1093
 
<p>
1094
 
 
1095
 
</p>
1096
 
</div>
1097
 
<hr>
1098
 
<div class="refsect2" lang="en">
1099
 
<a name="id2789524"></a><h3>
1100
 
<a name="G-FILE-ATTRIBUTE-UNIX-GID:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_GID</h3>
1101
 
<a class="indexterm" name="id2789537"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_GID "unix::gid"                     /* uint32 */
 
970
(e.g. whether the file is a regular file, symlink, etc). See <code class="function">lstat()</code>
 
971
documentation. This attribute is only available for UNIX file systems.
 
972
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
973
<p>
 
974
</p>
 
975
</div>
 
976
<hr>
 
977
<div class="refsect2" lang="en">
 
978
<a name="G-FILE-ATTRIBUTE-UNIX-NLINK--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_NLINK</h3>
 
979
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_NLINK "unix::nlink"                 /* uint32 */
 
980
</pre>
 
981
<p>
 
982
A key in the "unix" namespace for getting the number of hard links
 
983
for a file. See <code class="function">lstat()</code> documentation. This attribute is only available
 
984
for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
985
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
986
<p>
 
987
</p>
 
988
</div>
 
989
<hr>
 
990
<div class="refsect2" lang="en">
 
991
<a name="G-FILE-ATTRIBUTE-UNIX-UID--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_UID</h3>
 
992
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_UID "unix::uid"                     /* uint32 */
 
993
</pre>
 
994
<p>
 
995
A key in the "unix" namespace for getting the user ID for the file.
 
996
This attribute is only available for UNIX file systems.
 
997
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
998
<p>
 
999
</p>
 
1000
</div>
 
1001
<hr>
 
1002
<div class="refsect2" lang="en">
 
1003
<a name="G-FILE-ATTRIBUTE-UNIX-GID--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_GID</h3>
 
1004
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_GID "unix::gid"                     /* uint32 */
1102
1005
</pre>
1103
1006
<p>
1104
1007
A key in the "unix" namespace for getting the group ID for the file.
1105
 
This attribute is only available for UNIX file systems. 
1106
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1107
 
<p>
1108
 
 
1109
 
</p>
1110
 
</div>
1111
 
<hr>
1112
 
<div class="refsect2" lang="en">
1113
 
<a name="id2789576"></a><h3>
1114
 
<a name="G-FILE-ATTRIBUTE-UNIX-RDEV:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_RDEV</h3>
1115
 
<a class="indexterm" name="id2789590"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_RDEV "unix::rdev"                   /* uint32 */
1116
 
</pre>
1117
 
<p>
1118
 
A key in the "unix" namespace for getting the device ID for the file 
1119
 
(if it is a special file). See <code class="function">lstat()</code> documentation. This attribute 
1120
 
is only available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> 
1121
 
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1122
 
<p>
1123
 
 
1124
 
</p>
1125
 
</div>
1126
 
<hr>
1127
 
<div class="refsect2" lang="en">
1128
 
<a name="id2789639"></a><h3>
1129
 
<a name="G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE</h3>
1130
 
<a class="indexterm" name="id2789652"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE "unix::block-size"       /* uint32 */
1131
 
</pre>
1132
 
<p>
1133
 
A key in the "unix" namespace for getting the block size for the file 
1134
 
system. This attribute is only available for UNIX file systems. 
1135
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1136
 
<p>
1137
 
 
1138
 
</p>
1139
 
</div>
1140
 
<hr>
1141
 
<div class="refsect2" lang="en">
1142
 
<a name="id2789693"></a><h3>
1143
 
<a name="G-FILE-ATTRIBUTE-UNIX-BLOCKS:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_BLOCKS</h3>
1144
 
<a class="indexterm" name="id2789706"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCKS "unix::blocks"               /* uint64 */
1145
 
</pre>
1146
 
<p>
1147
 
A key in the "unix" namespace for getting the number of blocks allocated 
1148
 
for the file. This attribute is only available for UNIX file systems. 
1149
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
1150
 
<p>
1151
 
 
1152
 
</p>
1153
 
</div>
1154
 
<hr>
1155
 
<div class="refsect2" lang="en">
1156
 
<a name="id2789747"></a><h3>
1157
 
<a name="G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT:CAPS"></a>G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT</h3>
1158
 
<a class="indexterm" name="id2789761"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT "unix::is-mountpoint" /* boolean */
1159
 
</pre>
1160
 
<p>
1161
 
A key in the "unix" namespace for checking if the file represents a 
 
1008
This attribute is only available for UNIX file systems.
 
1009
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
1010
<p>
 
1011
</p>
 
1012
</div>
 
1013
<hr>
 
1014
<div class="refsect2" lang="en">
 
1015
<a name="G-FILE-ATTRIBUTE-UNIX-RDEV--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_RDEV</h3>
 
1016
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_RDEV "unix::rdev"                   /* uint32 */
 
1017
</pre>
 
1018
<p>
 
1019
A key in the "unix" namespace for getting the device ID for the file
 
1020
(if it is a special file). See <code class="function">lstat()</code> documentation. This attribute
 
1021
is only available for UNIX file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
 
1022
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
1023
<p>
 
1024
</p>
 
1025
</div>
 
1026
<hr>
 
1027
<div class="refsect2" lang="en">
 
1028
<a name="G-FILE-ATTRIBUTE-UNIX-BLOCK-SIZE--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE</h3>
 
1029
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE "unix::block-size"       /* uint32 */
 
1030
</pre>
 
1031
<p>
 
1032
A key in the "unix" namespace for getting the block size for the file
 
1033
system. This attribute is only available for UNIX file systems.
 
1034
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
1035
<p>
 
1036
</p>
 
1037
</div>
 
1038
<hr>
 
1039
<div class="refsect2" lang="en">
 
1040
<a name="G-FILE-ATTRIBUTE-UNIX-BLOCKS--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_BLOCKS</h3>
 
1041
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_BLOCKS "unix::blocks"               /* uint64 */
 
1042
</pre>
 
1043
<p>
 
1044
A key in the "unix" namespace for getting the number of blocks allocated
 
1045
for the file. This attribute is only available for UNIX file systems.
 
1046
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
 
1047
<p>
 
1048
</p>
 
1049
</div>
 
1050
<hr>
 
1051
<div class="refsect2" lang="en">
 
1052
<a name="G-FILE-ATTRIBUTE-UNIX-IS-MOUNTPOINT--CAPS"></a><h3>G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT</h3>
 
1053
<pre class="programlisting">#define G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT "unix::is-mountpoint" /* boolean */
 
1054
</pre>
 
1055
<p>
 
1056
A key in the "unix" namespace for checking if the file represents a
1162
1057
UNIX mount point. This attribute is <a
1163
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1164
 
><code class="literal">TRUE</code></a> if the file is a UNIX mount 
1165
 
point. This attribute is only available for UNIX file systems. 
1166
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
1167
 
<p>
1168
 
 
1169
 
</p>
1170
 
</div>
1171
 
<hr>
1172
 
<div class="refsect2" lang="en">
1173
 
<a name="id2789812"></a><h3>
1174
 
<a name="G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE:CAPS"></a>G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE</h3>
1175
 
<a class="indexterm" name="id2789825"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE "dos::is-archive"         /* boolean */
1176
 
</pre>
1177
 
<p>
1178
 
A key in the "dos" namespace for checking if the file's archive flag 
1179
 
is set. This attribute is <a
1180
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1181
 
><code class="literal">TRUE</code></a> if the archive flag is set. This attribute 
1182
 
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> 
1183
 
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
1184
 
<p>
1185
 
 
1186
 
</p>
1187
 
</div>
1188
 
<hr>
1189
 
<div class="refsect2" lang="en">
1190
 
<a name="id2789876"></a><h3>
1191
 
<a name="G-FILE-ATTRIBUTE-DOS-IS-SYSTEM:CAPS"></a>G_FILE_ATTRIBUTE_DOS_IS_SYSTEM</h3>
1192
 
<a class="indexterm" name="id2789889"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_SYSTEM "dos::is-system"           /* boolean */
1193
 
</pre>
1194
 
<p>
1195
 
A key in the "dos" namespace for checking if the file's backup flag 
1196
 
is set. This attribute is <a
1197
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1198
 
><code class="literal">TRUE</code></a> if the backup flag is set. This attribute 
1199
 
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> 
1200
 
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
1201
 
<p>
1202
 
 
1203
 
</p>
1204
 
</div>
1205
 
<hr>
1206
 
<div class="refsect2" lang="en">
1207
 
<a name="id2789940"></a><h3>
1208
 
<a name="G-FILE-ATTRIBUTE-OWNER-USER:CAPS"></a>G_FILE_ATTRIBUTE_OWNER_USER</h3>
1209
 
<a class="indexterm" name="id2789953"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER "owner::user"                 /* string */
1210
 
</pre>
1211
 
<p>
1212
 
A key in the "owner" namespace for getting the user name of the 
1213
 
file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1214
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
1215
 
<p>
1216
 
 
1217
 
</p>
1218
 
</div>
1219
 
<hr>
1220
 
<div class="refsect2" lang="en">
1221
 
<a name="id2789992"></a><h3>
1222
 
<a name="G-FILE-ATTRIBUTE-OWNER-USER-REAL:CAPS"></a>G_FILE_ATTRIBUTE_OWNER_USER_REAL</h3>
1223
 
<a class="indexterm" name="id2790005"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER_REAL "owner::user-real"       /* string */
1224
 
</pre>
1225
 
<p>
1226
 
A key in the "owner" namespace for getting the real name of the 
1227
 
user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1228
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
1229
 
<p>
1230
 
 
1231
 
</p>
1232
 
</div>
1233
 
<hr>
1234
 
<div class="refsect2" lang="en">
1235
 
<a name="id2790045"></a><h3>
1236
 
<a name="G-FILE-ATTRIBUTE-OWNER-GROUP:CAPS"></a>G_FILE_ATTRIBUTE_OWNER_GROUP</h3>
1237
 
<a class="indexterm" name="id2790058"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_GROUP "owner::group"               /* string */
 
1058
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1059
><code class="literal">TRUE</code></a> if the file is a UNIX mount
 
1060
point. This attribute is only available for UNIX file systems.
 
1061
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
1062
<p>
 
1063
</p>
 
1064
</div>
 
1065
<hr>
 
1066
<div class="refsect2" lang="en">
 
1067
<a name="G-FILE-ATTRIBUTE-DOS-IS-ARCHIVE--CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE</h3>
 
1068
<pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE "dos::is-archive"         /* boolean */
 
1069
</pre>
 
1070
<p>
 
1071
A key in the "dos" namespace for checking if the file's archive flag
 
1072
is set. This attribute is <a
 
1073
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1074
><code class="literal">TRUE</code></a> if the archive flag is set. This attribute
 
1075
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
 
1076
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
1077
<p>
 
1078
</p>
 
1079
</div>
 
1080
<hr>
 
1081
<div class="refsect2" lang="en">
 
1082
<a name="G-FILE-ATTRIBUTE-DOS-IS-SYSTEM--CAPS"></a><h3>G_FILE_ATTRIBUTE_DOS_IS_SYSTEM</h3>
 
1083
<pre class="programlisting">#define G_FILE_ATTRIBUTE_DOS_IS_SYSTEM "dos::is-system"           /* boolean */
 
1084
</pre>
 
1085
<p>
 
1086
A key in the "dos" namespace for checking if the file's backup flag
 
1087
is set. This attribute is <a
 
1088
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1089
><code class="literal">TRUE</code></a> if the backup flag is set. This attribute
 
1090
is only available for DOS file systems. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
 
1091
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
1092
<p>
 
1093
</p>
 
1094
</div>
 
1095
<hr>
 
1096
<div class="refsect2" lang="en">
 
1097
<a name="G-FILE-ATTRIBUTE-OWNER-USER--CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER</h3>
 
1098
<pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER "owner::user"                 /* string */
 
1099
</pre>
 
1100
<p>
 
1101
A key in the "owner" namespace for getting the user name of the
 
1102
file's owner. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
1103
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
1104
<p>
 
1105
</p>
 
1106
</div>
 
1107
<hr>
 
1108
<div class="refsect2" lang="en">
 
1109
<a name="G-FILE-ATTRIBUTE-OWNER-USER-REAL--CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_USER_REAL</h3>
 
1110
<pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_USER_REAL "owner::user-real"       /* string */
 
1111
</pre>
 
1112
<p>
 
1113
A key in the "owner" namespace for getting the real name of the
 
1114
user that owns the file. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
1115
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
1116
<p>
 
1117
</p>
 
1118
</div>
 
1119
<hr>
 
1120
<div class="refsect2" lang="en">
 
1121
<a name="G-FILE-ATTRIBUTE-OWNER-GROUP--CAPS"></a><h3>G_FILE_ATTRIBUTE_OWNER_GROUP</h3>
 
1122
<pre class="programlisting">#define G_FILE_ATTRIBUTE_OWNER_GROUP "owner::group"               /* string */
1238
1123
</pre>
1239
1124
<p>
1240
1125
A key in the "owner" namespace for getting the file owner's group.
1241
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
1242
 
<p>
1243
 
 
1244
 
</p>
1245
 
</div>
1246
 
<hr>
1247
 
<div class="refsect2" lang="en">
1248
 
<a name="id2790098"></a><h3>
1249
 
<a name="G-FILE-ATTRIBUTE-THUMBNAIL-PATH:CAPS"></a>G_FILE_ATTRIBUTE_THUMBNAIL_PATH</h3>
1250
 
<a class="indexterm" name="id2790111"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAIL_PATH "thumbnail::path"         /* bytestring */
1251
 
</pre>
1252
 
<p>
1253
 
A key in the "thumbnail" namespace for getting the path to the thumbnail 
1254
 
image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1255
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
1256
 
<p>
1257
 
 
1258
 
</p>
1259
 
</div>
1260
 
<hr>
1261
 
<div class="refsect2" lang="en">
1262
 
<a name="id2790150"></a><h3>
1263
 
<a name="G-FILE-ATTRIBUTE-THUMBNAILING-FAILED:CAPS"></a>G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</h3>
1264
 
<a class="indexterm" name="id2790164"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed"         /* boolean */
1265
 
</pre>
1266
 
<p>
1267
 
A key in the "thumbnail" namespace for checking if thumbnailing failed. 
 
1126
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
1127
<p>
 
1128
</p>
 
1129
</div>
 
1130
<hr>
 
1131
<div class="refsect2" lang="en">
 
1132
<a name="G-FILE-ATTRIBUTE-THUMBNAIL-PATH--CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAIL_PATH</h3>
 
1133
<pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAIL_PATH "thumbnail::path"         /* bytestring */
 
1134
</pre>
 
1135
<p>
 
1136
A key in the "thumbnail" namespace for getting the path to the thumbnail
 
1137
image. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
1138
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BYTE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BYTE_STRING</code></a>.</p>
 
1139
<p>
 
1140
</p>
 
1141
</div>
 
1142
<hr>
 
1143
<div class="refsect2" lang="en">
 
1144
<a name="G-FILE-ATTRIBUTE-THUMBNAILING-FAILED--CAPS"></a><h3>G_FILE_ATTRIBUTE_THUMBNAILING_FAILED</h3>
 
1145
<pre class="programlisting">#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed"         /* boolean */
 
1146
</pre>
 
1147
<p>
 
1148
A key in the "thumbnail" namespace for checking if thumbnailing failed.
1268
1149
This attribute is <a
1269
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1270
 
><code class="literal">TRUE</code></a> if thumbnailing failed. Corresponding 
1271
 
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
1272
 
<p>
1273
 
 
1274
 
</p>
1275
 
</div>
1276
 
<hr>
1277
 
<div class="refsect2" lang="en">
1278
 
<a name="id2790214"></a><h3>
1279
 
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-SIZE:CAPS"></a>G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</h3>
1280
 
<a class="indexterm" name="id2790228"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size"                       /* uint64 */
1281
 
</pre>
1282
 
<p>
1283
 
A key in the "filesystem" namespace for getting the total size (in bytes) of the file system, 
1284
 
used in <a class="link" href="GFile.html#g-file-query-filesystem-info"><code class="function">g_file_query_filesystem_info()</code></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> 
1285
 
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
1286
 
<p>
1287
 
 
1288
 
</p>
1289
 
</div>
1290
 
<hr>
1291
 
<div class="refsect2" lang="en">
1292
 
<a name="id2790279"></a><h3>
1293
 
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-FREE:CAPS"></a>G_FILE_ATTRIBUTE_FILESYSTEM_FREE</h3>
1294
 
<a class="indexterm" name="id2790292"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free"                       /* uint64 */
1295
 
</pre>
1296
 
<p>
1297
 
A key in the "filesystem" namespace for getting the number of bytes of free space left on the 
1298
 
file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1299
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
1300
 
<p>
1301
 
 
1302
 
</p>
1303
 
</div>
1304
 
<hr>
1305
 
<div class="refsect2" lang="en">
1306
 
<a name="id2790333"></a><h3>
1307
 
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-TYPE:CAPS"></a>G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</h3>
1308
 
<a class="indexterm" name="id2790346"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type"                       /* string */
 
1150
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1151
><code class="literal">TRUE</code></a> if thumbnailing failed. Corresponding
 
1152
<a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
1153
<p>
 
1154
</p>
 
1155
</div>
 
1156
<hr>
 
1157
<div class="refsect2" lang="en">
 
1158
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-SIZE--CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_SIZE</h3>
 
1159
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size"                       /* uint64 */
 
1160
</pre>
 
1161
<p>
 
1162
A key in the "filesystem" namespace for getting the total size (in bytes) of the file system,
 
1163
used in <a class="link" href="GFile.html#g-file-query-filesystem-info" title="g_file_query_filesystem_info ()"><code class="function">g_file_query_filesystem_info()</code></a>. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
 
1164
is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
 
1165
<p>
 
1166
</p>
 
1167
</div>
 
1168
<hr>
 
1169
<div class="refsect2" lang="en">
 
1170
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-FREE--CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_FREE</h3>
 
1171
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free"                       /* uint64 */
 
1172
</pre>
 
1173
<p>
 
1174
A key in the "filesystem" namespace for getting the number of bytes of free space left on the
 
1175
file system. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
1176
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT64--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT64</code></a>.</p>
 
1177
<p>
 
1178
</p>
 
1179
</div>
 
1180
<hr>
 
1181
<div class="refsect2" lang="en">
 
1182
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-TYPE--CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_TYPE</h3>
 
1183
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type"                       /* string */
1309
1184
</pre>
1310
1185
<p>
1311
1186
A key in the "filesystem" namespace for getting the file system's type.
1312
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
1187
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
1313
1188
<p>
1314
 
 
1315
1189
</p>
1316
1190
</div>
1317
1191
<hr>
1318
1192
<div class="refsect2" lang="en">
1319
 
<a name="id2790386"></a><h3>
1320
 
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-READONLY:CAPS"></a>G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</h3>
1321
 
<a class="indexterm" name="id2790399"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly"               /* boolean */
 
1193
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-READONLY--CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_READONLY</h3>
 
1194
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly"               /* boolean */
1322
1195
</pre>
1323
1196
<p>
1324
 
A key in the "filesystem" namespace for checking if the file system 
 
1197
A key in the "filesystem" namespace for checking if the file system
1325
1198
is read only. Is set to <a
1326
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1327
 
><code class="literal">TRUE</code></a> if the file system is read only. 
1328
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
 
1199
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1200
><code class="literal">TRUE</code></a> if the file system is read only.
 
1201
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-BOOLEAN--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_BOOLEAN</code></a>.</p>
1329
1202
<p>
1330
 
 
1331
1203
</p>
1332
1204
</div>
1333
1205
<hr>
1334
1206
<div class="refsect2" lang="en">
1335
 
<a name="id2790449"></a><h3>
1336
 
<a name="G-FILE-ATTRIBUTE-GVFS-BACKEND:CAPS"></a>G_FILE_ATTRIBUTE_GVFS_BACKEND</h3>
1337
 
<a class="indexterm" name="id2790463"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_GVFS_BACKEND "gvfs::backend"             /* string */
 
1207
<a name="G-FILE-ATTRIBUTE-GVFS-BACKEND--CAPS"></a><h3>G_FILE_ATTRIBUTE_GVFS_BACKEND</h3>
 
1208
<pre class="programlisting">#define G_FILE_ATTRIBUTE_GVFS_BACKEND "gvfs::backend"             /* string */
1338
1209
</pre>
1339
1210
<p>
1340
1211
A key in the "gvfs" namespace that gets the name of the current
1341
 
GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1342
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
1212
GVFS backend in use. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
1213
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
1343
1214
<p>
1344
 
 
1345
1215
</p>
1346
1216
</div>
1347
1217
<hr>
1348
1218
<div class="refsect2" lang="en">
1349
 
<a name="id2790503"></a><h3>
1350
 
<a name="G-FILE-ATTRIBUTE-SELINUX-CONTEXT:CAPS"></a>G_FILE_ATTRIBUTE_SELINUX_CONTEXT</h3>
1351
 
<a class="indexterm" name="id2790517"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_SELINUX_CONTEXT "selinux::context"       /* string */
 
1219
<a name="G-FILE-ATTRIBUTE-SELINUX-CONTEXT--CAPS"></a><h3>G_FILE_ATTRIBUTE_SELINUX_CONTEXT</h3>
 
1220
<pre class="programlisting">#define G_FILE_ATTRIBUTE_SELINUX_CONTEXT "selinux::context"       /* string */
1352
1221
</pre>
1353
1222
<p>
1354
1223
A key in the "selinux" namespace for getting the file's SELinux
1355
 
context. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is 
1356
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>. Note that this attribute is only
 
1224
context. Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is
 
1225
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>. Note that this attribute is only
1357
1226
available if GLib has been built with SELinux support.</p>
1358
1227
<p>
1359
 
 
1360
1228
</p>
1361
1229
</div>
1362
1230
<hr>
1363
1231
<div class="refsect2" lang="en">
1364
 
<a name="id2790558"></a><h3>
1365
 
<a name="G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT:CAPS"></a>G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</h3>
1366
 
<a class="indexterm" name="id2790571"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count"     /* uint32 */
 
1232
<a name="G-FILE-ATTRIBUTE-TRASH-ITEM-COUNT--CAPS"></a><h3>G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT</h3>
 
1233
<pre class="programlisting">#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count"     /* uint32 */
1367
1234
</pre>
1368
1235
<p>
1369
 
A key in the "trash" namespace.  When requested against 
 
1236
A key in the "trash" namespace.  When requested against
1370
1237
"trash:///" returns the number of (toplevel) items in the trash folder.
1371
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
 
1238
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-UINT32--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_UINT32</code></a>.</p>
1372
1239
<p>
1373
 
 
1374
1240
</p>
1375
1241
</div>
1376
1242
<hr>
1377
1243
<div class="refsect2" lang="en">
1378
 
<a name="id2790612"></a><h3>
1379
 
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW:CAPS"></a>G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</h3>
1380
 
<a class="indexterm" name="id2790625"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview"        /* uint32 (GFilesystemPreviewType) */
 
1244
<a name="G-FILE-ATTRIBUTE-FILESYSTEM-USE-PREVIEW--CAPS"></a><h3>G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW</h3>
 
1245
<pre class="programlisting">#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview"        /* uint32 (GFilesystemPreviewType) */
1381
1246
</pre>
1382
1247
<p>
1383
1248
A key in the "filesystem" namespace for hinting a file manager
1384
1249
application whether it should preview (e.g. thumbnail) files on the
1385
1250
file system. The value for this key contain a
1386
 
<a class="link" href="GFile.html#GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.</p>
 
1251
<a class="link" href="GFile.html#GFilesystemPreviewType" title="enum GFilesystemPreviewType"><span class="type">GFilesystemPreviewType</span></a>.</p>
1387
1252
<p>
1388
 
 
1389
1253
</p>
1390
1254
</div>
1391
1255
<hr>
1392
1256
<div class="refsect2" lang="en">
1393
 
<a name="id2790656"></a><h3>
1394
 
<a name="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION:CAPS"></a>G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</h3>
1395
 
<a class="indexterm" name="id2790670"></a><pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description"        /* string */
 
1257
<a name="G-FILE-ATTRIBUTE-STANDARD-DESCRIPTION--CAPS"></a><h3>G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION</h3>
 
1258
<pre class="programlisting">#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description"        /* string */
1396
1259
</pre>
1397
1260
<p>
1398
1261
A key in the "standard" namespace for getting the description of the file.
1403
1266
when displaying a directory or for a bookmarks menu.
1404
1267
</p>
1405
1268
<p>
1406
 
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
 
1269
Corresponding <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> is <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-STRING--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_STRING</code></a>.</p>
1407
1270
<p>
1408
 
 
1409
1271
</p>
1410
1272
</div>
1411
1273
<hr>
1412
1274
<div class="refsect2" lang="en">
1413
 
<a name="id2790719"></a><h3>
1414
 
<a name="g-file-info-new"></a>g_file_info_new ()</h3>
1415
 
<a class="indexterm" name="id2790732"></a><pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>*          g_file_info_new                     (void);</pre>
 
1275
<a name="g-file-info-new"></a><h3>g_file_info_new ()</h3>
 
1276
<pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *         g_file_info_new                     (void);</pre>
1416
1277
<p>
1417
1278
Creates a new file info structure.</p>
1418
1279
<p>
1419
 
 
1420
1280
</p>
1421
1281
<div class="variablelist"><table border="0">
1422
1282
<col align="left" valign="top">
1423
1283
<tbody><tr>
1424
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1284
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1425
1285
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1426
1286
</td>
1427
1287
</tr></tbody>
1429
1289
</div>
1430
1290
<hr>
1431
1291
<div class="refsect2" lang="en">
1432
 
<a name="id2790780"></a><h3>
1433
 
<a name="g-file-info-dup"></a>g_file_info_dup ()</h3>
1434
 
<a class="indexterm" name="id2790792"></a><pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a>*          g_file_info_dup                     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *other);</pre>
 
1292
<a name="g-file-info-dup"></a><h3>g_file_info_dup ()</h3>
 
1293
<pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *         g_file_info_dup                     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *other);</pre>
1435
1294
<p>
1436
1295
Duplicates a file info structure.</p>
1437
1296
<p>
1438
 
 
1439
1297
</p>
1440
1298
<div class="variablelist"><table border="0">
1441
1299
<col align="left" valign="top">
1442
1300
<tbody>
1443
1301
<tr>
1444
 
<td><p><span class="term"><em class="parameter"><code>other</code></em>&#160;:</span></p></td>
 
1302
<td><p><span class="term"><em class="parameter"><code>other</code></em> :</span></p></td>
1445
1303
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1446
1304
</td>
1447
1305
</tr>
1448
1306
<tr>
1449
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1307
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1450
1308
<td> a duplicate <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> of <em class="parameter"><code>other</code></em>.
1451
1309
</td>
1452
1310
</tr>
1455
1313
</div>
1456
1314
<hr>
1457
1315
<div class="refsect2" lang="en">
1458
 
<a name="id2790873"></a><h3>
1459
 
<a name="g-file-info-copy-into"></a>g_file_info_copy_into ()</h3>
1460
 
<a class="indexterm" name="id2790884"></a><pre class="programlisting">void                g_file_info_copy_into               (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *src_info,
 
1316
<a name="g-file-info-copy-into"></a><h3>g_file_info_copy_into ()</h3>
 
1317
<pre class="programlisting">void                g_file_info_copy_into               (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *src_info,
1461
1318
                                                         <a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *dest_info);</pre>
1462
1319
<p>
1463
1320
Copies all of the <span class="type">GFileAttribute</span>s from <em class="parameter"><code>src_info</code></em> to <em class="parameter"><code>dest_info</code></em>.</p>
1464
1321
<p>
1465
 
 
1466
1322
</p>
1467
1323
<div class="variablelist"><table border="0">
1468
1324
<col align="left" valign="top">
1469
1325
<tbody>
1470
1326
<tr>
1471
 
<td><p><span class="term"><em class="parameter"><code>src_info</code></em>&#160;:</span></p></td>
 
1327
<td><p><span class="term"><em class="parameter"><code>src_info</code></em> :</span></p></td>
1472
1328
<td> source to copy attributes from.
1473
1329
</td>
1474
1330
</tr>
1475
1331
<tr>
1476
 
<td><p><span class="term"><em class="parameter"><code>dest_info</code></em>&#160;:</span></p></td>
 
1332
<td><p><span class="term"><em class="parameter"><code>dest_info</code></em> :</span></p></td>
1477
1333
<td> destination to copy attributes to.
1478
1334
</td>
1479
1335
</tr>
1482
1338
</div>
1483
1339
<hr>
1484
1340
<div class="refsect2" lang="en">
1485
 
<a name="id2790977"></a><h3>
1486
 
<a name="g-file-info-has-attribute"></a>g_file_info_has_attribute ()</h3>
1487
 
<a class="indexterm" name="id2790989"></a><pre class="programlisting"><a
 
1341
<a name="g-file-info-has-attribute"></a><h3>g_file_info_has_attribute ()</h3>
 
1342
<pre class="programlisting"><a
1488
1343
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1489
1344
>gboolean</a>            g_file_info_has_attribute           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1490
1345
                                                         const char *attribute);</pre>
1491
1346
<p>
1492
1347
Checks if a file info structure has an attribute named <em class="parameter"><code>attribute</code></em>.</p>
1493
1348
<p>
1494
 
 
1495
1349
</p>
1496
1350
<div class="variablelist"><table border="0">
1497
1351
<col align="left" valign="top">
1498
1352
<tbody>
1499
1353
<tr>
1500
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1354
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1501
1355
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1502
1356
</td>
1503
1357
</tr>
1504
1358
<tr>
1505
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1359
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1506
1360
<td> a file attribute key.
1507
1361
</td>
1508
1362
</tr>
1509
1363
<tr>
1510
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1364
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1511
1365
<td> <a
1512
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
1366
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
1513
1367
><code class="literal">TRUE</code></a> if <em class="parameter"><code>Ginfo</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>, 
1514
1368
    <a
1515
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
1369
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
1516
1370
><code class="literal">FALSE</code></a> otherwise.
1517
1371
</td>
1518
1372
</tr>
1521
1375
</div>
1522
1376
<hr>
1523
1377
<div class="refsect2" lang="en">
1524
 
<a name="id2791114"></a><h3>
1525
 
<a name="g-file-info-list-attributes"></a>g_file_info_list_attributes ()</h3>
1526
 
<a class="indexterm" name="id2791126"></a><pre class="programlisting">char**              g_file_info_list_attributes         (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1378
<a name="g-file-info-list-attributes"></a><h3>g_file_info_list_attributes ()</h3>
 
1379
<pre class="programlisting">char **             g_file_info_list_attributes         (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1527
1380
                                                         const char *name_space);</pre>
1528
1381
<p>
1529
1382
Lists the file info structure's attributes.</p>
1530
1383
<p>
1531
 
 
1532
1384
</p>
1533
1385
<div class="variablelist"><table border="0">
1534
1386
<col align="left" valign="top">
1535
1387
<tbody>
1536
1388
<tr>
1537
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1389
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1538
1390
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1539
1391
</td>
1540
1392
</tr>
1541
1393
<tr>
1542
 
<td><p><span class="term"><em class="parameter"><code>name_space</code></em>&#160;:</span></p></td>
 
1394
<td><p><span class="term"><em class="parameter"><code>name_space</code></em> :</span></p></td>
1543
1395
<td> a file attribute key's namespace.
1544
1396
</td>
1545
1397
</tr>
1546
1398
<tr>
1547
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1399
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1548
1400
<td> a null-terminated array of strings of all of the 
1549
1401
possible attribute types for the given <em class="parameter"><code>name_space</code></em>, or 
1550
1402
<a
1551
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1403
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1552
1404
><code class="literal">NULL</code></a> on error.
1553
1405
</td>
1554
1406
</tr>
1557
1409
</div>
1558
1410
<hr>
1559
1411
<div class="refsect2" lang="en">
1560
 
<a name="id2791233"></a><h3>
1561
 
<a name="g-file-info-get-attribute-type"></a>g_file_info_get_attribute_type ()</h3>
1562
 
<a class="indexterm" name="id2791246"></a><pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a>  g_file_info_get_attribute_type      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1412
<a name="g-file-info-get-attribute-type"></a><h3>g_file_info_get_attribute_type ()</h3>
 
1413
<pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a>  g_file_info_get_attribute_type      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1563
1414
                                                         const char *attribute);</pre>
1564
1415
<p>
1565
1416
Gets the attribute type for an attribute key.</p>
1566
1417
<p>
1567
 
 
1568
1418
</p>
1569
1419
<div class="variablelist"><table border="0">
1570
1420
<col align="left" valign="top">
1571
1421
<tbody>
1572
1422
<tr>
1573
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1423
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1574
1424
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1575
1425
</td>
1576
1426
</tr>
1577
1427
<tr>
1578
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1428
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1579
1429
<td> a file attribute key.
1580
1430
</td>
1581
1431
</tr>
1582
1432
<tr>
1583
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1584
 
<td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a> for the given <em class="parameter"><code>attribute</code></em>, or 
1585
 
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INVALID</code></a> if the key is invalid.
 
1433
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
1434
<td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a> for the given <em class="parameter"><code>attribute</code></em>, or 
 
1435
<a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-TYPE-INVALID--CAPS"><code class="literal">G_FILE_ATTRIBUTE_TYPE_INVALID</code></a> if the key is invalid.
1586
1436
</td>
1587
1437
</tr>
1588
1438
</tbody>
1590
1440
</div>
1591
1441
<hr>
1592
1442
<div class="refsect2" lang="en">
1593
 
<a name="id2791359"></a><h3>
1594
 
<a name="g-file-info-remove-attribute"></a>g_file_info_remove_attribute ()</h3>
1595
 
<a class="indexterm" name="id2791372"></a><pre class="programlisting">void                g_file_info_remove_attribute        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1443
<a name="g-file-info-remove-attribute"></a><h3>g_file_info_remove_attribute ()</h3>
 
1444
<pre class="programlisting">void                g_file_info_remove_attribute        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1596
1445
                                                         const char *attribute);</pre>
1597
1446
<p>
1598
1447
Removes all cases of <em class="parameter"><code>attribute</code></em> from <em class="parameter"><code>info</code></em> if it exists.</p>
1599
1448
<p>
1600
 
 
1601
1449
</p>
1602
1450
<div class="variablelist"><table border="0">
1603
1451
<col align="left" valign="top">
1604
1452
<tbody>
1605
1453
<tr>
1606
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1454
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1607
1455
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1608
1456
</td>
1609
1457
</tr>
1610
1458
<tr>
1611
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1459
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1612
1460
<td> a file attribute key.
1613
1461
</td>
1614
1462
</tr>
1617
1465
</div>
1618
1466
<hr>
1619
1467
<div class="refsect2" lang="en">
1620
 
<a name="id2791462"></a><h3>
1621
 
<a name="g-file-info-get-attribute-as-string"></a>g_file_info_get_attribute_as_string ()</h3>
1622
 
<a class="indexterm" name="id2791476"></a><pre class="programlisting">char*               g_file_info_get_attribute_as_string (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1468
<a name="g-file-info-get-attribute-as-string"></a><h3>g_file_info_get_attribute_as_string ()</h3>
 
1469
<pre class="programlisting">char *              g_file_info_get_attribute_as_string (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1623
1470
                                                         const char *attribute);</pre>
1624
1471
<p>
1625
1472
Gets the value of a attribute, formated as a string.
1626
1473
This escapes things as needed to make the string valid
1627
1474
utf8.</p>
1628
1475
<p>
1629
 
 
1630
1476
</p>
1631
1477
<div class="variablelist"><table border="0">
1632
1478
<col align="left" valign="top">
1633
1479
<tbody>
1634
1480
<tr>
1635
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1481
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1636
1482
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1637
1483
</td>
1638
1484
</tr>
1639
1485
<tr>
1640
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1486
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1641
1487
<td> a file attribute key.
1642
1488
</td>
1643
1489
</tr>
1644
1490
<tr>
1645
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1491
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1646
1492
<td> a UTF-8 string associated with the given <em class="parameter"><code>attribute</code></em>.
1647
1493
   When you're done with the string it must be freed with <a
1648
1494
href="/usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"
1654
1500
</div>
1655
1501
<hr>
1656
1502
<div class="refsect2" lang="en">
1657
 
<a name="id2810577"></a><h3>
1658
 
<a name="g-file-info-get-attribute-data"></a>g_file_info_get_attribute_data ()</h3>
1659
 
<a class="indexterm" name="id2810590"></a><pre class="programlisting"><a
 
1503
<a name="g-file-info-get-attribute-data"></a><h3>g_file_info_get_attribute_data ()</h3>
 
1504
<pre class="programlisting"><a
1660
1505
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1661
1506
>gboolean</a>            g_file_info_get_attribute_data      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1662
1507
                                                         const char *attribute,
1663
 
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a> *type,
 
1508
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a> *type,
1664
1509
                                                         <a
1665
1510
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
1666
1511
>gpointer</a> *value_pp,
1667
 
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus">GFileAttributeStatus</a> *status);</pre>
 
1512
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus">GFileAttributeStatus</a> *status);</pre>
1668
1513
<p>
1669
1514
Gets the attribute type, value and status for an attribute key.</p>
1670
1515
<p>
1671
 
 
1672
1516
</p>
1673
1517
<div class="variablelist"><table border="0">
1674
1518
<col align="left" valign="top">
1675
1519
<tbody>
1676
1520
<tr>
1677
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1521
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1678
1522
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>
1679
1523
</td>
1680
1524
</tr>
1681
1525
<tr>
1682
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1526
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1683
1527
<td> a file attribute key
1684
1528
</td>
1685
1529
</tr>
1686
1530
<tr>
1687
 
<td><p><span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></p></td>
 
1531
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
1688
1532
<td> return location for the attribute type, or <a
1689
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1533
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1690
1534
><code class="literal">NULL</code></a>
1691
1535
</td>
1692
1536
</tr>
1693
1537
<tr>
1694
 
<td><p><span class="term"><em class="parameter"><code>value_pp</code></em>&#160;:</span></p></td>
 
1538
<td><p><span class="term"><em class="parameter"><code>value_pp</code></em> :</span></p></td>
1695
1539
<td> return location for the attribute value, or <a
1696
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1540
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1697
1541
><code class="literal">NULL</code></a>
1698
1542
</td>
1699
1543
</tr>
1700
1544
<tr>
1701
 
<td><p><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></p></td>
 
1545
<td><p><span class="term"><em class="parameter"><code>status</code></em> :</span></p></td>
1702
1546
<td> return location for the attribute status, or <a
1703
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1547
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1704
1548
><code class="literal">NULL</code></a>
1705
1549
</td>
1706
1550
</tr>
1707
1551
<tr>
1708
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1552
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1709
1553
<td> <a
1710
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
1554
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
1711
1555
><code class="literal">TRUE</code></a> if <em class="parameter"><code>info</code></em> has an attribute named <em class="parameter"><code>attribute</code></em>, 
1712
1556
     <a
1713
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
1557
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
1714
1558
><code class="literal">FALSE</code></a> otherwise.
1715
1559
</td>
1716
1560
</tr>
1719
1563
</div>
1720
1564
<hr>
1721
1565
<div class="refsect2" lang="en">
1722
 
<a name="id2810803"></a><h3>
1723
 
<a name="g-file-info-get-attribute-status"></a>g_file_info_get_attribute_status ()</h3>
1724
 
<a class="indexterm" name="id2810816"></a><pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus">GFileAttributeStatus</a> g_file_info_get_attribute_status   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1566
<a name="g-file-info-get-attribute-status"></a><h3>g_file_info_get_attribute_status ()</h3>
 
1567
<pre class="programlisting"><a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus">GFileAttributeStatus</a>  g_file_info_get_attribute_status  (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1725
1568
                                                         const char *attribute);</pre>
1726
1569
<p>
1727
1570
Gets the attribute status for an attribute key.</p>
1728
1571
<p>
1729
 
 
1730
1572
</p>
1731
1573
<div class="variablelist"><table border="0">
1732
1574
<col align="left" valign="top">
1733
1575
<tbody>
1734
1576
<tr>
1735
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1577
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1736
1578
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>
1737
1579
</td>
1738
1580
</tr>
1739
1581
<tr>
1740
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1582
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1741
1583
<td> a file attribute key
1742
1584
</td>
1743
1585
</tr>
1744
1586
<tr>
1745
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1746
 
<td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> for the given <em class="parameter"><code>attribute</code></em>, or 
1747
 
   <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STATUS_UNSET</code></a> if the key is invalid.
 
1587
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
1588
<td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeStatus" title="enum GFileAttributeStatus"><span class="type">GFileAttributeStatus</span></a> for the given <em class="parameter"><code>attribute</code></em>, or 
 
1589
   <a class="link" href="gio-GFileAttribute.html#G-FILE-ATTRIBUTE-STATUS-UNSET--CAPS"><code class="literal">G_FILE_ATTRIBUTE_STATUS_UNSET</code></a> if the key is invalid.
1748
1590
 
1749
1591
</td>
1750
1592
</tr>
1753
1595
</div>
1754
1596
<hr>
1755
1597
<div class="refsect2" lang="en">
1756
 
<a name="id2810928"></a><h3>
1757
 
<a name="g-file-info-get-attribute-string"></a>g_file_info_get_attribute_string ()</h3>
1758
 
<a class="indexterm" name="id2810941"></a><pre class="programlisting">const char*         g_file_info_get_attribute_string    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1598
<a name="g-file-info-get-attribute-string"></a><h3>g_file_info_get_attribute_string ()</h3>
 
1599
<pre class="programlisting">const char *        g_file_info_get_attribute_string    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1759
1600
                                                         const char *attribute);</pre>
1760
1601
<p>
1761
1602
Gets the value of a string attribute. If the attribute does 
1762
1603
not contain a string, <a
1763
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1604
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1764
1605
><code class="literal">NULL</code></a> will be returned.</p>
1765
1606
<p>
1766
 
 
1767
1607
</p>
1768
1608
<div class="variablelist"><table border="0">
1769
1609
<col align="left" valign="top">
1770
1610
<tbody>
1771
1611
<tr>
1772
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1612
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1773
1613
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1774
1614
</td>
1775
1615
</tr>
1776
1616
<tr>
1777
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1617
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1778
1618
<td> a file attribute key.
1779
1619
</td>
1780
1620
</tr>
1781
1621
<tr>
1782
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1622
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1783
1623
<td> the contents of the <em class="parameter"><code>attribute</code></em> value as a string, or 
1784
1624
<a
1785
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1625
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1786
1626
><code class="literal">NULL</code></a> otherwise.
1787
1627
</td>
1788
1628
</tr>
1791
1631
</div>
1792
1632
<hr>
1793
1633
<div class="refsect2" lang="en">
1794
 
<a name="id2811057"></a><h3>
1795
 
<a name="g-file-info-get-attribute-byte-string"></a>g_file_info_get_attribute_byte_string ()</h3>
1796
 
<a class="indexterm" name="id2811071"></a><pre class="programlisting">const char*         g_file_info_get_attribute_byte_string
 
1634
<a name="g-file-info-get-attribute-byte-string"></a><h3>g_file_info_get_attribute_byte_string ()</h3>
 
1635
<pre class="programlisting">const char *        g_file_info_get_attribute_byte_string
1797
1636
                                                        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1798
1637
                                                         const char *attribute);</pre>
1799
1638
<p>
1800
1639
Gets the value of a byte string attribute. If the attribute does 
1801
1640
not contain a byte string, <a
1802
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1641
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1803
1642
><code class="literal">NULL</code></a> will be returned.</p>
1804
1643
<p>
1805
 
 
1806
1644
</p>
1807
1645
<div class="variablelist"><table border="0">
1808
1646
<col align="left" valign="top">
1809
1647
<tbody>
1810
1648
<tr>
1811
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1649
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1812
1650
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1813
1651
</td>
1814
1652
</tr>
1815
1653
<tr>
1816
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1654
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1817
1655
<td> a file attribute key.
1818
1656
</td>
1819
1657
</tr>
1820
1658
<tr>
1821
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1659
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1822
1660
<td> the contents of the <em class="parameter"><code>attribute</code></em> value as a byte string, or 
1823
1661
<a
1824
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1662
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
1825
1663
><code class="literal">NULL</code></a> otherwise.
1826
1664
</td>
1827
1665
</tr>
1830
1668
</div>
1831
1669
<hr>
1832
1670
<div class="refsect2" lang="en">
1833
 
<a name="id2811189"></a><h3>
1834
 
<a name="g-file-info-get-attribute-boolean"></a>g_file_info_get_attribute_boolean ()</h3>
1835
 
<a class="indexterm" name="id2811203"></a><pre class="programlisting"><a
 
1671
<a name="g-file-info-get-attribute-boolean"></a><h3>g_file_info_get_attribute_boolean ()</h3>
 
1672
<pre class="programlisting"><a
1836
1673
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1837
1674
>gboolean</a>            g_file_info_get_attribute_boolean   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1838
1675
                                                         const char *attribute);</pre>
1839
1676
<p>
1840
1677
Gets the value of a boolean attribute. If the attribute does not
1841
1678
contain a boolean value, <a
1842
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
1679
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
1843
1680
><code class="literal">FALSE</code></a> will be returned.</p>
1844
1681
<p>
1845
 
 
1846
1682
</p>
1847
1683
<div class="variablelist"><table border="0">
1848
1684
<col align="left" valign="top">
1849
1685
<tbody>
1850
1686
<tr>
1851
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1687
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1852
1688
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1853
1689
</td>
1854
1690
</tr>
1855
1691
<tr>
1856
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1692
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1857
1693
<td> a file attribute key.
1858
1694
</td>
1859
1695
</tr>
1860
1696
<tr>
1861
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1697
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1862
1698
<td> the boolean value contained within the attribute. 
1863
1699
</td>
1864
1700
</tr>
1867
1703
</div>
1868
1704
<hr>
1869
1705
<div class="refsect2" lang="en">
1870
 
<a name="id2811302"></a><h3>
1871
 
<a name="g-file-info-get-attribute-uint32"></a>g_file_info_get_attribute_uint32 ()</h3>
1872
 
<a class="indexterm" name="id2811316"></a><pre class="programlisting"><a
 
1706
<a name="g-file-info-get-attribute-uint32"></a><h3>g_file_info_get_attribute_uint32 ()</h3>
 
1707
<pre class="programlisting"><a
1873
1708
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
1874
1709
>guint32</a>             g_file_info_get_attribute_uint32    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1875
1710
                                                         const char *attribute);</pre>
1878
1713
attribute does not contain an unsigned 32-bit integer, or is invalid, 
1879
1714
0 will be returned.</p>
1880
1715
<p>
1881
 
 
1882
1716
</p>
1883
1717
<div class="variablelist"><table border="0">
1884
1718
<col align="left" valign="top">
1885
1719
<tbody>
1886
1720
<tr>
1887
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1721
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1888
1722
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1889
1723
</td>
1890
1724
</tr>
1891
1725
<tr>
1892
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1726
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1893
1727
<td> a file attribute key.
1894
1728
</td>
1895
1729
</tr>
1896
1730
<tr>
1897
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1731
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1898
1732
<td> an unsigned 32-bit integer from the attribute. 
1899
1733
</td>
1900
1734
</tr>
1903
1737
</div>
1904
1738
<hr>
1905
1739
<div class="refsect2" lang="en">
1906
 
<a name="id2811408"></a><h3>
1907
 
<a name="g-file-info-get-attribute-int32"></a>g_file_info_get_attribute_int32 ()</h3>
1908
 
<a class="indexterm" name="id2811421"></a><pre class="programlisting"><a
 
1740
<a name="g-file-info-get-attribute-int32"></a><h3>g_file_info_get_attribute_int32 ()</h3>
 
1741
<pre class="programlisting"><a
1909
1742
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
1910
1743
>gint32</a>              g_file_info_get_attribute_int32     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1911
1744
                                                         const char *attribute);</pre>
1914
1747
attribute does not contain a signed 32-bit integer, or is invalid, 
1915
1748
0 will be returned.</p>
1916
1749
<p>
1917
 
 
1918
1750
</p>
1919
1751
<div class="variablelist"><table border="0">
1920
1752
<col align="left" valign="top">
1921
1753
<tbody>
1922
1754
<tr>
1923
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1755
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1924
1756
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1925
1757
</td>
1926
1758
</tr>
1927
1759
<tr>
1928
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1760
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1929
1761
<td> a file attribute key.
1930
1762
</td>
1931
1763
</tr>
1932
1764
<tr>
1933
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1765
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1934
1766
<td> a signed 32-bit integer from the attribute.
1935
1767
</td>
1936
1768
</tr>
1939
1771
</div>
1940
1772
<hr>
1941
1773
<div class="refsect2" lang="en">
1942
 
<a name="id2811513"></a><h3>
1943
 
<a name="g-file-info-get-attribute-uint64"></a>g_file_info_get_attribute_uint64 ()</h3>
1944
 
<a class="indexterm" name="id2811526"></a><pre class="programlisting"><a
 
1774
<a name="g-file-info-get-attribute-uint64"></a><h3>g_file_info_get_attribute_uint64 ()</h3>
 
1775
<pre class="programlisting"><a
1945
1776
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"
1946
1777
>guint64</a>             g_file_info_get_attribute_uint64    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1947
1778
                                                         const char *attribute);</pre>
1950
1781
attribute does not contain an unsigned 64-bit integer, or is invalid, 
1951
1782
0 will be returned.</p>
1952
1783
<p>
1953
 
 
1954
1784
</p>
1955
1785
<div class="variablelist"><table border="0">
1956
1786
<col align="left" valign="top">
1957
1787
<tbody>
1958
1788
<tr>
1959
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1789
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1960
1790
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1961
1791
</td>
1962
1792
</tr>
1963
1793
<tr>
1964
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1794
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
1965
1795
<td> a file attribute key.
1966
1796
</td>
1967
1797
</tr>
1968
1798
<tr>
1969
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1799
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1970
1800
<td> a unsigned 64-bit integer from the attribute. 
1971
1801
</td>
1972
1802
</tr>
1975
1805
</div>
1976
1806
<hr>
1977
1807
<div class="refsect2" lang="en">
1978
 
<a name="id2811618"></a><h3>
1979
 
<a name="g-file-info-get-attribute-int64"></a>g_file_info_get_attribute_int64 ()</h3>
1980
 
<a class="indexterm" name="id2811632"></a><pre class="programlisting"><a
 
1808
<a name="g-file-info-get-attribute-int64"></a><h3>g_file_info_get_attribute_int64 ()</h3>
 
1809
<pre class="programlisting"><a
1981
1810
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"
1982
1811
>gint64</a>              g_file_info_get_attribute_int64     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
1983
1812
                                                         const char *attribute);</pre>
1986
1815
attribute does not contain an signed 64-bit integer, or is invalid, 
1987
1816
0 will be returned.</p>
1988
1817
<p>
1989
 
 
1990
1818
</p>
1991
1819
<div class="variablelist"><table border="0">
1992
1820
<col align="left" valign="top">
1993
1821
<tbody>
1994
1822
<tr>
1995
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1823
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
1996
1824
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
1997
1825
</td>
1998
1826
</tr>
1999
1827
<tr>
2000
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1828
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2001
1829
<td> a file attribute key.
2002
1830
</td>
2003
1831
</tr>
2004
1832
<tr>
2005
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1833
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2006
1834
<td> a signed 64-bit integer from the attribute. 
2007
1835
</td>
2008
1836
</tr>
2011
1839
</div>
2012
1840
<hr>
2013
1841
<div class="refsect2" lang="en">
2014
 
<a name="id2811724"></a><h3>
2015
 
<a name="g-file-info-get-attribute-object"></a>g_file_info_get_attribute_object ()</h3>
2016
 
<a class="indexterm" name="id2811737"></a><pre class="programlisting"><a
 
1842
<a name="g-file-info-get-attribute-object"></a><h3>g_file_info_get_attribute_object ()</h3>
 
1843
<pre class="programlisting"><a
2017
1844
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
2018
 
>GObject</a>*            g_file_info_get_attribute_object    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1845
>GObject</a> *           g_file_info_get_attribute_object    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2019
1846
                                                         const char *attribute);</pre>
2020
1847
<p>
2021
1848
Gets the value of a <a
2024
1851
not contain a <a
2025
1852
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
2026
1853
><span class="type">GObject</span></a>, <a
2027
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1854
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
2028
1855
><code class="literal">NULL</code></a> will be returned.</p>
2029
1856
<p>
2030
 
 
2031
1857
</p>
2032
1858
<div class="variablelist"><table border="0">
2033
1859
<col align="left" valign="top">
2034
1860
<tbody>
2035
1861
<tr>
2036
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1862
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2037
1863
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2038
1864
</td>
2039
1865
</tr>
2040
1866
<tr>
2041
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1867
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2042
1868
<td> a file attribute key.
2043
1869
</td>
2044
1870
</tr>
2045
1871
<tr>
2046
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
1872
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2047
1873
<td> a <a
2048
1874
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
2049
1875
><span class="type">GObject</span></a> associated with the given <em class="parameter"><code>attribute</code></em>, or
2050
1876
<a
2051
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
1877
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
2052
1878
><code class="literal">NULL</code></a> otherwise.
2053
1879
</td>
2054
1880
</tr>
2057
1883
</div>
2058
1884
<hr>
2059
1885
<div class="refsect2" lang="en">
2060
 
<a name="id2811872"></a><h3>
2061
 
<a name="g-file-info-set-attribute"></a>g_file_info_set_attribute ()</h3>
2062
 
<a class="indexterm" name="id2811884"></a><pre class="programlisting">void                g_file_info_set_attribute           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1886
<a name="g-file-info-set-attribute"></a><h3>g_file_info_set_attribute ()</h3>
 
1887
<pre class="programlisting">void                g_file_info_set_attribute           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2063
1888
                                                         const char *attribute,
2064
 
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType">GFileAttributeType</a> type,
 
1889
                                                         <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType">GFileAttributeType</a> type,
2065
1890
                                                         <a
2066
1891
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
2067
1892
>gpointer</a> value_p);</pre>
2068
1893
<p>
2069
1894
Sets the <em class="parameter"><code>attribute</code></em> to contain the given value, if possible.</p>
2070
1895
<p>
2071
 
 
2072
1896
</p>
2073
1897
<div class="variablelist"><table border="0">
2074
1898
<col align="left" valign="top">
2075
1899
<tbody>
2076
1900
<tr>
2077
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1901
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2078
1902
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2079
1903
</td>
2080
1904
</tr>
2081
1905
<tr>
2082
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1906
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2083
1907
<td> a file attribute key.
2084
1908
</td>
2085
1909
</tr>
2086
1910
<tr>
2087
 
<td><p><span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></p></td>
2088
 
<td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType"><span class="type">GFileAttributeType</span></a>
 
1911
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
 
1912
<td> a <a class="link" href="gio-GFileAttribute.html#GFileAttributeType" title="enum GFileAttributeType"><span class="type">GFileAttributeType</span></a>
2089
1913
</td>
2090
1914
</tr>
2091
1915
<tr>
2092
 
<td><p><span class="term"><em class="parameter"><code>value_p</code></em>&#160;:</span></p></td>
 
1916
<td><p><span class="term"><em class="parameter"><code>value_p</code></em> :</span></p></td>
2093
1917
<td> pointer to the value
2094
1918
</td>
2095
1919
</tr>
2098
1922
</div>
2099
1923
<hr>
2100
1924
<div class="refsect2" lang="en">
2101
 
<a name="id2812018"></a><h3>
2102
 
<a name="g-file-info-set-attribute-string"></a>g_file_info_set_attribute_string ()</h3>
2103
 
<a class="indexterm" name="id2812031"></a><pre class="programlisting">void                g_file_info_set_attribute_string    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1925
<a name="g-file-info-set-attribute-string"></a><h3>g_file_info_set_attribute_string ()</h3>
 
1926
<pre class="programlisting">void                g_file_info_set_attribute_string    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2104
1927
                                                         const char *attribute,
2105
1928
                                                         const char *attr_value);</pre>
2106
1929
<p>
2107
1930
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2108
1931
if possible.</p>
2109
1932
<p>
2110
 
 
2111
1933
</p>
2112
1934
<div class="variablelist"><table border="0">
2113
1935
<col align="left" valign="top">
2114
1936
<tbody>
2115
1937
<tr>
2116
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1938
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2117
1939
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2118
1940
</td>
2119
1941
</tr>
2120
1942
<tr>
2121
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1943
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2122
1944
<td> a file attribute key.
2123
1945
</td>
2124
1946
</tr>
2125
1947
<tr>
2126
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
1948
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2127
1949
<td> a string.
2128
1950
</td>
2129
1951
</tr>
2132
1954
</div>
2133
1955
<hr>
2134
1956
<div class="refsect2" lang="en">
2135
 
<a name="id2812143"></a><h3>
2136
 
<a name="g-file-info-set-attribute-byte-string"></a>g_file_info_set_attribute_byte_string ()</h3>
2137
 
<a class="indexterm" name="id2812157"></a><pre class="programlisting">void                g_file_info_set_attribute_byte_string
 
1957
<a name="g-file-info-set-attribute-byte-string"></a><h3>g_file_info_set_attribute_byte_string ()</h3>
 
1958
<pre class="programlisting">void                g_file_info_set_attribute_byte_string
2138
1959
                                                        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2139
1960
                                                         const char *attribute,
2140
1961
                                                         const char *attr_value);</pre>
2142
1963
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2143
1964
if possible.</p>
2144
1965
<p>
2145
 
 
2146
1966
</p>
2147
1967
<div class="variablelist"><table border="0">
2148
1968
<col align="left" valign="top">
2149
1969
<tbody>
2150
1970
<tr>
2151
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
1971
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2152
1972
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2153
1973
</td>
2154
1974
</tr>
2155
1975
<tr>
2156
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
1976
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2157
1977
<td> a file attribute key.
2158
1978
</td>
2159
1979
</tr>
2160
1980
<tr>
2161
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
1981
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2162
1982
<td> a byte string.
2163
1983
</td>
2164
1984
</tr>
2167
1987
</div>
2168
1988
<hr>
2169
1989
<div class="refsect2" lang="en">
2170
 
<a name="id2812270"></a><h3>
2171
 
<a name="g-file-info-set-attribute-boolean"></a>g_file_info_set_attribute_boolean ()</h3>
2172
 
<a class="indexterm" name="id2812284"></a><pre class="programlisting">void                g_file_info_set_attribute_boolean   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
1990
<a name="g-file-info-set-attribute-boolean"></a><h3>g_file_info_set_attribute_boolean ()</h3>
 
1991
<pre class="programlisting">void                g_file_info_set_attribute_boolean   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2173
1992
                                                         const char *attribute,
2174
1993
                                                         <a
2175
1994
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2178
1997
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2179
1998
if possible.</p>
2180
1999
<p>
2181
 
 
2182
2000
</p>
2183
2001
<div class="variablelist"><table border="0">
2184
2002
<col align="left" valign="top">
2185
2003
<tbody>
2186
2004
<tr>
2187
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2005
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2188
2006
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2189
2007
</td>
2190
2008
</tr>
2191
2009
<tr>
2192
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
2010
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2193
2011
<td> a file attribute key.
2194
2012
</td>
2195
2013
</tr>
2196
2014
<tr>
2197
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
2015
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2198
2016
<td> a boolean value.
2199
2017
</td>
2200
2018
</tr>
2203
2021
</div>
2204
2022
<hr>
2205
2023
<div class="refsect2" lang="en">
2206
 
<a name="id2812395"></a><h3>
2207
 
<a name="g-file-info-set-attribute-uint32"></a>g_file_info_set_attribute_uint32 ()</h3>
2208
 
<a class="indexterm" name="id2812408"></a><pre class="programlisting">void                g_file_info_set_attribute_uint32    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2024
<a name="g-file-info-set-attribute-uint32"></a><h3>g_file_info_set_attribute_uint32 ()</h3>
 
2025
<pre class="programlisting">void                g_file_info_set_attribute_uint32    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2209
2026
                                                         const char *attribute,
2210
2027
                                                         <a
2211
2028
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
2214
2031
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2215
2032
if possible.</p>
2216
2033
<p>
2217
 
 
2218
2034
</p>
2219
2035
<div class="variablelist"><table border="0">
2220
2036
<col align="left" valign="top">
2221
2037
<tbody>
2222
2038
<tr>
2223
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2039
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2224
2040
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2225
2041
</td>
2226
2042
</tr>
2227
2043
<tr>
2228
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
2044
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2229
2045
<td> a file attribute key.
2230
2046
</td>
2231
2047
</tr>
2232
2048
<tr>
2233
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
2049
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2234
2050
<td> an unsigned 32-bit integer.
2235
2051
</td>
2236
2052
</tr>
2239
2055
</div>
2240
2056
<hr>
2241
2057
<div class="refsect2" lang="en">
2242
 
<a name="id2812520"></a><h3>
2243
 
<a name="g-file-info-set-attribute-int32"></a>g_file_info_set_attribute_int32 ()</h3>
2244
 
<a class="indexterm" name="id2812533"></a><pre class="programlisting">void                g_file_info_set_attribute_int32     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2058
<a name="g-file-info-set-attribute-int32"></a><h3>g_file_info_set_attribute_int32 ()</h3>
 
2059
<pre class="programlisting">void                g_file_info_set_attribute_int32     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2245
2060
                                                         const char *attribute,
2246
2061
                                                         <a
2247
2062
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
2250
2065
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2251
2066
if possible.</p>
2252
2067
<p>
2253
 
 
2254
2068
</p>
2255
2069
<div class="variablelist"><table border="0">
2256
2070
<col align="left" valign="top">
2257
2071
<tbody>
2258
2072
<tr>
2259
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2073
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2260
2074
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2261
2075
</td>
2262
2076
</tr>
2263
2077
<tr>
2264
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
2078
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2265
2079
<td> a file attribute key.
2266
2080
</td>
2267
2081
</tr>
2268
2082
<tr>
2269
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
2083
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2270
2084
<td> a signed 32-bit integer
2271
2085
</td>
2272
2086
</tr>
2275
2089
</div>
2276
2090
<hr>
2277
2091
<div class="refsect2" lang="en">
2278
 
<a name="id2812644"></a><h3>
2279
 
<a name="g-file-info-set-attribute-uint64"></a>g_file_info_set_attribute_uint64 ()</h3>
2280
 
<a class="indexterm" name="id2812658"></a><pre class="programlisting">void                g_file_info_set_attribute_uint64    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2092
<a name="g-file-info-set-attribute-uint64"></a><h3>g_file_info_set_attribute_uint64 ()</h3>
 
2093
<pre class="programlisting">void                g_file_info_set_attribute_uint64    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2281
2094
                                                         const char *attribute,
2282
2095
                                                         <a
2283
2096
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"
2286
2099
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2287
2100
if possible.</p>
2288
2101
<p>
2289
 
 
2290
2102
</p>
2291
2103
<div class="variablelist"><table border="0">
2292
2104
<col align="left" valign="top">
2293
2105
<tbody>
2294
2106
<tr>
2295
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2107
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2296
2108
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2297
2109
</td>
2298
2110
</tr>
2299
2111
<tr>
2300
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
2112
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2301
2113
<td> a file attribute key.
2302
2114
</td>
2303
2115
</tr>
2304
2116
<tr>
2305
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
2117
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2306
2118
<td> an unsigned 64-bit integer.
2307
2119
</td>
2308
2120
</tr>
2311
2123
</div>
2312
2124
<hr>
2313
2125
<div class="refsect2" lang="en">
2314
 
<a name="id2812770"></a><h3>
2315
 
<a name="g-file-info-set-attribute-int64"></a>g_file_info_set_attribute_int64 ()</h3>
2316
 
<a class="indexterm" name="id2812783"></a><pre class="programlisting">void                g_file_info_set_attribute_int64     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2126
<a name="g-file-info-set-attribute-int64"></a><h3>g_file_info_set_attribute_int64 ()</h3>
 
2127
<pre class="programlisting">void                g_file_info_set_attribute_int64     (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2317
2128
                                                         const char *attribute,
2318
2129
                                                         <a
2319
2130
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"
2322
2133
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2323
2134
if possible.</p>
2324
2135
<p>
2325
 
 
2326
2136
</p>
2327
2137
<div class="variablelist"><table border="0">
2328
2138
<col align="left" valign="top">
2329
2139
<tbody>
2330
2140
<tr>
2331
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2141
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2332
2142
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2333
2143
</td>
2334
2144
</tr>
2335
2145
<tr>
2336
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
2146
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2337
2147
<td> attribute name to set.
2338
2148
</td>
2339
2149
</tr>
2340
2150
<tr>
2341
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
2151
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2342
2152
<td> int64 value to set attribute to.
2343
2153
</td>
2344
2154
</tr>
2347
2157
</div>
2348
2158
<hr>
2349
2159
<div class="refsect2" lang="en">
2350
 
<a name="id2812895"></a><h3>
2351
 
<a name="g-file-info-set-attribute-object"></a>g_file_info_set_attribute_object ()</h3>
2352
 
<a class="indexterm" name="id2812908"></a><pre class="programlisting">void                g_file_info_set_attribute_object    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2160
<a name="g-file-info-set-attribute-object"></a><h3>g_file_info_set_attribute_object ()</h3>
 
2161
<pre class="programlisting">void                g_file_info_set_attribute_object    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2353
2162
                                                         const char *attribute,
2354
2163
                                                         <a
2355
2164
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
2358
2167
Sets the <em class="parameter"><code>attribute</code></em> to contain the given <em class="parameter"><code>attr_value</code></em>, 
2359
2168
if possible.</p>
2360
2169
<p>
2361
 
 
2362
2170
</p>
2363
2171
<div class="variablelist"><table border="0">
2364
2172
<col align="left" valign="top">
2365
2173
<tbody>
2366
2174
<tr>
2367
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2175
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2368
2176
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2369
2177
</td>
2370
2178
</tr>
2371
2179
<tr>
2372
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
2180
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
2373
2181
<td> a file attribute key.
2374
2182
</td>
2375
2183
</tr>
2376
2184
<tr>
2377
 
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em>&#160;:</span></p></td>
 
2185
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
2378
2186
<td> a <a
2379
2187
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
2380
2188
><span class="type">GObject</span></a>.
2385
2193
</div>
2386
2194
<hr>
2387
2195
<div class="refsect2" lang="en">
2388
 
<a name="id2813027"></a><h3>
2389
 
<a name="g-file-info-clear-status"></a>g_file_info_clear_status ()</h3>
2390
 
<a class="indexterm" name="id2813038"></a><pre class="programlisting">void                g_file_info_clear_status            (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2196
<a name="g-file-info-clear-status"></a><h3>g_file_info_clear_status ()</h3>
 
2197
<pre class="programlisting">void                g_file_info_clear_status            (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2391
2198
<p>
2392
2199
Clears the status information from <em class="parameter"><code>info</code></em>.</p>
2393
2200
<p>
2394
 
 
2395
2201
</p>
2396
2202
<div class="variablelist"><table border="0">
2397
2203
<col align="left" valign="top">
2398
2204
<tbody><tr>
2399
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2205
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2400
2206
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2401
2207
</td>
2402
2208
</tr></tbody>
2404
2210
</div>
2405
2211
<hr>
2406
2212
<div class="refsect2" lang="en">
2407
 
<a name="id2813101"></a><h3>
2408
 
<a name="g-file-info-get-file-type"></a>g_file_info_get_file_type ()</h3>
2409
 
<a class="indexterm" name="id2813113"></a><pre class="programlisting"><a class="link" href="GFileInfo.html#GFileType">GFileType</a>           g_file_info_get_file_type           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2213
<a name="g-file-info-get-file-type"></a><h3>g_file_info_get_file_type ()</h3>
 
2214
<pre class="programlisting"><a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a>           g_file_info_get_file_type           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2410
2215
<p>
2411
2216
Gets a file's type (whether it is a regular file, symlink, etc). 
2412
 
This is different from the file's content type, see <a class="link" href="GFileInfo.html#g-file-info-get-content-type"><code class="function">g_file_info_get_content_type()</code></a>.</p>
 
2217
This is different from the file's content type, see <a class="link" href="GFileInfo.html#g-file-info-get-content-type" title="g_file_info_get_content_type ()"><code class="function">g_file_info_get_content_type()</code></a>.</p>
2413
2218
<p>
2414
 
 
2415
2219
</p>
2416
2220
<div class="variablelist"><table border="0">
2417
2221
<col align="left" valign="top">
2418
2222
<tbody>
2419
2223
<tr>
2420
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2224
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2421
2225
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2422
2226
</td>
2423
2227
</tr>
2424
2228
<tr>
2425
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
2426
 
<td> a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a> for the given file.
 
2229
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
2230
<td> a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a> for the given file.
2427
2231
</td>
2428
2232
</tr>
2429
2233
</tbody>
2431
2235
</div>
2432
2236
<hr>
2433
2237
<div class="refsect2" lang="en">
2434
 
<a name="id2813199"></a><h3>
2435
 
<a name="g-file-info-get-is-hidden"></a>g_file_info_get_is_hidden ()</h3>
2436
 
<a class="indexterm" name="id2813210"></a><pre class="programlisting"><a
 
2238
<a name="g-file-info-get-is-hidden"></a><h3>g_file_info_get_is_hidden ()</h3>
 
2239
<pre class="programlisting"><a
2437
2240
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2438
2241
>gboolean</a>            g_file_info_get_is_hidden           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2439
2242
<p>
2440
2243
Checks if a file is hidden.</p>
2441
2244
<p>
2442
 
 
2443
2245
</p>
2444
2246
<div class="variablelist"><table border="0">
2445
2247
<col align="left" valign="top">
2446
2248
<tbody>
2447
2249
<tr>
2448
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2250
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2449
2251
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2450
2252
</td>
2451
2253
</tr>
2452
2254
<tr>
2453
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2255
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2454
2256
<td> <a
2455
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
2257
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
2456
2258
><code class="literal">TRUE</code></a> if the file is a hidden file, <a
2457
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
2259
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
2458
2260
><code class="literal">FALSE</code></a> otherwise.
2459
2261
</td>
2460
2262
</tr>
2463
2265
</div>
2464
2266
<hr>
2465
2267
<div class="refsect2" lang="en">
2466
 
<a name="id2813297"></a><h3>
2467
 
<a name="g-file-info-get-is-backup"></a>g_file_info_get_is_backup ()</h3>
2468
 
<a class="indexterm" name="id2813309"></a><pre class="programlisting"><a
 
2268
<a name="g-file-info-get-is-backup"></a><h3>g_file_info_get_is_backup ()</h3>
 
2269
<pre class="programlisting"><a
2469
2270
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2470
2271
>gboolean</a>            g_file_info_get_is_backup           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2471
2272
<p>
2472
2273
Checks if a file is a backup file.</p>
2473
2274
<p>
2474
 
 
2475
2275
</p>
2476
2276
<div class="variablelist"><table border="0">
2477
2277
<col align="left" valign="top">
2478
2278
<tbody>
2479
2279
<tr>
2480
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2280
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2481
2281
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2482
2282
</td>
2483
2283
</tr>
2484
2284
<tr>
2485
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2285
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2486
2286
<td> <a
2487
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
2287
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
2488
2288
><code class="literal">TRUE</code></a> if file is a backup file, <a
2489
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
2289
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
2490
2290
><code class="literal">FALSE</code></a> otherwise.
2491
2291
</td>
2492
2292
</tr>
2495
2295
</div>
2496
2296
<hr>
2497
2297
<div class="refsect2" lang="en">
2498
 
<a name="id2813395"></a><h3>
2499
 
<a name="g-file-info-get-is-symlink"></a>g_file_info_get_is_symlink ()</h3>
2500
 
<a class="indexterm" name="id2813407"></a><pre class="programlisting"><a
 
2298
<a name="g-file-info-get-is-symlink"></a><h3>g_file_info_get_is_symlink ()</h3>
 
2299
<pre class="programlisting"><a
2501
2300
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2502
2301
>gboolean</a>            g_file_info_get_is_symlink          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2503
2302
<p>
2504
2303
Checks if a file is a symlink.</p>
2505
2304
<p>
2506
 
 
2507
2305
</p>
2508
2306
<div class="variablelist"><table border="0">
2509
2307
<col align="left" valign="top">
2510
2308
<tbody>
2511
2309
<tr>
2512
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2310
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2513
2311
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2514
2312
</td>
2515
2313
</tr>
2516
2314
<tr>
2517
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2315
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2518
2316
<td> <a
2519
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
2317
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
2520
2318
><code class="literal">TRUE</code></a> if the given <em class="parameter"><code>info</code></em> is a symlink.
2521
2319
</td>
2522
2320
</tr>
2525
2323
</div>
2526
2324
<hr>
2527
2325
<div class="refsect2" lang="en">
2528
 
<a name="id2813490"></a><h3>
2529
 
<a name="g-file-info-get-name"></a>g_file_info_get_name ()</h3>
2530
 
<a class="indexterm" name="id2813501"></a><pre class="programlisting">const char*         g_file_info_get_name                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2326
<a name="g-file-info-get-name"></a><h3>g_file_info_get_name ()</h3>
 
2327
<pre class="programlisting">const char *        g_file_info_get_name                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2531
2328
<p>
2532
2329
Gets the name for a file.</p>
2533
2330
<p>
2534
 
 
2535
2331
</p>
2536
2332
<div class="variablelist"><table border="0">
2537
2333
<col align="left" valign="top">
2538
2334
<tbody>
2539
2335
<tr>
2540
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2336
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2541
2337
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2542
2338
</td>
2543
2339
</tr>
2544
2340
<tr>
2545
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2341
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2546
2342
<td> a string containing the file name.
2547
2343
</td>
2548
2344
</tr>
2551
2347
</div>
2552
2348
<hr>
2553
2349
<div class="refsect2" lang="en">
2554
 
<a name="id2813570"></a><h3>
2555
 
<a name="g-file-info-get-display-name"></a>g_file_info_get_display_name ()</h3>
2556
 
<a class="indexterm" name="id2813583"></a><pre class="programlisting">const char*         g_file_info_get_display_name        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2350
<a name="g-file-info-get-display-name"></a><h3>g_file_info_get_display_name ()</h3>
 
2351
<pre class="programlisting">const char *        g_file_info_get_display_name        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2557
2352
<p>
2558
2353
Gets a display name for a file.</p>
2559
2354
<p>
2560
 
 
2561
2355
</p>
2562
2356
<div class="variablelist"><table border="0">
2563
2357
<col align="left" valign="top">
2564
2358
<tbody>
2565
2359
<tr>
2566
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2360
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2567
2361
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2568
2362
</td>
2569
2363
</tr>
2570
2364
<tr>
2571
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2365
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2572
2366
<td> a string containing the display name.
2573
2367
</td>
2574
2368
</tr>
2577
2371
</div>
2578
2372
<hr>
2579
2373
<div class="refsect2" lang="en">
2580
 
<a name="id2813653"></a><h3>
2581
 
<a name="g-file-info-get-edit-name"></a>g_file_info_get_edit_name ()</h3>
2582
 
<a class="indexterm" name="id2813665"></a><pre class="programlisting">const char*         g_file_info_get_edit_name           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2374
<a name="g-file-info-get-edit-name"></a><h3>g_file_info_get_edit_name ()</h3>
 
2375
<pre class="programlisting">const char *        g_file_info_get_edit_name           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2583
2376
<p>
2584
2377
Gets the edit name for a file.</p>
2585
2378
<p>
2586
 
 
2587
2379
</p>
2588
2380
<div class="variablelist"><table border="0">
2589
2381
<col align="left" valign="top">
2590
2382
<tbody>
2591
2383
<tr>
2592
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2384
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2593
2385
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2594
2386
</td>
2595
2387
</tr>
2596
2388
<tr>
2597
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2389
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2598
2390
<td> a string containing the edit name.
2599
2391
</td>
2600
2392
</tr>
2603
2395
</div>
2604
2396
<hr>
2605
2397
<div class="refsect2" lang="en">
2606
 
<a name="id2813734"></a><h3>
2607
 
<a name="g-file-info-get-icon"></a>g_file_info_get_icon ()</h3>
2608
 
<a class="indexterm" name="id2813745"></a><pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon">GIcon</a>*              g_file_info_get_icon                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2398
<a name="g-file-info-get-icon"></a><h3>g_file_info_get_icon ()</h3>
 
2399
<pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon">GIcon</a> *             g_file_info_get_icon                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2609
2400
<p>
2610
2401
Gets the icon for a file.</p>
2611
2402
<p>
2612
 
 
2613
2403
</p>
2614
2404
<div class="variablelist"><table border="0">
2615
2405
<col align="left" valign="top">
2616
2406
<tbody>
2617
2407
<tr>
2618
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2408
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2619
2409
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2620
2410
</td>
2621
2411
</tr>
2622
2412
<tr>
2623
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2413
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2624
2414
<td> <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the given <em class="parameter"><code>info</code></em>.
2625
2415
</td>
2626
2416
</tr>
2629
2419
</div>
2630
2420
<hr>
2631
2421
<div class="refsect2" lang="en">
2632
 
<a name="id2813826"></a><h3>
2633
 
<a name="g-file-info-get-content-type"></a>g_file_info_get_content_type ()</h3>
2634
 
<a class="indexterm" name="id2813839"></a><pre class="programlisting">const char*         g_file_info_get_content_type        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2422
<a name="g-file-info-get-content-type"></a><h3>g_file_info_get_content_type ()</h3>
 
2423
<pre class="programlisting">const char *        g_file_info_get_content_type        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2635
2424
<p>
2636
2425
Gets the file's content type.</p>
2637
2426
<p>
2638
 
 
2639
2427
</p>
2640
2428
<div class="variablelist"><table border="0">
2641
2429
<col align="left" valign="top">
2642
2430
<tbody>
2643
2431
<tr>
2644
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2432
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2645
2433
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2646
2434
</td>
2647
2435
</tr>
2648
2436
<tr>
2649
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
2650
 
<td> a string containing the file's content type.s
 
2437
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
2438
<td> a string containing the file's content type.
2651
2439
</td>
2652
2440
</tr>
2653
2441
</tbody>
2655
2443
</div>
2656
2444
<hr>
2657
2445
<div class="refsect2" lang="en">
2658
 
<a name="id2813909"></a><h3>
2659
 
<a name="g-file-info-get-size"></a>g_file_info_get_size ()</h3>
2660
 
<a class="indexterm" name="id2813920"></a><pre class="programlisting"><a
 
2446
<a name="g-file-info-get-size"></a><h3>g_file_info_get_size ()</h3>
 
2447
<pre class="programlisting"><a
2661
2448
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"
2662
2449
>goffset</a>             g_file_info_get_size                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2663
2450
<p>
2664
2451
Gets the file's size.</p>
2665
2452
<p>
2666
 
 
2667
2453
</p>
2668
2454
<div class="variablelist"><table border="0">
2669
2455
<col align="left" valign="top">
2670
2456
<tbody>
2671
2457
<tr>
2672
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2458
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2673
2459
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2674
2460
</td>
2675
2461
</tr>
2676
2462
<tr>
2677
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2463
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2678
2464
<td> a <a
2679
2465
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"
2680
2466
><span class="type">goffset</span></a> containing the file's size. 
2685
2471
</div>
2686
2472
<hr>
2687
2473
<div class="refsect2" lang="en">
2688
 
<a name="id2813994"></a><h3>
2689
 
<a name="g-file-info-get-modification-time"></a>g_file_info_get_modification_time ()</h3>
2690
 
<a class="indexterm" name="id2814008"></a><pre class="programlisting">void                g_file_info_get_modification_time   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2474
<a name="g-file-info-get-modification-time"></a><h3>g_file_info_get_modification_time ()</h3>
 
2475
<pre class="programlisting">void                g_file_info_get_modification_time   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2691
2476
                                                         <a
2692
2477
href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"
2693
2478
>GTimeVal</a> *result);</pre>
2695
2480
Gets the modification time of the current <em class="parameter"><code>info</code></em> and sets it
2696
2481
in <em class="parameter"><code>result</code></em>.</p>
2697
2482
<p>
2698
 
 
2699
2483
</p>
2700
2484
<div class="variablelist"><table border="0">
2701
2485
<col align="left" valign="top">
2702
2486
<tbody>
2703
2487
<tr>
2704
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2488
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2705
2489
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2706
2490
</td>
2707
2491
</tr>
2708
2492
<tr>
2709
 
<td><p><span class="term"><em class="parameter"><code>result</code></em>&#160;:</span></p></td>
 
2493
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2710
2494
<td> a <a
2711
2495
href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"
2712
2496
><span class="type">GTimeVal</span></a>.
2717
2501
</div>
2718
2502
<hr>
2719
2503
<div class="refsect2" lang="en">
2720
 
<a name="id2814106"></a><h3>
2721
 
<a name="g-file-info-get-symlink-target"></a>g_file_info_get_symlink_target ()</h3>
2722
 
<a class="indexterm" name="id2814119"></a><pre class="programlisting">const char*         g_file_info_get_symlink_target      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2504
<a name="g-file-info-get-symlink-target"></a><h3>g_file_info_get_symlink_target ()</h3>
 
2505
<pre class="programlisting">const char *        g_file_info_get_symlink_target      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2723
2506
<p>
2724
2507
Gets the symlink target for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.</p>
2725
2508
<p>
2726
 
 
2727
2509
</p>
2728
2510
<div class="variablelist"><table border="0">
2729
2511
<col align="left" valign="top">
2730
2512
<tbody>
2731
2513
<tr>
2732
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2514
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2733
2515
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2734
2516
</td>
2735
2517
</tr>
2736
2518
<tr>
2737
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2519
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2738
2520
<td> a string containing the symlink target.
2739
2521
</td>
2740
2522
</tr>
2743
2525
</div>
2744
2526
<hr>
2745
2527
<div class="refsect2" lang="en">
2746
 
<a name="id2814196"></a><h3>
2747
 
<a name="g-file-info-get-etag"></a>g_file_info_get_etag ()</h3>
2748
 
<a class="indexterm" name="id2814207"></a><pre class="programlisting">const char*         g_file_info_get_etag                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2528
<a name="g-file-info-get-etag"></a><h3>g_file_info_get_etag ()</h3>
 
2529
<pre class="programlisting">const char *        g_file_info_get_etag                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2749
2530
<p>
2750
2531
Gets the <a class="link" href="GFile.html#gfile-etag">entity tag</a> for a given 
2751
 
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE:CAPS"><code class="literal">G_FILE_ATTRIBUTE_ETAG_VALUE</code></a>.</p>
 
2532
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-ETAG-VALUE--CAPS" title="G_FILE_ATTRIBUTE_ETAG_VALUE"><code class="literal">G_FILE_ATTRIBUTE_ETAG_VALUE</code></a>.</p>
2752
2533
<p>
2753
 
 
2754
2534
</p>
2755
2535
<div class="variablelist"><table border="0">
2756
2536
<col align="left" valign="top">
2757
2537
<tbody>
2758
2538
<tr>
2759
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2539
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2760
2540
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2761
2541
</td>
2762
2542
</tr>
2763
2543
<tr>
2764
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2544
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2765
2545
<td> a string containing the value of the "etag:value" attribute.
2766
2546
</td>
2767
2547
</tr>
2770
2550
</div>
2771
2551
<hr>
2772
2552
<div class="refsect2" lang="en">
2773
 
<a name="id2814299"></a><h3>
2774
 
<a name="g-file-info-get-sort-order"></a>g_file_info_get_sort_order ()</h3>
2775
 
<a class="indexterm" name="id2814311"></a><pre class="programlisting"><a
 
2553
<a name="g-file-info-get-sort-order"></a><h3>g_file_info_get_sort_order ()</h3>
 
2554
<pre class="programlisting"><a
2776
2555
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
2777
2556
>gint32</a>              g_file_info_get_sort_order          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2778
2557
<p>
2779
2558
Gets the value of the sort_order attribute from the <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2780
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
 
2559
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
2781
2560
<p>
2782
 
 
2783
2561
</p>
2784
2562
<div class="variablelist"><table border="0">
2785
2563
<col align="left" valign="top">
2786
2564
<tbody>
2787
2565
<tr>
2788
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2566
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2789
2567
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2790
2568
</td>
2791
2569
</tr>
2792
2570
<tr>
2793
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
2571
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2794
2572
<td> a <a
2795
2573
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
2796
2574
><span class="type">gint32</span></a> containing the value of the "standard::sort_order" attribute.
2801
2579
</div>
2802
2580
<hr>
2803
2581
<div class="refsect2" lang="en">
2804
 
<a name="id2814405"></a><h3>
2805
 
<a name="g-file-info-set-attribute-mask"></a>g_file_info_set_attribute_mask ()</h3>
2806
 
<a class="indexterm" name="id2814418"></a><pre class="programlisting">void                g_file_info_set_attribute_mask      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2807
 
                                                         <a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *mask);</pre>
 
2582
<a name="g-file-info-set-attribute-mask"></a><h3>g_file_info_set_attribute_mask ()</h3>
 
2583
<pre class="programlisting">void                g_file_info_set_attribute_mask      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2584
                                                         <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *mask);</pre>
2808
2585
<p>
2809
2586
Sets <em class="parameter"><code>mask</code></em> on <em class="parameter"><code>info</code></em> to match specific attribute types.</p>
2810
2587
<p>
2811
 
 
2812
2588
</p>
2813
2589
<div class="variablelist"><table border="0">
2814
2590
<col align="left" valign="top">
2815
2591
<tbody>
2816
2592
<tr>
2817
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2593
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2818
2594
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2819
2595
</td>
2820
2596
</tr>
2821
2597
<tr>
2822
 
<td><p><span class="term"><em class="parameter"><code>mask</code></em>&#160;:</span></p></td>
2823
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
2598
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
 
2599
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
2824
2600
</td>
2825
2601
</tr>
2826
2602
</tbody>
2828
2604
</div>
2829
2605
<hr>
2830
2606
<div class="refsect2" lang="en">
2831
 
<a name="id2814515"></a><h3>
2832
 
<a name="g-file-info-unset-attribute-mask"></a>g_file_info_unset_attribute_mask ()</h3>
2833
 
<a class="indexterm" name="id2814528"></a><pre class="programlisting">void                g_file_info_unset_attribute_mask    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
 
2607
<a name="g-file-info-unset-attribute-mask"></a><h3>g_file_info_unset_attribute_mask ()</h3>
 
2608
<pre class="programlisting">void                g_file_info_unset_attribute_mask    (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info);</pre>
2834
2609
<p>
2835
 
Unsets a mask set by <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask"><code class="function">g_file_info_set_attribute_mask()</code></a>, if one
 
2610
Unsets a mask set by <a class="link" href="GFileInfo.html#g-file-info-set-attribute-mask" title="g_file_info_set_attribute_mask ()"><code class="function">g_file_info_set_attribute_mask()</code></a>, if one
2836
2611
is set.</p>
2837
2612
<p>
2838
 
 
2839
2613
</p>
2840
2614
<div class="variablelist"><table border="0">
2841
2615
<col align="left" valign="top">
2842
2616
<tbody><tr>
2843
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2617
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2844
2618
<td> <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2845
2619
</td>
2846
2620
</tr></tbody>
2848
2622
</div>
2849
2623
<hr>
2850
2624
<div class="refsect2" lang="en">
2851
 
<a name="id2814595"></a><h3>
2852
 
<a name="g-file-info-set-file-type"></a>g_file_info_set_file_type ()</h3>
2853
 
<a class="indexterm" name="id2814607"></a><pre class="programlisting">void                g_file_info_set_file_type           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2854
 
                                                         <a class="link" href="GFileInfo.html#GFileType">GFileType</a> type);</pre>
 
2625
<a name="g-file-info-set-file-type"></a><h3>g_file_info_set_file_type ()</h3>
 
2626
<pre class="programlisting">void                g_file_info_set_file_type           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2627
                                                         <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType">GFileType</a> type);</pre>
2855
2628
<p>
2856
2629
Sets the file type in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> to <em class="parameter"><code>type</code></em>.
2857
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_TYPE</code></a>.</p>
 
2630
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-TYPE--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_TYPE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_TYPE</code></a>.</p>
2858
2631
<p>
2859
 
 
2860
2632
</p>
2861
2633
<div class="variablelist"><table border="0">
2862
2634
<col align="left" valign="top">
2863
2635
<tbody>
2864
2636
<tr>
2865
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2637
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2866
2638
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2867
2639
</td>
2868
2640
</tr>
2869
2641
<tr>
2870
 
<td><p><span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></p></td>
2871
 
<td> a <a class="link" href="GFileInfo.html#GFileType"><span class="type">GFileType</span></a>.
 
2642
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
 
2643
<td> a <a class="link" href="GFileInfo.html#GFileType" title="enum GFileType"><span class="type">GFileType</span></a>.
2872
2644
</td>
2873
2645
</tr>
2874
2646
</tbody>
2876
2648
</div>
2877
2649
<hr>
2878
2650
<div class="refsect2" lang="en">
2879
 
<a name="id2840924"></a><h3>
2880
 
<a name="g-file-info-set-is-hidden"></a>g_file_info_set_is_hidden ()</h3>
2881
 
<a class="indexterm" name="id2840935"></a><pre class="programlisting">void                g_file_info_set_is_hidden           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2651
<a name="g-file-info-set-is-hidden"></a><h3>g_file_info_set_is_hidden ()</h3>
 
2652
<pre class="programlisting">void                g_file_info_set_is_hidden           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2882
2653
                                                         <a
2883
2654
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2884
2655
>gboolean</a> is_hidden);</pre>
2885
2656
<p>
2886
2657
Sets the "is_hidden" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_symlink</code></em>.
2887
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</code></a>.</p>
 
2658
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-HIDDEN--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</code></a>.</p>
2888
2659
<p>
2889
 
 
2890
2660
</p>
2891
2661
<div class="variablelist"><table border="0">
2892
2662
<col align="left" valign="top">
2893
2663
<tbody>
2894
2664
<tr>
2895
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2665
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2896
2666
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2897
2667
</td>
2898
2668
</tr>
2899
2669
<tr>
2900
 
<td><p><span class="term"><em class="parameter"><code>is_hidden</code></em>&#160;:</span></p></td>
 
2670
<td><p><span class="term"><em class="parameter"><code>is_hidden</code></em> :</span></p></td>
2901
2671
<td> a <a
2902
2672
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2903
2673
><span class="type">gboolean</span></a>.
2908
2678
</div>
2909
2679
<hr>
2910
2680
<div class="refsect2" lang="en">
2911
 
<a name="id2841033"></a><h3>
2912
 
<a name="g-file-info-set-is-symlink"></a>g_file_info_set_is_symlink ()</h3>
2913
 
<a class="indexterm" name="id2841044"></a><pre class="programlisting">void                g_file_info_set_is_symlink          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2681
<a name="g-file-info-set-is-symlink"></a><h3>g_file_info_set_is_symlink ()</h3>
 
2682
<pre class="programlisting">void                g_file_info_set_is_symlink          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2914
2683
                                                         <a
2915
2684
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2916
2685
>gboolean</a> is_symlink);</pre>
2917
2686
<p>
2918
2687
Sets the "is_symlink" attribute in a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> according to <em class="parameter"><code>is_symlink</code></em>.
2919
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</code></a>.</p>
 
2688
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-IS-SYMLINK--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</code></a>.</p>
2920
2689
<p>
2921
 
 
2922
2690
</p>
2923
2691
<div class="variablelist"><table border="0">
2924
2692
<col align="left" valign="top">
2925
2693
<tbody>
2926
2694
<tr>
2927
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2695
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2928
2696
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2929
2697
</td>
2930
2698
</tr>
2931
2699
<tr>
2932
 
<td><p><span class="term"><em class="parameter"><code>is_symlink</code></em>&#160;:</span></p></td>
 
2700
<td><p><span class="term"><em class="parameter"><code>is_symlink</code></em> :</span></p></td>
2933
2701
<td> a <a
2934
2702
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2935
2703
><span class="type">gboolean</span></a>.
2940
2708
</div>
2941
2709
<hr>
2942
2710
<div class="refsect2" lang="en">
2943
 
<a name="id2841142"></a><h3>
2944
 
<a name="g-file-info-set-name"></a>g_file_info_set_name ()</h3>
2945
 
<a class="indexterm" name="id2841152"></a><pre class="programlisting">void                g_file_info_set_name                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2711
<a name="g-file-info-set-name"></a><h3>g_file_info_set_name ()</h3>
 
2712
<pre class="programlisting">void                g_file_info_set_name                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2946
2713
                                                         const char *name);</pre>
2947
2714
<p>
2948
2715
Sets the name attribute for the current <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. 
2949
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_NAME</code></a>.</p>
 
2716
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_NAME</code></a>.</p>
2950
2717
<p>
2951
 
 
2952
2718
</p>
2953
2719
<div class="variablelist"><table border="0">
2954
2720
<col align="left" valign="top">
2955
2721
<tbody>
2956
2722
<tr>
2957
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2723
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2958
2724
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2959
2725
</td>
2960
2726
</tr>
2961
2727
<tr>
2962
 
<td><p><span class="term"><em class="parameter"><code>name</code></em>&#160;:</span></p></td>
 
2728
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
2963
2729
<td> a string containing a name.
2964
2730
</td>
2965
2731
</tr>
2968
2734
</div>
2969
2735
<hr>
2970
2736
<div class="refsect2" lang="en">
2971
 
<a name="id2841239"></a><h3>
2972
 
<a name="g-file-info-set-display-name"></a>g_file_info_set_display_name ()</h3>
2973
 
<a class="indexterm" name="id2841251"></a><pre class="programlisting">void                g_file_info_set_display_name        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2737
<a name="g-file-info-set-display-name"></a><h3>g_file_info_set_display_name ()</h3>
 
2738
<pre class="programlisting">void                g_file_info_set_display_name        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
2974
2739
                                                         const char *display_name);</pre>
2975
2740
<p>
2976
2741
Sets the display name for the current <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2977
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</code></a>.</p>
 
2742
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-DISPLAY-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME</code></a>.</p>
2978
2743
<p>
2979
 
 
2980
2744
</p>
2981
2745
<div class="variablelist"><table border="0">
2982
2746
<col align="left" valign="top">
2983
2747
<tbody>
2984
2748
<tr>
2985
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2749
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
2986
2750
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
2987
2751
</td>
2988
2752
</tr>
2989
2753
<tr>
2990
 
<td><p><span class="term"><em class="parameter"><code>display_name</code></em>&#160;:</span></p></td>
 
2754
<td><p><span class="term"><em class="parameter"><code>display_name</code></em> :</span></p></td>
2991
2755
<td> a string containing a display name.
2992
2756
</td>
2993
2757
</tr>
2996
2760
</div>
2997
2761
<hr>
2998
2762
<div class="refsect2" lang="en">
2999
 
<a name="id2841339"></a><h3>
3000
 
<a name="g-file-info-set-edit-name"></a>g_file_info_set_edit_name ()</h3>
3001
 
<a class="indexterm" name="id2841350"></a><pre class="programlisting">void                g_file_info_set_edit_name           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2763
<a name="g-file-info-set-edit-name"></a><h3>g_file_info_set_edit_name ()</h3>
 
2764
<pre class="programlisting">void                g_file_info_set_edit_name           (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
3002
2765
                                                         const char *edit_name);</pre>
3003
2766
<p>
3004
2767
Sets the edit name for the current file.
3005
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</code></a>.</p>
 
2768
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-EDIT-NAME--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME</code></a>.</p>
3006
2769
<p>
3007
 
 
3008
2770
</p>
3009
2771
<div class="variablelist"><table border="0">
3010
2772
<col align="left" valign="top">
3011
2773
<tbody>
3012
2774
<tr>
3013
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2775
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
3014
2776
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3015
2777
</td>
3016
2778
</tr>
3017
2779
<tr>
3018
 
<td><p><span class="term"><em class="parameter"><code>edit_name</code></em>&#160;:</span></p></td>
 
2780
<td><p><span class="term"><em class="parameter"><code>edit_name</code></em> :</span></p></td>
3019
2781
<td> a string containing an edit name.
3020
2782
</td>
3021
2783
</tr>
3024
2786
</div>
3025
2787
<hr>
3026
2788
<div class="refsect2" lang="en">
3027
 
<a name="id2841431"></a><h3>
3028
 
<a name="g-file-info-set-icon"></a>g_file_info_set_icon ()</h3>
3029
 
<a class="indexterm" name="id2841441"></a><pre class="programlisting">void                g_file_info_set_icon                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2789
<a name="g-file-info-set-icon"></a><h3>g_file_info_set_icon ()</h3>
 
2790
<pre class="programlisting">void                g_file_info_set_icon                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
3030
2791
                                                         <a class="link" href="GIcon.html" title="GIcon">GIcon</a> *icon);</pre>
3031
2792
<p>
3032
2793
Sets the icon for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. 
3033
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_ICON</code></a>.</p>
 
2794
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-ICON--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_ICON"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_ICON</code></a>.</p>
3034
2795
<p>
3035
 
 
3036
2796
</p>
3037
2797
<div class="variablelist"><table border="0">
3038
2798
<col align="left" valign="top">
3039
2799
<tbody>
3040
2800
<tr>
3041
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2801
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
3042
2802
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3043
2803
</td>
3044
2804
</tr>
3045
2805
<tr>
3046
 
<td><p><span class="term"><em class="parameter"><code>icon</code></em>&#160;:</span></p></td>
 
2806
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
3047
2807
<td> a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
3048
2808
</td>
3049
2809
</tr>
3052
2812
</div>
3053
2813
<hr>
3054
2814
<div class="refsect2" lang="en">
3055
 
<a name="id2841533"></a><h3>
3056
 
<a name="g-file-info-set-content-type"></a>g_file_info_set_content_type ()</h3>
3057
 
<a class="indexterm" name="id2841545"></a><pre class="programlisting">void                g_file_info_set_content_type        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2815
<a name="g-file-info-set-content-type"></a><h3>g_file_info_set_content_type ()</h3>
 
2816
<pre class="programlisting">void                g_file_info_set_content_type        (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
3058
2817
                                                         const char *content_type);</pre>
3059
2818
<p>
3060
2819
Sets the content type attribute for a given <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3061
 
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</code></a>.</p>
 
2820
See <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-CONTENT-TYPE--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE</code></a>.</p>
3062
2821
<p>
3063
 
 
3064
2822
</p>
3065
2823
<div class="variablelist"><table border="0">
3066
2824
<col align="left" valign="top">
3067
2825
<tbody>
3068
2826
<tr>
3069
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2827
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
3070
2828
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3071
2829
</td>
3072
2830
</tr>
3073
2831
<tr>
3074
 
<td><p><span class="term"><em class="parameter"><code>content_type</code></em>&#160;:</span></p></td>
 
2832
<td><p><span class="term"><em class="parameter"><code>content_type</code></em> :</span></p></td>
3075
2833
<td> a content type. See <span class="type">GContentType</span>.
3076
2834
</td>
3077
2835
</tr>
3080
2838
</div>
3081
2839
<hr>
3082
2840
<div class="refsect2" lang="en">
3083
 
<a name="id2841639"></a><h3>
3084
 
<a name="g-file-info-set-size"></a>g_file_info_set_size ()</h3>
3085
 
<a class="indexterm" name="id2841649"></a><pre class="programlisting">void                g_file_info_set_size                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2841
<a name="g-file-info-set-size"></a><h3>g_file_info_set_size ()</h3>
 
2842
<pre class="programlisting">void                g_file_info_set_size                (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
3086
2843
                                                         <a
3087
2844
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"
3088
2845
>goffset</a> size);</pre>
3089
2846
<p>
3090
 
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SIZE</code></a> attribute in the file info 
 
2847
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SIZE--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SIZE"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SIZE</code></a> attribute in the file info 
3091
2848
to the given size.</p>
3092
2849
<p>
3093
 
 
3094
2850
</p>
3095
2851
<div class="variablelist"><table border="0">
3096
2852
<col align="left" valign="top">
3097
2853
<tbody>
3098
2854
<tr>
3099
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2855
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
3100
2856
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3101
2857
</td>
3102
2858
</tr>
3103
2859
<tr>
3104
 
<td><p><span class="term"><em class="parameter"><code>size</code></em>&#160;:</span></p></td>
 
2860
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
3105
2861
<td> a <a
3106
2862
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"
3107
2863
><span class="type">goffset</span></a> containing the file's size.
3112
2868
</div>
3113
2869
<hr>
3114
2870
<div class="refsect2" lang="en">
3115
 
<a name="id2841736"></a><h3>
3116
 
<a name="g-file-info-set-modification-time"></a>g_file_info_set_modification_time ()</h3>
3117
 
<a class="indexterm" name="id2841749"></a><pre class="programlisting">void                g_file_info_set_modification_time   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2871
<a name="g-file-info-set-modification-time"></a><h3>g_file_info_set_modification_time ()</h3>
 
2872
<pre class="programlisting">void                g_file_info_set_modification_time   (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
3118
2873
                                                         <a
3119
2874
href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"
3120
2875
>GTimeVal</a> *mtime);</pre>
3121
2876
<p>
3122
 
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED:CAPS"><code class="literal">G_FILE_ATTRIBUTE_TIME_MODIFIED</code></a> attribute in the file
 
2877
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-TIME-MODIFIED--CAPS" title="G_FILE_ATTRIBUTE_TIME_MODIFIED"><code class="literal">G_FILE_ATTRIBUTE_TIME_MODIFIED</code></a> attribute in the file
3123
2878
info to the given time value.</p>
3124
2879
<p>
3125
 
 
3126
2880
</p>
3127
2881
<div class="variablelist"><table border="0">
3128
2882
<col align="left" valign="top">
3129
2883
<tbody>
3130
2884
<tr>
3131
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2885
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
3132
2886
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3133
2887
</td>
3134
2888
</tr>
3135
2889
<tr>
3136
 
<td><p><span class="term"><em class="parameter"><code>mtime</code></em>&#160;:</span></p></td>
 
2890
<td><p><span class="term"><em class="parameter"><code>mtime</code></em> :</span></p></td>
3137
2891
<td> a <a
3138
2892
href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTimeVal"
3139
2893
><span class="type">GTimeVal</span></a>.
3144
2898
</div>
3145
2899
<hr>
3146
2900
<div class="refsect2" lang="en">
3147
 
<a name="id2841835"></a><h3>
3148
 
<a name="g-file-info-set-symlink-target"></a>g_file_info_set_symlink_target ()</h3>
3149
 
<a class="indexterm" name="id2841848"></a><pre class="programlisting">void                g_file_info_set_symlink_target      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2901
<a name="g-file-info-set-symlink-target"></a><h3>g_file_info_set_symlink_target ()</h3>
 
2902
<pre class="programlisting">void                g_file_info_set_symlink_target      (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
3150
2903
                                                         const char *symlink_target);</pre>
3151
2904
<p>
3152
 
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</code></a> attribute in the file info 
 
2905
Sets the <a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SYMLINK-TARGET--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET</code></a> attribute in the file info 
3153
2906
to the given symlink target.</p>
3154
2907
<p>
3155
 
 
3156
2908
</p>
3157
2909
<div class="variablelist"><table border="0">
3158
2910
<col align="left" valign="top">
3159
2911
<tbody>
3160
2912
<tr>
3161
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2913
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
3162
2914
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3163
2915
</td>
3164
2916
</tr>
3165
2917
<tr>
3166
 
<td><p><span class="term"><em class="parameter"><code>symlink_target</code></em>&#160;:</span></p></td>
 
2918
<td><p><span class="term"><em class="parameter"><code>symlink_target</code></em> :</span></p></td>
3167
2919
<td> a static string containing a path to a symlink target.
3168
2920
</td>
3169
2921
</tr>
3172
2924
</div>
3173
2925
<hr>
3174
2926
<div class="refsect2" lang="en">
3175
 
<a name="id2841930"></a><h3>
3176
 
<a name="g-file-info-set-sort-order"></a>g_file_info_set_sort_order ()</h3>
3177
 
<a class="indexterm" name="id2841941"></a><pre class="programlisting">void                g_file_info_set_sort_order          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
 
2927
<a name="g-file-info-set-sort-order"></a><h3>g_file_info_set_sort_order ()</h3>
 
2928
<pre class="programlisting">void                g_file_info_set_sort_order          (<a class="link" href="GFileInfo.html" title="GFileInfo">GFileInfo</a> *info,
3178
2929
                                                         <a
3179
2930
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
3180
2931
>gint32</a> sort_order);</pre>
3181
2932
<p>
3182
2933
Sets the sort order attribute in the file info structure. See 
3183
 
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER:CAPS"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
 
2934
<a class="link" href="GFileInfo.html#G-FILE-ATTRIBUTE-STANDARD-SORT-ORDER--CAPS" title="G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER"><code class="literal">G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER</code></a>.</p>
3184
2935
<p>
3185
 
 
3186
2936
</p>
3187
2937
<div class="variablelist"><table border="0">
3188
2938
<col align="left" valign="top">
3189
2939
<tbody>
3190
2940
<tr>
3191
 
<td><p><span class="term"><em class="parameter"><code>info</code></em>&#160;:</span></p></td>
 
2941
<td><p><span class="term"><em class="parameter"><code>info</code></em> :</span></p></td>
3192
2942
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>.
3193
2943
</td>
3194
2944
</tr>
3195
2945
<tr>
3196
 
<td><p><span class="term"><em class="parameter"><code>sort_order</code></em>&#160;:</span></p></td>
 
2946
<td><p><span class="term"><em class="parameter"><code>sort_order</code></em> :</span></p></td>
3197
2947
<td> a sort order integer.
3198
2948
</td>
3199
2949
</tr>
3202
2952
</div>
3203
2953
<hr>
3204
2954
<div class="refsect2" lang="en">
3205
 
<a name="id2842022"></a><h3>
3206
 
<a name="g-file-attribute-matcher-new"></a>g_file_attribute_matcher_new ()</h3>
3207
 
<a class="indexterm" name="id2842034"></a><pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a>* g_file_attribute_matcher_new     (const char *attributes);</pre>
 
2955
<a name="g-file-attribute-matcher-new"></a><h3>g_file_attribute_matcher_new ()</h3>
 
2956
<pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> * g_file_attribute_matcher_new    (const char *attributes);</pre>
3208
2957
<p>
3209
2958
Creates a new file attribute matcher, which matches attributes 
3210
 
against a given string. <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>s are reference 
 
2959
against a given string. <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>s are reference 
3211
2960
counted structures, and are created with a reference count of 1. If 
3212
 
the number of references falls to 0, the <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> is 
 
2961
the number of references falls to 0, the <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a> is 
3213
2962
automatically destroyed.
3214
2963
</p>
3215
2964
<p>
3223
2972
Examples of strings to use:
3224
2973
</p>
3225
2974
<div class="table">
3226
 
<a name="id2842093"></a><p class="title"><b>Table&#160;3.&#160;File Attribute Matcher strings and results</b></p>
 
2975
<a name="id2702641"></a><p class="title"><b>Table 3. File Attribute Matcher strings and results</b></p>
3227
2976
<div class="table-contents"><table summary="File Attribute Matcher strings and results" border="1">
3228
2977
<colgroup>
3229
2978
<col>
3252
3001
</div>
3253
3002
<p><br class="table-break"></p>
3254
3003
<p>
3255
 
 
3256
3004
</p>
3257
3005
<div class="variablelist"><table border="0">
3258
3006
<col align="left" valign="top">
3259
3007
<tbody>
3260
3008
<tr>
3261
 
<td><p><span class="term"><em class="parameter"><code>attributes</code></em>&#160;:</span></p></td>
 
3009
<td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
3262
3010
<td> an attribute string to match.
3263
3011
</td>
3264
3012
</tr>
3265
3013
<tr>
3266
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3267
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3014
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
3015
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3268
3016
</td>
3269
3017
</tr>
3270
3018
</tbody>
3272
3020
</div>
3273
3021
<hr>
3274
3022
<div class="refsect2" lang="en">
3275
 
<a name="id2842176"></a><h3>
3276
 
<a name="g-file-attribute-matcher-ref"></a>g_file_attribute_matcher_ref ()</h3>
3277
 
<a class="indexterm" name="id2842188"></a><pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a>* g_file_attribute_matcher_ref     (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);</pre>
 
3023
<a name="g-file-attribute-matcher-ref"></a><h3>g_file_attribute_matcher_ref ()</h3>
 
3024
<pre class="programlisting"><a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> * g_file_attribute_matcher_ref    (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);</pre>
3278
3025
<p>
3279
3026
References a file attribute matcher.</p>
3280
3027
<p>
3281
 
 
3282
3028
</p>
3283
3029
<div class="variablelist"><table border="0">
3284
3030
<col align="left" valign="top">
3285
3031
<tbody>
3286
3032
<tr>
3287
 
<td><p><span class="term"><em class="parameter"><code>matcher</code></em>&#160;:</span></p></td>
3288
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3033
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
 
3034
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3289
3035
</td>
3290
3036
</tr>
3291
3037
<tr>
3292
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
3293
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3038
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
3039
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3294
3040
</td>
3295
3041
</tr>
3296
3042
</tbody>
3298
3044
</div>
3299
3045
<hr>
3300
3046
<div class="refsect2" lang="en">
3301
 
<a name="id2842255"></a><h3>
3302
 
<a name="g-file-attribute-matcher-unref"></a>g_file_attribute_matcher_unref ()</h3>
3303
 
<a class="indexterm" name="id2842268"></a><pre class="programlisting">void                g_file_attribute_matcher_unref      (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);</pre>
 
3047
<a name="g-file-attribute-matcher-unref"></a><h3>g_file_attribute_matcher_unref ()</h3>
 
3048
<pre class="programlisting">void                g_file_attribute_matcher_unref      (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);</pre>
3304
3049
<p>
3305
3050
Unreferences <em class="parameter"><code>matcher</code></em>. If the reference count falls below 1, 
3306
3051
the <em class="parameter"><code>matcher</code></em> is automatically freed.</p>
3307
3052
<p>
3308
 
 
3309
3053
</p>
3310
3054
<div class="variablelist"><table border="0">
3311
3055
<col align="left" valign="top">
3312
3056
<tbody><tr>
3313
 
<td><p><span class="term"><em class="parameter"><code>matcher</code></em>&#160;:</span></p></td>
3314
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3057
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
 
3058
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3315
3059
</td>
3316
3060
</tr></tbody>
3317
3061
</table></div>
3318
3062
</div>
3319
3063
<hr>
3320
3064
<div class="refsect2" lang="en">
3321
 
<a name="id2842330"></a><h3>
3322
 
<a name="g-file-attribute-matcher-matches"></a>g_file_attribute_matcher_matches ()</h3>
3323
 
<a class="indexterm" name="id2842342"></a><pre class="programlisting"><a
 
3065
<a name="g-file-attribute-matcher-matches"></a><h3>g_file_attribute_matcher_matches ()</h3>
 
3066
<pre class="programlisting"><a
3324
3067
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
3325
 
>gboolean</a>            g_file_attribute_matcher_matches    (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
 
3068
>gboolean</a>            g_file_attribute_matcher_matches    (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
3326
3069
                                                         const char *attribute);</pre>
3327
3070
<p>
3328
3071
Checks if an attribute will be matched by an attribute matcher. If 
3329
3072
the matcher was created with the "*" matching string, this function
3330
3073
will always return <a
3331
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
3074
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
3332
3075
><code class="literal">TRUE</code></a>.</p>
3333
3076
<p>
3334
 
 
3335
3077
</p>
3336
3078
<div class="variablelist"><table border="0">
3337
3079
<col align="left" valign="top">
3338
3080
<tbody>
3339
3081
<tr>
3340
 
<td><p><span class="term"><em class="parameter"><code>matcher</code></em>&#160;:</span></p></td>
3341
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3082
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
 
3083
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3342
3084
</td>
3343
3085
</tr>
3344
3086
<tr>
3345
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
3087
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
3346
3088
<td> a file attribute key.
3347
3089
</td>
3348
3090
</tr>
3349
3091
<tr>
3350
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
3092
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3351
3093
<td> <a
3352
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
3094
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
3353
3095
><code class="literal">TRUE</code></a> if <em class="parameter"><code>attribute</code></em> matches <em class="parameter"><code>matcher</code></em>. <a
3354
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
3096
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
3355
3097
><code class="literal">FALSE</code></a> otherwise.
3356
3098
</td>
3357
3099
</tr>
3360
3102
</div>
3361
3103
<hr>
3362
3104
<div class="refsect2" lang="en">
3363
 
<a name="id2842460"></a><h3>
3364
 
<a name="g-file-attribute-matcher-matches-only"></a>g_file_attribute_matcher_matches_only ()</h3>
3365
 
<a class="indexterm" name="id2842473"></a><pre class="programlisting"><a
 
3105
<a name="g-file-attribute-matcher-matches-only"></a><h3>g_file_attribute_matcher_matches_only ()</h3>
 
3106
<pre class="programlisting"><a
3366
3107
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
3367
3108
>gboolean</a>            g_file_attribute_matcher_matches_only
3368
 
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
 
3109
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
3369
3110
                                                         const char *attribute);</pre>
3370
3111
<p>
3371
3112
Checks if a attribute matcher only matches a given attribute. Always
3372
3113
returns <a
3373
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
3114
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
3374
3115
><code class="literal">FALSE</code></a> if "*" was used when creating the matcher.</p>
3375
3116
<p>
3376
 
 
3377
3117
</p>
3378
3118
<div class="variablelist"><table border="0">
3379
3119
<col align="left" valign="top">
3380
3120
<tbody>
3381
3121
<tr>
3382
 
<td><p><span class="term"><em class="parameter"><code>matcher</code></em>&#160;:</span></p></td>
3383
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3122
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
 
3123
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3384
3124
</td>
3385
3125
</tr>
3386
3126
<tr>
3387
 
<td><p><span class="term"><em class="parameter"><code>attribute</code></em>&#160;:</span></p></td>
 
3127
<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
3388
3128
<td> a file attribute key.
3389
3129
</td>
3390
3130
</tr>
3391
3131
<tr>
3392
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
3132
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3393
3133
<td> <a
3394
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
3134
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
3395
3135
><code class="literal">TRUE</code></a> if the matcher only matches <em class="parameter"><code>attribute</code></em>. <a
3396
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
3136
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
3397
3137
><code class="literal">FALSE</code></a> otherwise.
3398
3138
</td>
3399
3139
</tr>
3402
3142
</div>
3403
3143
<hr>
3404
3144
<div class="refsect2" lang="en">
3405
 
<a name="id2842586"></a><h3>
3406
 
<a name="g-file-attribute-matcher-enumerate-namespace"></a>g_file_attribute_matcher_enumerate_namespace ()</h3>
3407
 
<a class="indexterm" name="id2842600"></a><pre class="programlisting"><a
 
3145
<a name="g-file-attribute-matcher-enumerate-namespace"></a><h3>g_file_attribute_matcher_enumerate_namespace ()</h3>
 
3146
<pre class="programlisting"><a
3408
3147
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
3409
3148
>gboolean</a>            g_file_attribute_matcher_enumerate_namespace
3410
 
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
 
3149
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher,
3411
3150
                                                         const char *ns);</pre>
3412
3151
<p>
3413
3152
Checks if the matcher will match all of the keys in a given namespace.
3414
3153
This will always return <a
3415
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
3154
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
3416
3155
><code class="literal">TRUE</code></a> if a wildcard character is in use (e.g. if 
3417
3156
matcher was created with "standard::*" and <em class="parameter"><code>ns</code></em> is "standard", or if matcher was created
3418
3157
using "*" and namespace is anything.) 
3420
3159
<p>
3421
3160
TODO: this is awkwardly worded.</p>
3422
3161
<p>
3423
 
 
3424
3162
</p>
3425
3163
<div class="variablelist"><table border="0">
3426
3164
<col align="left" valign="top">
3427
3165
<tbody>
3428
3166
<tr>
3429
 
<td><p><span class="term"><em class="parameter"><code>matcher</code></em>&#160;:</span></p></td>
3430
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3167
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
 
3168
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3431
3169
</td>
3432
3170
</tr>
3433
3171
<tr>
3434
 
<td><p><span class="term"><em class="parameter"><code>ns</code></em>&#160;:</span></p></td>
 
3172
<td><p><span class="term"><em class="parameter"><code>ns</code></em> :</span></p></td>
3435
3173
<td> a string containing a file attribute namespace.
3436
3174
</td>
3437
3175
</tr>
3438
3176
<tr>
3439
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
3177
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3440
3178
<td> <a
3441
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
3179
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
3442
3180
><code class="literal">TRUE</code></a> if the matcher matches all of the entries
3443
3181
in the given <em class="parameter"><code>ns</code></em>, <a
3444
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
3182
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
3445
3183
><code class="literal">FALSE</code></a> otherwise.
3446
3184
</td>
3447
3185
</tr>
3450
3188
</div>
3451
3189
<hr>
3452
3190
<div class="refsect2" lang="en">
3453
 
<a name="id2842726"></a><h3>
3454
 
<a name="g-file-attribute-matcher-enumerate-next"></a>g_file_attribute_matcher_enumerate_next ()</h3>
3455
 
<a class="indexterm" name="id2842739"></a><pre class="programlisting">const char*         g_file_attribute_matcher_enumerate_next
3456
 
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);</pre>
3457
 
<p>
3458
 
Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</p>
3459
 
<p>
3460
 
 
 
3191
<a name="g-file-attribute-matcher-enumerate-next"></a><h3>g_file_attribute_matcher_enumerate_next ()</h3>
 
3192
<pre class="programlisting">const char *        g_file_attribute_matcher_enumerate_next
 
3193
                                                        (<a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher">GFileAttributeMatcher</a> *matcher);</pre>
 
3194
<p>
 
3195
Gets the next matched attribute from a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.</p>
 
3196
<p>
3461
3197
</p>
3462
3198
<div class="variablelist"><table border="0">
3463
3199
<col align="left" valign="top">
3464
3200
<tbody>
3465
3201
<tr>
3466
 
<td><p><span class="term"><em class="parameter"><code>matcher</code></em>&#160;:</span></p></td>
3467
 
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
 
3202
<td><p><span class="term"><em class="parameter"><code>matcher</code></em> :</span></p></td>
 
3203
<td> a <a class="link" href="GFileInfo.html#GFileAttributeMatcher" title="GFileAttributeMatcher"><span class="type">GFileAttributeMatcher</span></a>.
3468
3204
</td>
3469
3205
</tr>
3470
3206
<tr>
3471
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
3207
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3472
3208
<td> a string containing the next attribute or <a
3473
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
3209
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
3474
3210
><code class="literal">NULL</code></a> if 
3475
3211
no more attribute exist.
3476
3212
</td>
3480
3216
</div>
3481
3217
</div>
3482
3218
<div class="refsect1" lang="en">
3483
 
<a name="id2842820"></a><h2>See Also</h2>
3484
 
<a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
3485
 
</div>
3486
 
<div class="refsect1" lang="en">
3487
 
<a name="id2842838"></a><div class="refsect2" lang="en"><a name="id2842839"></a></div>
 
3219
<a name="GFileInfo.see-also"></a><h2>See Also</h2>
 
3220
#GFile, <a class="link" href="gio-GFileAttribute.html" title="GFileAttribute">GFileAttribute</a>
 
3221
</div>
 
3222
</div>
 
3223
<div class="footer">
3488
3224
<hr>
3489
 
<div class="refsect2" lang="en"><a name="id2842840"></a></div>
3490
 
</div>
3491
 
</div>
 
3225
          Generated by GTK-Doc V1.11</div>
3492
3226
</body>
3493
3227
</html>