~ubuntu-branches/ubuntu/precise/glib2.0/precise-updates

« back to all changes in this revision

Viewing changes to gio/gfileinfo.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-01-17 11:16:09 UTC
  • mfrom: (1.59.36)
  • Revision ID: package-import@ubuntu.com-20120117111609-l6hqg8snni7gh1a4
Tags: 2.31.10-0ubuntu1
* New upstream version:
  GResource:
  - A new facility to allow linking data files into binaries and make 
    them available as resources
  - Resources are compiled using glib-compile-resources
  - GIO supports resource:/// uris to access resources
* debian/libglib2.0-0.install.in: install glib-compile-resources there
* debian/libglib2.0-0.symbols: new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1173
1173
 * g_file_info_set_attribute_stringv:
1174
1174
 * @info: a #GFileInfo.
1175
1175
 * @attribute: a file attribute key
1176
 
 * @attr_value: a %NULL terminated array of UTF-8 strings.
 
1176
 * @attr_value: (array) (element-type utf8): a %NULL terminated array of UTF-8 strings.
1177
1177
 *
1178
1178
 * Sets the @attribute to contain the given @attr_value,
1179
1179
 * if possible.