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

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/gobject-Value-arrays.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-03-18 11:03:04 UTC
  • mfrom: (207.1.12 experimental)
  • Revision ID: package-import@ubuntu.com-20150318110304-m4facyrk119j2d9a
Tags: 2.43.92-1
* New upstream release 2.43.92
  + GUnixMountMonitor now properly supports multiple main contexts
  + many documentation improvements and cleanups.
  + new support for HTTP proxies in GIO
  + new GTask:completed property
  + use "private" futexes in order to further improve the performance of the
    contended case of GMutex and g_bit_lock()
* debian/libglib2.0-0.symbols: Add new symbols for this release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
to the semantics of <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GCompareDataFunc"><span class="type">GCompareDataFunc</span></a>.</p>
562
562
<p>The current implementation uses the same sorting algorithm as standard
563
563
C <code class="function">qsort()</code> function.</p>
564
 
<p>Rename to: g_value_array_sort</p>
565
564
<div class="refsect3">
566
 
<a name="id-1.4.14.7.11.8"></a><h4>Parameters</h4>
 
565
<a name="id-1.4.14.7.11.7"></a><h4>Parameters</h4>
567
566
<div class="informaltable"><table width="100%" border="0">
568
567
<colgroup>
569
568
<col width="150px" class="parameters_name">
591
590
</table></div>
592
591
</div>
593
592
<div class="refsect3">
594
 
<a name="id-1.4.14.7.11.9"></a><h4>Returns</h4>
 
593
<a name="id-1.4.14.7.11.8"></a><h4>Returns</h4>
595
594
<p> the <a class="link" href="gobject-Value-arrays.html#GValueArray" title="struct GValueArray"><span class="type">GValueArray</span></a> passed in as <em class="parameter"><code>value_array</code></em>
596
595
. </p>
597
596
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>