Imported Upstream version 2.6.5
This commit is contained in:
@ -180,39 +180,27 @@ Calculates the intersection of two rectangles.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest_x</code></em> :</span></p></td>
|
||||
<td> return location for origin of intersection (may be <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a>)
|
||||
<td> return location for origin of intersection (may be <code class="literal">NULL</code>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest_y</code></em> :</span></p></td>
|
||||
<td> return location for origin of intersection (may be <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a>)
|
||||
<td> return location for origin of intersection (may be <code class="literal">NULL</code>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest_width</code></em> :</span></p></td>
|
||||
<td> return location for width of intersection (may be <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a>)
|
||||
<td> return location for width of intersection (may be <code class="literal">NULL</code>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>dest_height</code></em> :</span></p></td>
|
||||
<td> return location for height of intersection (may be <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a>)
|
||||
<td> return location for height of intersection (may be <code class="literal">NULL</code>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if the intersection is non-empty, <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> otherwise
|
||||
<td> <code class="literal">TRUE</code> if the intersection is non-empty, <code class="literal">FALSE</code> otherwise
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user