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

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-Double-ended-Queues.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Martin Pitt
  • Date: 2012-01-03 18:16:47 UTC
  • mfrom: (1.59.34)
  • Revision ID: package-import@ubuntu.com-20120103181647-7jsgxz37px0igbna
Tags: 2.31.6-0ubuntu1
* New upstream version
* debian/patches/disable-test-gdbus-hanging.patch:
  - dropped the tests have been fixed in the new version
* debian/libglib2.0-0.postrm.in:
  - restore change dropped by error, don't clean the gsettings mmap on 
    upgrades to avoid having a time where no schemas seems installed which
    leads to applications erroring out
* debian/libglib2.0-0.symbols: 
  - new version update

[ Martin Pitt ]
* debian/control.in: Re-add our Vcs-Bzr:.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
<em class="parameter"><code>queue</code></em> was created with <a class="link" href="glib-Double-ended-Queues.html#g-queue-new" title="g_queue_new ()"><code class="function">g_queue_new()</code></a>. If queue elements contain
202
202
dynamically-allocated memory, they should be freed first.
203
203
</p>
 
204
<p>
 
205
</p>
 
206
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
 
207
<h3 class="title">Note</h3>
 
208
<p>
 
209
If queue elements contain dynamically-allocated memory,
 
210
you should either use <code class="function">g_queue_free_full()</code> or free them manually
 
211
first.
 
212
</p>
 
213
</div>
 
214
<p>
 
215
</p>
204
216
<div class="variablelist"><table border="0">
205
217
<col align="left" valign="top">
206
218
<tbody><tr>