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

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/signal.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 20:58:34 UTC
  • mfrom: (1.66.13)
  • Revision ID: package-import@ubuntu.com-20140324205834-8hsgok8k36ftocqa
Tags: 2.40.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
          </p>
273
273
<p>
274
274
            Of the three main connection functions,
275
 
                only one has an explicit detail parameter as a <a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a>
 
275
                only one has an explicit detail parameter as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a>
276
276
                <a href="#ftn.id-1.3.5.3.8.3.2" class="footnote" name="id-1.3.5.3.8.3.2"><sup class="footnote">[9]</sup></a>:
277
277
</p>
278
278
<pre class="programlisting">
307
307
          </p>
308
308
<p>
309
309
                Of the four main signal emission functions, three have an explicit detail parameter as a 
310
 
                <a href="../glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> again:
 
310
                <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> again:
311
311
</p>
312
312
<pre class="programlisting">
313
313
void                  g_signal_emitv        (const GValue       *instance_and_params,
367
367
                        </p></div>
368
368
<div id="ftn.id-1.3.5.3.8.3.2" class="footnote"><p><a href="#id-1.3.5.3.8.3.2" class="para"><sup class="para">[9] </sup></a>A GQuark is an integer which uniquely represents a string. It is possible to transform
369
369
                   back and forth between the integer and string representations with the functions 
370
 
                   <code class="function"><a href="../glib/glib-Quarks.html#g-quark-from-string">g_quark_from_string</a></code> and <code class="function"><a href="../glib/glib-Quarks.html#g-quark-to-string">g_quark_to_string</a></code>.
 
370
                   <code class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#g-quark-from-string">g_quark_from_string</a></code> and <code class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#g-quark-to-string">g_quark_to_string</a></code>.
371
371
                  </p></div>
372
372
</div>
373
373
</div>