~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/reference/clutter/html/ClutterEffect.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-01 16:49:06 UTC
  • mfrom: (1.3.25)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20120501164906-ubqqkuxd8t1vakbh
Tags: 1.10.4-1
* New upstream release.
* debian/watch: Track stable releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="Abstract classes and interfaces">
9
9
<link rel="prev" href="ClutterConstraint.html" title="ClutterConstraint">
10
10
<link rel="next" href="ClutterContent.html" title="ClutterContent">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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">
48
48
<div class="refsect1">
49
49
<a name="ClutterEffect.object-hierarchy"></a><h2>Object Hierarchy</h2>
50
50
<pre class="synopsis">
51
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
52
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
51
  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
52
   +----<a href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
53
53
         +----<a class="link" href="ClutterActorMeta.html" title="ClutterActorMeta">ClutterActorMeta</a>
54
54
               +----ClutterEffect
55
55
                     +----<a class="link" href="ClutterOffscreenEffect.html" title="ClutterOffscreenEffect">ClutterOffscreenEffect</a>
122
122
</ul></div>
123
123
<p>The <code class="function"><code class="function">pre_paint()</code></code> function was used to set
124
124
  up the <a class="link" href="ClutterEffect.html" title="ClutterEffect"><span class="type">ClutterEffect</span></a> right before the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s paint
125
 
  sequence. This function can fail, and return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>; in that case, no
 
125
  sequence. This function can fail, and return <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>; in that case, no
126
126
  <code class="function"><code class="function">post_paint()</code></code> invocation will follow.</p>
127
127
<p>The <code class="function"><code class="function">post_paint()</code></code> function was called after the
128
128
  <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s paint sequence.</p>
371
371
</div>
372
372
<div class="footer">
373
373
<hr>
374
 
          Generated by GTK-Doc V1.18</div>
 
374
          Generated by GTK-Doc V1.18.1</div>
375
375
</body>
376
376
</html>
 
 
b'\\ No newline at end of file'