~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to docs/reference/glib/xml/queue.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-08 18:34:23 UTC
  • mfrom: (1.7.1 upstream) (75.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091008183423-w05jzgycqjo2lh1y
Tags: 2.22.2-2
* debian/patches/90_mimetype-sorting.patch:
  + Fix sorting of mimetypes by weight. Highest weight means most
    important, not the other way around. Patch from upstream GIT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
</variablelist></refsect2>
188
188
<refsect2 id="G-QUEUE-INIT--CAPS" role="macro" condition="since:2.14">
189
189
<title>G_QUEUE_INIT</title>
190
 
<indexterm zone="G-QUEUE-INIT--CAPS" role="2.14"><primary sortas="QUEUE_INIT">G_QUEUE_INIT</primary></indexterm><programlisting>#define G_QUEUE_INIT { NULL, NULL, 0 }
191
 
</programlisting>
 
190
<indexterm zone="G-QUEUE-INIT--CAPS" role="2.14"><primary sortas="QUEUE_INIT">G_QUEUE_INIT</primary></indexterm><programlisting>#define             G_QUEUE_INIT</programlisting>
192
191
<para>
193
192
A statically-allocated <link linkend="GQueue"><type>GQueue</type></link> must be initialized with this macro before it
194
193
can be used.  This macro can be used to initialize a variable, but it cannot