~ubuntu-branches/ubuntu/natty/gtk+2.0/natty

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/gtk-Testing.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-04 10:37:35 UTC
  • mfrom: (1.14.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110404103735-1vb07ya61glo5ebj
Tags: 2.24.4-0ubuntu1
* New upstream release
* debian/patches/096_git_combo_hasentry.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
</tr>
330
330
<tr>
331
331
<td><p><span class="term"><em class="parameter"><code>argvp</code></em> :</span></p></td>
332
 
<td>Address of the <em class="parameter"><code>argv</code></em> parameter of <code class="function">main()</code>.
 
332
<td>Address of the
 
333
<em class="parameter"><code>argv</code></em> parameter of <code class="function">main()</code>.
333
334
Any parameters understood by <a href="http://library.gnome.org/devel/glib/unstable/glib-Testing.html#g-test-init"><code class="function">g_test_init()</code></a> or <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are
334
 
stripped before return.</td>
 
335
stripped before return. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argcp]</span>
 
336
</td>
335
337
</tr>
336
338
<tr>
337
339
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
358
360
</tr>
359
361
<tr>
360
362
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
361
 
<td>0-terminated array of type ids</td>
 
363
<td>0-terminated array of type ids. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_types zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
364
</td>
362
365
</tr>
363
366
</tbody>
364
367
</table></div>