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

« back to all changes in this revision

Viewing changes to gio/ginitable.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:
157
157
 * g_initable_newv:
158
158
 * @object_type: a #GType supporting #GInitable.
159
159
 * @n_parameters: the number of parameters in @parameters
160
 
 * @parameters: the parameters to use to construct the object
 
160
 * @parameters: (array length=n_parameters): the parameters to use to construct the object
161
161
 * @cancellable: optional #GCancellable object, %NULL to ignore.
162
162
 * @error: a #GError location to store the error occurring, or %NULL to
163
163
 *     ignore.