~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-Hash-Tables.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-22 15:00:46 UTC
  • mfrom: (3.4.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20100222150046-qae9q3ivbus5o0gd
Tags: 2.23.4-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
<link rel="prev" href="glib-Trash-Stacks.html" title="Trash Stacks">
10
10
<link rel="next" href="glib-Strings.html" title="Strings">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="glib.html" title="GLib Overview">
14
14
<link rel="chapter" href="glib-fundamentals.html" title="GLib Fundamentals">
29
29
<link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
30
30
<link rel="index" href="api-index-2-20.html" title="Index of new symbols in 2.20">
31
31
<link rel="index" href="api-index-2-22.html" title="Index of new symbols in 2.22">
 
32
<link rel="index" href="api-index-2-24.html" title="Index of new symbols in 2.24">
32
33
</head>
33
34
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
34
35
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
1040
1041
<em class="parameter"><code>hash_table</code></em>. Modifying the hash table after calling this function
1041
1042
invalidates the returned iterator.
1042
1043
</p>
1043
 
<div class="informalexample">
1044
 
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1045
 
    <tbody>
1046
 
      <tr>
1047
 
        <td class="listing_lines" align="right"><pre>1
1048
 
2
1049
 
3
1050
 
4
1051
 
5
1052
 
6
1053
 
7
1054
 
8</pre></td>
1055
 
        <td class="listing_code"><pre class="programlisting">GHashTableIter iter;
 
1044
<div class="informalexample"><pre class="programlisting">
 
1045
GHashTableIter iter;
1056
1046
gpointer key, value;
1057
1047
 
1058
1048
g_hash_table_iter_init (&amp;iter, hash_table);
1059
 
<span class="keyword">while</span> (g_hash_table_iter_next (&amp;iter, &amp;key, &amp;value))
 
1049
while (g_hash_table_iter_next (&amp;iter, &amp;key, &amp;value)) 
1060
1050
  {
1061
 
    <span class="comment">/*</span><span class="comment"> do something with key and value </span><span class="comment">*/</span>
1062
 
  }</pre></td>
1063
 
      </tr>
1064
 
    </tbody>
1065
 
  </table>
1066
 
</div>
1067
 
 
 
1051
    /* do something with key and value */
 
1052
  }
 
1053
</pre></div>
1068
1054
<div class="variablelist"><table border="0">
1069
1055
<col align="left" valign="top">
1070
1056
<tbody>
1464
1450
</div>
1465
1451
<div class="footer">
1466
1452
<hr>
1467
 
          Generated by GTK-Doc V1.12</div>
 
1453
          Generated by GTK-Doc V1.13</div>
1468
1454
</body>
1469
1455
</html>
 
 
b'\\ No newline at end of file'