~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-12-23 03:09:40 UTC
  • mfrom: (1.13.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101223030940-ctsv8mereipe1e2p
Tags: 2.23.3-1
* New upstream release.
  + debian/control.in:
    - Bump the libglib2.0-dev build requirement.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Refreshed.
  + debian/libgtk2.0-0.symbols:
    - Updated for the new symbols.
  + debian/rules:
    - Bump the shver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
performance hits where <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> structures have to be converted into <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a>s.
152
152
</p>
153
153
<div class="refsect2" title="What are signals?">
154
 
<a name="id645898"></a><h3>What are signals?</h3>
 
154
<a name="id475425"></a><h3>What are signals?</h3>
155
155
<p>
156
156
Signals are a way to get notification when something happens
157
157
and to customize object behavior according to the
186
186
</div>
187
187
<hr>
188
188
<div class="refsect2" title="How are signals used?">
189
 
<a name="id662943"></a><h3>How are signals used?</h3>
 
189
<a name="id564344"></a><h3>How are signals used?</h3>
190
190
<p>
191
191
There are two basic actions in the signal handling game.
192
192
If you want notification of an event, you must <span class="emphasis"><em>connect</em></span>
203
203
</div>
204
204
<hr>
205
205
<div class="refsect2" title="Basic Terminology">
206
 
<a name="id662968"></a><h3>Basic Terminology</h3>
 
206
<a name="id564369"></a><h3>Basic Terminology</h3>
207
207
<div class="variablelist"><table border="0">
208
208
<col align="left" valign="top">
209
209
<tbody>
262
262
</div>
263
263
<hr>
264
264
<div class="refsect2" title="A brief note on how they work.">
265
 
<a name="id621144"></a><h3>A brief note on how they work.</h3>
 
265
<a name="id522658"></a><h3>A brief note on how they work.</h3>
266
266
<p>
267
267
The functions responsible for translating an array of <a href="gtk-Types.html#GtkArg"><span class="type">GtkArgs</span></a>
268
268
to your C compiler's normal semantics are called Marshallers.