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

« back to all changes in this revision

Viewing changes to docs/reference/glib/tmpl/linked_lists_single.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-06-27 09:56:08 UTC
  • mfrom: (1.4.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627095608-pi9244lmozmr2cm6
Tags: 2.20.4-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
 
297
297
<!-- ##### MACRO g_slist_next ##### -->
298
298
<para>
299
 
A convenience macro to gets the next element in a #GSList.
 
299
A convenience macro to get the next element in a #GSList.
300
300
</para>
301
301
 
302
302
@slist: an element in a #GSList.