~ubuntu-branches/ubuntu/intrepid/glib2.0/intrepid

« back to all changes in this revision

Viewing changes to docs/reference/gio/xml/gfileattribute.xml

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-09-03 00:51:29 UTC
  • mfrom: (1.2.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20080903005129-cuvzg72uin744gd6
Tags: 2.18.0-1
* New upstream stable release, with API addition.
  - Update symbols file for new g_object_get_type() symbol and drop
    g_slice_debug_tree_statistics() which shouldn't have been exported in
    the first place.
  - Refresh patches 01_gettext-desktopfiles,
    02_usr_share_gnome_applications, and 03_blacklist-directories to apply
    cleanly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
363
363
<refsect2 id="GFileAttributeInfo" role="struct">
364
364
<title>GFileAttributeInfo</title>
365
365
<indexterm zone="GFileAttributeInfo"><primary>GFileAttributeInfo</primary></indexterm><programlisting>typedef struct {
366
 
  char *name;
367
 
  GFileAttributeType type;
368
 
  GFileAttributeInfoFlags flags;
 
366
  char                    *name;
 
367
  GFileAttributeType       type;
 
368
  GFileAttributeInfoFlags  flags;
369
369
} GFileAttributeInfo;
370
370
</programlisting>
371
371
<para>
393
393
<title>GFileAttributeInfoList</title>
394
394
<indexterm zone="GFileAttributeInfoList"><primary>GFileAttributeInfoList</primary></indexterm><programlisting>typedef struct {
395
395
  GFileAttributeInfo *infos;
396
 
  int n_infos;
 
396
  int                 n_infos;
397
397
} GFileAttributeInfoList;
398
398
</programlisting>
399
399
<para>