~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-02 15:59:27 UTC
  • mfrom: (72.1.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20100602155927-uwh99v2582rw3r8z
Tags: 2.21.1-1ubuntu1
* debian/patches/070_mandatory-relibtoolize.patch:
  - refreshed
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly (lp: #558841)
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
9
9
<link rel="prev" href="gtk-Feature-Test-Macros.html" title="Version Information">
10
10
<link rel="next" href="gtk-Types.html" title="Types">
11
 
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
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="/usr/share/gtk-doc/html/gobject/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="id504262"></a><h3>What are signals?</h3>
 
154
<a name="id577212"></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="id504327"></a><h3>How are signals used?</h3>
 
189
<a name="id630122"></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="id504352"></a><h3>Basic Terminology</h3>
 
206
<a name="id630147"></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="id521175"></a><h3>A brief note on how they work.</h3>
 
265
<a name="id646357"></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.
1662
1662
</div>
1663
1663
<div class="footer">
1664
1664
<hr>
1665
 
          Generated by GTK-Doc V1.14</div>
 
1665
          Generated by GTK-Doc V1.15</div>
1666
1666
</body>
1667
1667
</html>
 
 
b'\\ No newline at end of file'